mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Assign ownership for as-code feature flags (#64424)
Chore: Add owners for as-code feature toggles
This commit is contained in:
parent
06f4cc0880
commit
f0529430ff
@ -18,6 +18,7 @@ var (
|
||||
Name: "trimDefaults",
|
||||
Description: "Use cue schema to remove values that will be applied automatically",
|
||||
State: FeatureStateBeta,
|
||||
Owner: grafanaAsCodeSquad,
|
||||
},
|
||||
{
|
||||
Name: "disableEnvelopeEncryption",
|
||||
@ -96,6 +97,7 @@ var (
|
||||
Name: "featureHighlights",
|
||||
Description: "Highlight Grafana Enterprise features",
|
||||
State: FeatureStateStable,
|
||||
Owner: grafanaAsCodeSquad,
|
||||
},
|
||||
{
|
||||
Name: "dashboardComments",
|
||||
@ -191,6 +193,7 @@ var (
|
||||
Description: "Validate dashboard JSON POSTed to api/dashboards/db",
|
||||
State: FeatureStateBeta,
|
||||
RequiresRestart: true,
|
||||
Owner: grafanaAsCodeSquad,
|
||||
},
|
||||
{
|
||||
Name: "autoMigrateGraphPanels",
|
||||
|
@ -43,13 +43,10 @@ func TestFeatureToggleFiles(t *testing.T) {
|
||||
|
||||
ownerlessFeatures := map[string]bool{
|
||||
"alertingBigTransactions": true,
|
||||
"trimDefaults": true,
|
||||
"database_metrics": true,
|
||||
"prometheusAzureOverrideAudience": true,
|
||||
"featureHighlights": true,
|
||||
"tracing": true,
|
||||
"cloudWatchDynamicLabels": true,
|
||||
"validateDashboardsOnSave": true,
|
||||
"prometheusWideSeries": true,
|
||||
"disableSecretsCompatibility": true,
|
||||
"logRequestsInstrumentedAsUnknown": true,
|
||||
|
Loading…
Reference in New Issue
Block a user