mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Adding backend platform squad owned feature toggles (#64351)
Adding backend platform squad owned feature toggles
This commit is contained in:
parent
70f600db10
commit
05191d083d
@ -111,6 +111,7 @@ var (
|
||||
Name: "migrationLocking",
|
||||
Description: "Lock database during migrations",
|
||||
State: FeatureStateBeta,
|
||||
Owner: grafanaBackendPlatformSquad,
|
||||
},
|
||||
{
|
||||
Name: "storage",
|
||||
@ -294,6 +295,7 @@ var (
|
||||
Name: "mysqlAnsiQuotes",
|
||||
Description: "Use double quotes to escape keyword in a MySQL query",
|
||||
State: FeatureStateAlpha,
|
||||
Owner: grafanaBackendPlatformSquad,
|
||||
},
|
||||
{
|
||||
Name: "accessControlOnCall",
|
||||
@ -305,6 +307,7 @@ var (
|
||||
Description: "Enable folder nesting",
|
||||
State: FeatureStateAlpha,
|
||||
RequiresDevMode: true,
|
||||
Owner: grafanaBackendPlatformSquad,
|
||||
},
|
||||
{
|
||||
Name: "accessTokenExpirationCheck",
|
||||
|
@ -49,7 +49,6 @@ func TestFeatureToggleFiles(t *testing.T) {
|
||||
"prometheusAzureOverrideAudience": true,
|
||||
"lokiDataframeApi": true,
|
||||
"featureHighlights": true,
|
||||
"migrationLocking": true,
|
||||
"exploreMixedDatasource": true,
|
||||
"tracing": true,
|
||||
"newTraceView": true,
|
||||
@ -66,9 +65,7 @@ func TestFeatureToggleFiles(t *testing.T) {
|
||||
"athenaAsyncQueryDataSupport": true,
|
||||
"newPanelChromeUI": true,
|
||||
"showDashboardValidationWarnings": true,
|
||||
"mysqlAnsiQuotes": true,
|
||||
"accessControlOnCall": true,
|
||||
"nestedFolders": true,
|
||||
"accessTokenExpirationCheck": true,
|
||||
"elasticsearchBackendMigration": true,
|
||||
"datasourceOnboarding": true,
|
||||
|
Loading…
Reference in New Issue
Block a user