Chore: Assign ownership to the Connections feature (#64427)

* chore: assign the plugins platform team as the owner for the data-connections feature

* chore: remove the toggle from the list of unassigned features
This commit is contained in:
Levente Balogh 2023-03-08 17:23:20 +01:00 committed by GitHub
parent 6827f97b78
commit a186f036dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -237,6 +237,7 @@ var (
Name: "dataConnectionsConsole",
Description: "Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins.",
State: FeatureStateAlpha,
Owner: grafanaPluginsPlatformSquad,
},
{
Name: "internationalization",

View File

@ -49,7 +49,6 @@ func TestFeatureToggleFiles(t *testing.T) {
"prometheusWideSeries": true,
"disableSecretsCompatibility": true,
"logRequestsInstrumentedAsUnknown": true,
"dataConnectionsConsole": true,
"cloudWatchCrossAccountQuerying": true,
"redshiftAsyncQueryDataSupport": true,
"athenaAsyncQueryDataSupport": true,