Chore: Assign ownership for as-code feature flags (#64424)

Chore: Add owners for as-code feature toggles
This commit is contained in:
Tania 2023-03-08 16:38:52 +01:00 committed by GitHub
parent 06f4cc0880
commit f0529430ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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