diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index 60d1418a526..beffe96e6f3 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -26,7 +26,6 @@ Some features are enabled by default. You can disable these feature by setting t | `featureHighlights` | Highlight Grafana Enterprise features | | | `correlations` | Correlations page | | | `exploreContentOutline` | Content outline sidebar | Yes | -| `dataConnectionsConsole` | Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins. | Yes | | `cloudWatchCrossAccountQuerying` | Enables cross-account querying in CloudWatch datasources | Yes | | `redshiftAsyncQueryDataSupport` | Enable async query data support for Redshift | Yes | | `athenaAsyncQueryDataSupport` | Enable async query data support for Athena | Yes | diff --git a/packages/grafana-data/src/types/featureToggles.gen.ts b/packages/grafana-data/src/types/featureToggles.gen.ts index 0d8527653b8..7fe0246c23d 100644 --- a/packages/grafana-data/src/types/featureToggles.gen.ts +++ b/packages/grafana-data/src/types/featureToggles.gen.ts @@ -43,7 +43,6 @@ export interface FeatureToggles { scenes?: boolean; disableSecretsCompatibility?: boolean; logRequestsInstrumentedAsUnknown?: boolean; - dataConnectionsConsole?: boolean; topnav?: boolean; returnToPrevious?: boolean; grpcServer?: boolean; diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index b56ef5784ed..9a7a64a48f0 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -194,14 +194,6 @@ var ( Stage: FeatureStageExperimental, Owner: hostedGrafanaTeam, }, - { - Name: "dataConnectionsConsole", - Description: "Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins.", - Stage: FeatureStageGeneralAvailability, - Expression: "true", // turned on by default - Owner: grafanaPluginsPlatformSquad, - AllowSelfServe: true, - }, { // Some plugins rely on topnav feature flag being enabled, so we cannot remove this until we // can afford the breaking change, or we've detemined no one else is relying on it diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 0a083ba800e..bbfff4aa5f7 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -24,7 +24,6 @@ newVizTooltips,preview,@grafana/dataviz-squad,false,false,true scenes,experimental,@grafana/dashboards-squad,false,false,true disableSecretsCompatibility,experimental,@grafana/hosted-grafana-team,false,true,false logRequestsInstrumentedAsUnknown,experimental,@grafana/hosted-grafana-team,false,false,false -dataConnectionsConsole,GA,@grafana/plugins-platform-backend,false,false,false topnav,deprecated,@grafana/grafana-frontend-platform,false,false,false returnToPrevious,preview,@grafana/grafana-frontend-platform,false,false,true grpcServer,preview,@grafana/grafana-app-platform-squad,false,false,false diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index 09e1a7657f3..6b6f2fd8d20 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -107,10 +107,6 @@ const ( // Logs the path for requests that are instrumented as unknown FlagLogRequestsInstrumentedAsUnknown = "logRequestsInstrumentedAsUnknown" - // FlagDataConnectionsConsole - // Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins. - FlagDataConnectionsConsole = "dataConnectionsConsole" - // FlagTopnav // Enables topnav support in external plugins. The new Grafana navigation cannot be disabled. FlagTopnav = "topnav" diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index e15db658b22..08bea50b84b 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -83,7 +83,7 @@ "name": "pluginsInstrumentationStatusSource", "resourceVersion": "1708108588074", "creationTimestamp": "2024-02-16T18:36:28Z", - "deletionTimestamp": "2024-02-27T14:43:01Z" + "deletionTimestamp": "2024-02-29T08:27:47Z" }, "spec": { "description": "Include a status source label for plugin request metrics and logs", @@ -511,7 +511,7 @@ "name": "displayAnonymousStats", "resourceVersion": "1708108588074", "creationTimestamp": "2024-02-16T18:36:28Z", - "deletionTimestamp": "2024-02-27T14:43:01Z" + "deletionTimestamp": "2024-02-29T08:27:47Z" }, "spec": { "description": "Enables anonymous stats to be shown in the UI for Grafana", @@ -1114,19 +1114,6 @@ "frontend": true } }, - { - "metadata": { - "name": "dataConnectionsConsole", - "resourceVersion": "1708108588074", - "creationTimestamp": "2024-02-16T18:36:28Z" - }, - "spec": { - "description": "Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins.", - "stage": "GA", - "codeowner": "@grafana/plugins-platform-backend", - "allowSelfServe": true - } - }, { "metadata": { "name": "extraThemes", @@ -1400,7 +1387,7 @@ "name": "traceToMetrics", "resourceVersion": "1708108588074", "creationTimestamp": "2024-02-16T18:36:28Z", - "deletionTimestamp": "2024-02-27T14:43:01Z" + "deletionTimestamp": "2024-02-29T08:27:47Z" }, "spec": { "description": "Enable trace to metrics links", @@ -1529,7 +1516,7 @@ "name": "splitScopes", "resourceVersion": "1708108588074", "creationTimestamp": "2024-02-16T18:36:28Z", - "deletionTimestamp": "2024-02-27T14:43:01Z" + "deletionTimestamp": "2024-02-29T08:27:47Z" }, "spec": { "description": "Support faster dashboard and folder search by splitting permission scopes into parts", @@ -1570,7 +1557,7 @@ "name": "externalServiceAuth", "resourceVersion": "1708108588074", "creationTimestamp": "2024-02-16T18:36:28Z", - "deletionTimestamp": "2024-02-27T14:43:01Z" + "deletionTimestamp": "2024-02-29T08:27:47Z" }, "spec": { "description": "Starts an OAuth2 authentication provider for external services",