From b3452ae72029b57d3b8c2937986149e701853cd9 Mon Sep 17 00:00:00 2001 From: Syerikjan Kh Date: Fri, 14 Mar 2025 11:05:27 -0400 Subject: [PATCH] feat: datasourceconnectionsTab to private preview (#102200) --- .../configure-grafana/feature-toggles/index.md | 1 - pkg/services/featuremgmt/registry.go | 2 +- pkg/services/featuremgmt/toggles_gen.csv | 2 +- pkg/services/featuremgmt/toggles_gen.json | 6 +++--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index 23849201ec7..8691417c8b7 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -222,7 +222,6 @@ Experimental features might be changed or removed without prior notice. | `templateVariablesUsesCombobox` | Use new combobox component for template variables | | `grafanaAdvisor` | Enables Advisor app | | `elasticsearchImprovedParsing` | Enables less memory intensive Elasticsearch result parsing | -| `datasourceConnectionsTab` | Shows defined connections for a data source in the plugins detail page | | `newLogsPanel` | Enables the new logs panel in Explore | | `pluginsCDNSyncLoader` | Load plugins from CDN synchronously | | `assetSriChecks` | Enables SRI checks for Grafana JavaScript assets | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 69edda72941..d9053899ef8 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1669,7 +1669,7 @@ var ( { Name: "datasourceConnectionsTab", Description: "Shows defined connections for a data source in the plugins detail page", - Stage: FeatureStageExperimental, + Stage: FeatureStagePrivatePreview, Owner: grafanaPluginsPlatformSquad, RequiresDevMode: false, FrontendOnly: true, diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 8e5f863480e..4d6d6ca54bc 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -221,7 +221,7 @@ ABTestFeatureToggleB,experimental,@grafana/sharing-squad,false,false,false grafanaAdvisor,experimental,@grafana/plugins-platform-backend,false,false,false elasticsearchImprovedParsing,experimental,@grafana/aws-datasources,false,false,false exploreMetricsUseExternalAppPlugin,preview,@grafana/observability-metrics,false,true,true -datasourceConnectionsTab,experimental,@grafana/plugins-platform-backend,false,false,true +datasourceConnectionsTab,privatePreview,@grafana/plugins-platform-backend,false,false,true fetchRulesUsingPost,experimental,@grafana/alerting-squad,false,false,false alertingConversionAPI,experimental,@grafana/alerting-squad,false,false,false alertingAlertmanagerExtraDedupStage,experimental,@grafana/alerting-squad,false,true,false diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index a92ebcadc16..89f92814f9f 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -1293,15 +1293,15 @@ { "metadata": { "name": "datasourceConnectionsTab", - "resourceVersion": "1737049826022", + "resourceVersion": "1741961069415", "creationTimestamp": "2025-01-21T17:39:48Z", "annotations": { - "grafana.app/updatedTimestamp": "2025-01-16 17:50:26.022636488 +0000 UTC" + "grafana.app/updatedTimestamp": "2025-03-14 14:04:29.415154706 +0000 UTC" } }, "spec": { "description": "Shows defined connections for a data source in the plugins detail page", - "stage": "experimental", + "stage": "privatePreview", "codeowner": "@grafana/plugins-platform-backend", "frontend": true }