mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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",
|
Description: "Show updated look and feel of grafana-ui PanelChrome: panel header, icons, and menu",
|
||||||
State: FeatureStateAlpha,
|
State: FeatureStateAlpha,
|
||||||
FrontendOnly: true,
|
FrontendOnly: true,
|
||||||
|
Owner: grafanaDashboardsSquad,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "queryLibrary",
|
Name: "queryLibrary",
|
||||||
@@ -309,6 +310,7 @@ var (
|
|||||||
Name: "showDashboardValidationWarnings",
|
Name: "showDashboardValidationWarnings",
|
||||||
Description: "Show warnings when dashboards do not validate against the schema",
|
Description: "Show warnings when dashboards do not validate against the schema",
|
||||||
State: FeatureStateAlpha,
|
State: FeatureStateAlpha,
|
||||||
|
Owner: grafanaDashboardsSquad,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "mysqlAnsiQuotes",
|
Name: "mysqlAnsiQuotes",
|
||||||
@@ -345,6 +347,7 @@ var (
|
|||||||
Name: "datasourceOnboarding",
|
Name: "datasourceOnboarding",
|
||||||
Description: "Enable data source onboarding page",
|
Description: "Enable data source onboarding page",
|
||||||
State: FeatureStateAlpha,
|
State: FeatureStateAlpha,
|
||||||
|
Owner: grafanaDashboardsSquad,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "secureSocksDatasourceProxy",
|
Name: "secureSocksDatasourceProxy",
|
||||||
|
|||||||
@@ -44,9 +44,6 @@ func TestFeatureToggleFiles(t *testing.T) {
|
|||||||
ownerlessFeatures := map[string]bool{
|
ownerlessFeatures := map[string]bool{
|
||||||
"prometheusAzureOverrideAudience": true,
|
"prometheusAzureOverrideAudience": true,
|
||||||
"tracing": true,
|
"tracing": true,
|
||||||
"newPanelChromeUI": true,
|
|
||||||
"showDashboardValidationWarnings": true,
|
|
||||||
"datasourceOnboarding": true,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
t.Run("all new features should have an owner", func(t *testing.T) {
|
t.Run("all new features should have an owner", func(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user