From 81d72bcfc733545947cf8bffc27d9300aec9e922 Mon Sep 17 00:00:00 2001 From: Natalia Bernarte Oses Date: Tue, 13 May 2025 17:00:29 +0200 Subject: [PATCH] Update tableNextGen stage (#105231) * Update tableNextGen stage Update tableNextGen toggle to public preview * add missing comma * added generated files --- .../configure-grafana/feature-toggles/index.md | 1 + pkg/services/featuremgmt/registry.go | 9 +++++---- pkg/services/featuremgmt/toggles_gen.csv | 2 +- pkg/services/featuremgmt/toggles_gen.json | 12 ++++++++---- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index e8cf14868bb..db084a83d69 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -103,6 +103,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general- | `regressionTransformation` | Enables regression analysis transformation | | `alertingSaveStateCompressed` | Enables the compressed protobuf-based alert state storage | | `ssoSettingsLDAP` | Use the new SSO Settings API to configure LDAP | +| `tableNextGen` | Allows access to the new react-data-grid based table component. | | `improvedExternalSessionHandling` | Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves. | | `elasticsearchCrossClusterSearch` | Enables cross cluster search in the Elasticsearch datasource | | `improvedExternalSessionHandlingSAML` | Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly. | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index e29699f9a4d..4ad464910e2 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1116,10 +1116,11 @@ var ( Expression: "true", // enabled by default }, { - Name: "tableNextGen", - Description: "Allows access to the new react-data-grid based table component.", - Stage: FeatureStageExperimental, - Owner: grafanaDatavizSquad, + Name: "tableNextGen", + Description: "Allows access to the new react-data-grid based table component.", + Stage: FeatureStagePublicPreview, + Owner: grafanaDatavizSquad, + FrontendOnly: true, }, { Name: "lokiSendDashboardPanelNames", diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index e7fcf5e2358..0864f1f6e1e 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -144,7 +144,7 @@ prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,fa alertingFilterV2,experimental,@grafana/alerting-squad,false,false,false dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false newFiltersUI,GA,@grafana/dashboards-squad,false,false,false -tableNextGen,experimental,@grafana/dataviz-squad,false,false,false +tableNextGen,preview,@grafana/dataviz-squad,false,false,true lokiSendDashboardPanelNames,experimental,@grafana/observability-logs,false,false,false alertingPrometheusRulesPrimary,experimental,@grafana/alerting-squad,false,false,true exploreLogsShardSplitting,experimental,@grafana/observability-logs,false,false,true diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 0a36137260b..658ddb02e8e 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -3035,13 +3035,17 @@ { "metadata": { "name": "tableNextGen", - "resourceVersion": "1743693517832", - "creationTimestamp": "2025-03-26T03:57:57Z" + "resourceVersion": "1747058265248", + "creationTimestamp": "2025-03-26T03:57:57Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-05-12 13:57:45.248176 +0000 UTC" + } }, "spec": { "description": "Allows access to the new react-data-grid based table component.", - "stage": "experimental", - "codeowner": "@grafana/dataviz-squad" + "stage": "preview", + "codeowner": "@grafana/dataviz-squad", + "frontend": true } }, {