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
pull/64420/head
Levente Balogh 2 years ago committed by GitHub
parent 6827f97b78
commit a186f036dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/services/featuremgmt/registry.go
  2. 1
      pkg/services/featuremgmt/toggles_gen_test.go

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

Loading…
Cancel
Save