Update tableNextGen stage (#105231)

* Update tableNextGen stage

Update tableNextGen toggle to public preview

* add missing comma

* added generated files
This commit is contained in:
Natalia Bernarte Oses
2025-05-13 17:00:29 +02:00
committed by GitHub
parent 1af3acf0c5
commit 81d72bcfc7
4 changed files with 15 additions and 9 deletions
@@ -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. |
+5 -4
View File
@@ -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",
+1 -1
View File
@@ -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
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
144 alertingFilterV2 experimental @grafana/alerting-squad false false false
145 dataplaneAggregator experimental @grafana/grafana-app-platform-squad false true false
146 newFiltersUI GA @grafana/dashboards-squad false false false
147 tableNextGen experimental preview @grafana/dataviz-squad false false false true
148 lokiSendDashboardPanelNames experimental @grafana/observability-logs false false false
149 alertingPrometheusRulesPrimary experimental @grafana/alerting-squad false false true
150 exploreLogsShardSplitting experimental @grafana/observability-logs false false true
+8 -4
View File
@@ -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
}
},
{