Chore: Assign grafanaDashboardsSquad as owners to some feature flags (#64489)

* assign grafanaDashboardsSquad as owners to some feature flags
This commit is contained in:
Polina Boneva
2023-03-09 13:09:19 +02:00
committed by GitHub
parent fb5ed0b0b3
commit ff6d601428
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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) {