diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 9b021b2f59b..46a822cdba4 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -297,6 +297,7 @@ var ( Description: "Show updated look and feel of grafana-ui PanelChrome: panel header, icons, and menu", State: FeatureStateAlpha, FrontendOnly: true, + Owner: grafanaDashboardsSquad, }, { Name: "queryLibrary", @@ -309,6 +310,7 @@ var ( Name: "showDashboardValidationWarnings", Description: "Show warnings when dashboards do not validate against the schema", State: FeatureStateAlpha, + Owner: grafanaDashboardsSquad, }, { Name: "mysqlAnsiQuotes", @@ -345,6 +347,7 @@ var ( Name: "datasourceOnboarding", Description: "Enable data source onboarding page", State: FeatureStateAlpha, + Owner: grafanaDashboardsSquad, }, { Name: "secureSocksDatasourceProxy", diff --git a/pkg/services/featuremgmt/toggles_gen_test.go b/pkg/services/featuremgmt/toggles_gen_test.go index d233d40a58f..03a329238e1 100644 --- a/pkg/services/featuremgmt/toggles_gen_test.go +++ b/pkg/services/featuremgmt/toggles_gen_test.go @@ -44,9 +44,6 @@ func TestFeatureToggleFiles(t *testing.T) { ownerlessFeatures := map[string]bool{ "prometheusAzureOverrideAudience": true, "tracing": true, - "newPanelChromeUI": true, - "showDashboardValidationWarnings": true, - "datasourceOnboarding": true, } t.Run("all new features should have an owner", func(t *testing.T) {