mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: Enable feature toggle angularDeprecationUI by default (#82880)
* Plugins: Enable feature toggle angularDeprecationUI by default * Clarified feature toggle description
This commit is contained in:
@@ -718,10 +718,11 @@ var (
|
||||
},
|
||||
{
|
||||
Name: "angularDeprecationUI",
|
||||
Description: "Display new Angular deprecation-related UI features",
|
||||
Stage: FeatureStageExperimental,
|
||||
Description: "Display Angular warnings in dashboards and panels",
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaPluginsPlatformSquad,
|
||||
Expression: "true", // Enabled by default
|
||||
},
|
||||
{
|
||||
Name: "dashgpt",
|
||||
|
||||
@@ -94,7 +94,7 @@ prometheusConfigOverhaulAuth,GA,@grafana/observability-metrics,false,false,false
|
||||
configurableSchedulerTick,experimental,@grafana/alerting-squad,false,true,false
|
||||
influxdbSqlSupport,GA,@grafana/observability-metrics,false,true,false
|
||||
alertingNoDataErrorExecution,GA,@grafana/alerting-squad,false,true,false
|
||||
angularDeprecationUI,experimental,@grafana/plugins-platform-backend,false,false,true
|
||||
angularDeprecationUI,GA,@grafana/plugins-platform-backend,false,false,true
|
||||
dashgpt,preview,@grafana/dashboards-squad,false,false,true
|
||||
reportingRetries,preview,@grafana/sharing-squad,false,true,false
|
||||
sseGroupByDatasource,experimental,@grafana/observability-metrics,false,false,false
|
||||
|
||||
|
@@ -388,7 +388,7 @@ const (
|
||||
FlagAlertingNoDataErrorExecution = "alertingNoDataErrorExecution"
|
||||
|
||||
// FlagAngularDeprecationUI
|
||||
// Display new Angular deprecation-related UI features
|
||||
// Display Angular warnings in dashboards and panels
|
||||
FlagAngularDeprecationUI = "angularDeprecationUI"
|
||||
|
||||
// FlagDashgpt
|
||||
|
||||
@@ -527,12 +527,15 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "angularDeprecationUI",
|
||||
"resourceVersion": "1707928895402",
|
||||
"creationTimestamp": "2024-02-14T16:41:35Z"
|
||||
"resourceVersion": "1708080773145",
|
||||
"creationTimestamp": "2024-02-14T16:41:35Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-02-16 10:52:53.145203323 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Display new Angular deprecation-related UI features",
|
||||
"stage": "experimental",
|
||||
"description": "Display Angular warnings in dashboards and panels",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/plugins-platform-backend",
|
||||
"frontend": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user