mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
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:
parent
6827f97b78
commit
a186f036dd
@ -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…
Reference in New Issue
Block a user