Transformers: Remove formatString feature toggle (#113756)
* Transformers: Remove formatString feature toggle The formatString feature toggle was in GA stage and enabled by default. This change removes the feature toggle and makes the format string transformer always available. Changes: - Remove formatString feature toggle definition from registry - Remove conditional check in standardTransformers.ts - Update feature toggle git log with deletion timestamp - Regenerate feature toggle files * fix lint errors
This commit is contained in:
@@ -38,7 +38,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
||||
| `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 |
|
||||
| `dashgpt` | Enable AI powered features in dashboards | Yes |
|
||||
| `formatString` | Enable format string transformer | Yes |
|
||||
| `kubernetesDashboards` | Use the kubernetes API in the frontend for dashboards | Yes |
|
||||
| `addFieldFromCalculationStatFunctions` | Add cumulative and window functions to the add field from calculation transformation | Yes |
|
||||
| `annotationPermissionUpdate` | Change the way annotation permissions work by scoping them to folders and dashboards. | Yes |
|
||||
|
||||
Reference in New Issue
Block a user