Alerting: New list view UI – Part 1 (#87907)

This commit is contained in:
Gilles De Mey
2024-05-24 16:40:49 +02:00
committed by GitHub
parent 51e27200a6
commit 99b5259cc1
36 changed files with 1330 additions and 270 deletions
+7
View File
@@ -1267,6 +1267,13 @@ var (
Owner: grafanaSharingSquad,
FrontendOnly: true,
},
{
Name: "alertingListViewV2",
Description: "Enables the new alert list view design",
Stage: FeatureStageExperimental,
Owner: grafanaAlertingSquad,
FrontendOnly: true,
},
{
Name: "notificationBanner",
Description: "Enables the notification banner UI and API",
+1
View File
@@ -169,6 +169,7 @@ queryLibrary,experimental,@grafana/explore-squad,false,false,false
autofixDSUID,experimental,@grafana/plugins-platform-backend,false,false,false
logsExploreTableDefaultVisualization,experimental,@grafana/observability-logs,false,false,true
newDashboardSharingComponent,experimental,@grafana/sharing-squad,false,false,true
alertingListViewV2,experimental,@grafana/alerting-squad,false,false,true
notificationBanner,experimental,@grafana/grafana-frontend-platform,false,false,false
dashboardRestore,experimental,@grafana/grafana-frontend-platform,false,false,false
datasourceProxyDisableRBAC,GA,@grafana/identity-access-team,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
169 autofixDSUID experimental @grafana/plugins-platform-backend false false false
170 logsExploreTableDefaultVisualization experimental @grafana/observability-logs false false true
171 newDashboardSharingComponent experimental @grafana/sharing-squad false false true
172 alertingListViewV2 experimental @grafana/alerting-squad false false true
173 notificationBanner experimental @grafana/grafana-frontend-platform false false false
174 dashboardRestore experimental @grafana/grafana-frontend-platform false false false
175 datasourceProxyDisableRBAC GA @grafana/identity-access-team false false false
+4
View File
@@ -687,6 +687,10 @@ const (
// Enables the new sharing drawer design
FlagNewDashboardSharingComponent = "newDashboardSharingComponent"
// FlagAlertingListViewV2
// Enables the new alert list view design
FlagAlertingListViewV2 = "alertingListViewV2"
// FlagNotificationBanner
// Enables the notification banner UI and API
FlagNotificationBanner = "notificationBanner"
+13
View File
@@ -2237,6 +2237,19 @@
"codeowner": "@grafana/grafana-app-platform-squad",
"requiresRestart": true
}
},
{
"metadata": {
"name": "alertingListViewV2",
"resourceVersion": "1716558084235",
"creationTimestamp": "2024-05-24T13:41:24Z"
},
"spec": {
"description": "Enables the new alert list view design",
"stage": "experimental",
"codeowner": "@grafana/alerting-squad",
"frontend": true
}
}
]
}