Plugins: Remove angularDeprecationUI feature toggle (#107300)

* remove angularDeprecationUI FT

* undo go.mod changes
This commit is contained in:
Will Browne
2025-06-27 12:02:00 +01:00
committed by GitHub
parent a6b202e2bb
commit 3020794b60
6 changed files with 2 additions and 20 deletions
@@ -40,7 +40,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `logsExploreTableVisualisation` | A table visualisation for logs in Explore | Yes |
| `transformationsRedesign` | Enables the transformations redesign | Yes |
| `awsAsyncQueryCaching` | Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled | Yes |
| `angularDeprecationUI` | Display Angular warnings in dashboards and panels | Yes |
| `dashgpt` | Enable AI powered features in dashboards | Yes |
| `externalCorePlugins` | Allow core plugins to be loaded as external | Yes |
| `panelMonitoring` | Enables panel monitoring through logs and measurements | Yes |
@@ -243,11 +243,6 @@ export interface FeatureToggles {
*/
configurableSchedulerTick?: boolean;
/**
* Display Angular warnings in dashboards and panels
* @default true
*/
angularDeprecationUI?: boolean;
/**
* Enable AI powered features in dashboards
* @default true
*/
-8
View File
@@ -397,14 +397,6 @@ var (
RequiresRestart: true,
HideFromDocs: true,
},
{
Name: "angularDeprecationUI",
Description: "Display Angular warnings in dashboards and panels",
Stage: FeatureStageGeneralAvailability,
FrontendOnly: true,
Owner: grafanaPluginsPlatformSquad,
Expression: "true", // Enabled by default
},
{
Name: "dashgpt",
Description: "Enable AI powered features in dashboards",
-1
View File
@@ -51,7 +51,6 @@ featureToggleAdminPage,experimental,@grafana/grafana-operator-experience-squad,f
awsAsyncQueryCaching,GA,@grafana/aws-datasources,false,false,false
permissionsFilterRemoveSubquery,experimental,@grafana/search-and-storage,false,false,false
configurableSchedulerTick,experimental,@grafana/alerting-squad,false,true,false
angularDeprecationUI,GA,@grafana/plugins-platform-backend,false,false,true
dashgpt,GA,@grafana/dashboards-squad,false,false,true
aiGeneratedDashboardChanges,experimental,@grafana/dashboards-squad,false,false,true
reportingRetries,preview,@grafana/grafana-operator-experience-squad,false,true,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
51 awsAsyncQueryCaching GA @grafana/aws-datasources false false false
52 permissionsFilterRemoveSubquery experimental @grafana/search-and-storage false false false
53 configurableSchedulerTick experimental @grafana/alerting-squad false true false
angularDeprecationUI GA @grafana/plugins-platform-backend false false true
54 dashgpt GA @grafana/dashboards-squad false false true
55 aiGeneratedDashboardChanges experimental @grafana/dashboards-squad false false true
56 reportingRetries preview @grafana/grafana-operator-experience-squad false true false
-4
View File
@@ -215,10 +215,6 @@ const (
// Enable changing the scheduler base interval via configuration option unified_alerting.scheduler_tick_interval
FlagConfigurableSchedulerTick = "configurableSchedulerTick"
// FlagAngularDeprecationUI
// Display Angular warnings in dashboards and panels
FlagAngularDeprecationUI = "angularDeprecationUI"
// FlagDashgpt
// Enable AI powered features in dashboards
FlagDashgpt = "dashgpt"
+2 -1
View File
@@ -391,7 +391,8 @@
"metadata": {
"name": "angularDeprecationUI",
"resourceVersion": "1750434297879",
"creationTimestamp": "2023-08-29T14:05:47Z"
"creationTimestamp": "2023-08-29T14:05:47Z",
"deletionTimestamp": "2025-06-27T09:59:58Z"
},
"spec": {
"description": "Display Angular warnings in dashboards and panels",