From a186f036dd45bd5efc015107669a9e807e282cbf Mon Sep 17 00:00:00 2001 From: Levente Balogh Date: Wed, 8 Mar 2023 17:23:20 +0100 Subject: [PATCH] Chore: Assign ownership to the Connections feature (#64427) * chore: assign the plugins platform team as the owner for the data-connections feature * chore: remove the toggle from the list of unassigned features --- pkg/services/featuremgmt/registry.go | 1 + pkg/services/featuremgmt/toggles_gen_test.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 293e107d81c..b200795ee6d 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -237,6 +237,7 @@ var ( 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.", State: FeatureStateAlpha, + Owner: grafanaPluginsPlatformSquad, }, { Name: "internationalization", diff --git a/pkg/services/featuremgmt/toggles_gen_test.go b/pkg/services/featuremgmt/toggles_gen_test.go index 28e5b2cbfa2..ceab6979600 100644 --- a/pkg/services/featuremgmt/toggles_gen_test.go +++ b/pkg/services/featuremgmt/toggles_gen_test.go @@ -49,7 +49,6 @@ func TestFeatureToggleFiles(t *testing.T) { "prometheusWideSeries": true, "disableSecretsCompatibility": true, "logRequestsInstrumentedAsUnknown": true, - "dataConnectionsConsole": true, "cloudWatchCrossAccountQuerying": true, "redshiftAsyncQueryDataSupport": true, "athenaAsyncQueryDataSupport": true,