mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:52:34 +08:00
Chore: Assign grafanaDashboardsSquad as owners to some feature flags (#64489)
* assign grafanaDashboardsSquad as owners to some feature flags
This commit is contained in:
@ -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",
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user