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 11:23:20 -05:00
committed by GitHub
parent 6827f97b78
commit a186f036dd
2 changed files with 1 additions and 1 deletions
+1
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",
@@ -49,7 +49,6 @@ func TestFeatureToggleFiles(t *testing.T) {
"prometheusWideSeries": true,
"disableSecretsCompatibility": true,
"logRequestsInstrumentedAsUnknown": true,
"dataConnectionsConsole": true,
"cloudWatchCrossAccountQuerying": true,
"redshiftAsyncQueryDataSupport": true,
"athenaAsyncQueryDataSupport": true,