1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

chore: remove unstable label from GA metrics features (#7433)

This commit is contained in:
Mateusz Kwasniewski 2024-06-24 13:32:35 +02:00 committed by GitHub
parent 0af5bbad38
commit ea1221c45e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -38,7 +38,7 @@ export default class ProjectInsightsController extends Controller {
permission: NONE,
middleware: [
this.openApiService.validPath({
tags: ['Unstable'],
tags: ['Projects'],
operationId: 'getProjectInsights',
summary: 'Get an overview of a project insights.',
description:

View File

@ -156,7 +156,7 @@ export default class ProjectController extends Controller {
permission: NONE,
middleware: [
this.openApiService.validPath({
tags: ['Unstable'],
tags: ['Projects'],
operationId: 'getProjectApplications',
summary: 'Get a list of all applications for a project.',
description:
@ -177,7 +177,7 @@ export default class ProjectController extends Controller {
permission: NONE,
middleware: [
this.openApiService.validPath({
tags: ['Unstable'],
tags: ['Projects'],
operationId: 'getProjectFlagCreators',
summary: 'Get a list of all flag creators for a project.',
description:
@ -197,7 +197,7 @@ export default class ProjectController extends Controller {
permission: NONE,
middleware: [
this.openApiService.validPath({
tags: ['Unstable'],
tags: ['Projects'],
operationId: 'getOutdatedProjectSdks',
summary: 'Get outdated project SDKs',
description:

View File

@ -147,7 +147,7 @@ class MetricsController extends Controller {
permission: NONE,
middleware: [
openApiService.validPath({
tags: ['Unstable'],
tags: ['Metrics'],
operationId: 'getApplicationOverview',
summary: 'Get application overview',
description:
@ -166,7 +166,7 @@ class MetricsController extends Controller {
permission: NONE,
middleware: [
openApiService.validPath({
tags: ['Unstable'],
tags: ['Metrics'],
operationId: 'getApplicationEnvironmentInstances',
summary: 'Get application environment instances',
description:
@ -187,7 +187,7 @@ class MetricsController extends Controller {
permission: NONE,
middleware: [
openApiService.validPath({
tags: ['Unstable'],
tags: ['Metrics'],
operationId: 'getOutdatedSdks',
summary: 'Get outdated SDKs',
description: