Announcement banner: Remove feature toggle (#98782)

This commit is contained in:
Alex Khomenko
2025-01-10 12:18:43 +02:00
committed by GitHub
parent 41c120ba89
commit 16d899f1b0
6 changed files with 1 additions and 15 deletions
@@ -70,7 +70,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes |
| `accessActionSets` | Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions. | Yes |
| `newDashboardSharingComponent` | Enables the new sharing drawer design | Yes |
| `notificationBanner` | Enables the notification banner UI and API | Yes |
| `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | |
| `pinNavItems` | Enables pinning of nav items | Yes |
| `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin | Yes |
@@ -181,7 +181,6 @@ export interface FeatureToggles {
logsExploreTableDefaultVisualization?: boolean;
newDashboardSharingComponent?: boolean;
alertingListViewV2?: boolean;
notificationBanner?: boolean;
dashboardRestore?: boolean;
datasourceProxyDisableRBAC?: boolean;
alertingDisableSendAlertsExternal?: boolean;
-8
View File
@@ -1234,14 +1234,6 @@ var (
Owner: grafanaAlertingSquad,
FrontendOnly: true,
},
{
Name: "notificationBanner",
Description: "Enables the notification banner UI and API",
Stage: FeatureStageGeneralAvailability,
Owner: grafanaFrontendPlatformSquad,
FrontendOnly: false,
Expression: "true",
},
{
Name: "dashboardRestore",
Description: "Enables deleted dashboard restore feature",
-1
View File
@@ -162,7 +162,6 @@ queryLibrary,experimental,@grafana/grafana-frontend-platform,false,false,false
logsExploreTableDefaultVisualization,experimental,@grafana/observability-logs,false,false,true
newDashboardSharingComponent,GA,@grafana/sharing-squad,false,false,true
alertingListViewV2,experimental,@grafana/alerting-squad,false,false,true
notificationBanner,GA,@grafana/grafana-frontend-platform,false,false,false
dashboardRestore,experimental,@grafana/search-and-storage,false,false,false
datasourceProxyDisableRBAC,GA,@grafana/identity-access-team,false,false,false
alertingDisableSendAlertsExternal,experimental,@grafana/alerting-squad,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
162 logsExploreTableDefaultVisualization experimental @grafana/observability-logs false false true
163 newDashboardSharingComponent GA @grafana/sharing-squad false false true
164 alertingListViewV2 experimental @grafana/alerting-squad false false true
notificationBanner GA @grafana/grafana-frontend-platform false false false
165 dashboardRestore experimental @grafana/search-and-storage false false false
166 datasourceProxyDisableRBAC GA @grafana/identity-access-team false false false
167 alertingDisableSendAlertsExternal experimental @grafana/alerting-squad false false false
-4
View File
@@ -659,10 +659,6 @@ const (
// Enables the new alert list view design
FlagAlertingListViewV2 = "alertingListViewV2"
// FlagNotificationBanner
// Enables the notification banner UI and API
FlagNotificationBanner = "notificationBanner"
// FlagDashboardRestore
// Enables deleted dashboard restore feature
FlagDashboardRestore = "dashboardRestore"
@@ -2569,6 +2569,7 @@
"name": "notificationBanner",
"resourceVersion": "1727777007488",
"creationTimestamp": "2024-05-13T09:32:34Z",
"deletionTimestamp": "2025-01-10T06:02:47Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-10-01 10:03:27.48823 +0000 UTC"
}