feat: datasourceconnectionsTab to private preview (#102200)
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user