From 401148ad937d1ae3a420e4bcdca4029a2f879dd8 Mon Sep 17 00:00:00 2001 From: novemberde Date: Tue, 21 Jun 2022 12:15:44 +0900 Subject: [PATCH 1/2] doc(featureflags): add GENERIC_CHART_AXES flag --- RESOURCES/FEATURE_FLAGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RESOURCES/FEATURE_FLAGS.md b/RESOURCES/FEATURE_FLAGS.md index 26ac6bfde9435..18f67c73e99e4 100644 --- a/RESOURCES/FEATURE_FLAGS.md +++ b/RESOURCES/FEATURE_FLAGS.md @@ -56,6 +56,7 @@ These features flags are **safe for production** and have been tested. - SQL_VALIDATORS_BY_ENGINE [(docs)](https://superset.apache.org/docs/installation/sql-templating) - SQLLAB_BACKEND_PERSISTENCE - THUMBNAILS [(docs)](https://superset.apache.org/docs/installation/cache) +- GENERIC_CHART_AXES ## Deprecated Flags These features flags currently default to True and **will be removed in a future major release**. For this current release you can turn them off by setting your config to False, but it is advised to remove or set these flags in your local configuration to **True** so that you do not experience any unexpected changes in a future release. From c07f559fea00c8eba0090da8aea5c20f36f246ed Mon Sep 17 00:00:00 2001 From: novemberde Date: Tue, 21 Jun 2022 15:35:12 +0900 Subject: [PATCH 2/2] move GENERIC_CHART_AXES into testing stage --- RESOURCES/FEATURE_FLAGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RESOURCES/FEATURE_FLAGS.md b/RESOURCES/FEATURE_FLAGS.md index 18f67c73e99e4..9ae6a9be53368 100644 --- a/RESOURCES/FEATURE_FLAGS.md +++ b/RESOURCES/FEATURE_FLAGS.md @@ -43,6 +43,7 @@ These features are **finished** but currently being tested. They are usable, but - GLOBAL_ASYNC_QUERIES [(docs)](https://github.com/apache/superset/blob/master/CONTRIBUTING.md#async-chart-queries) - VERSIONED_EXPORT - ENABLE_JAVASCRIPT_CONTROLS +- GENERIC_CHART_AXES ## Stable These features flags are **safe for production** and have been tested. @@ -56,7 +57,6 @@ These features flags are **safe for production** and have been tested. - SQL_VALIDATORS_BY_ENGINE [(docs)](https://superset.apache.org/docs/installation/sql-templating) - SQLLAB_BACKEND_PERSISTENCE - THUMBNAILS [(docs)](https://superset.apache.org/docs/installation/cache) -- GENERIC_CHART_AXES ## Deprecated Flags These features flags currently default to True and **will be removed in a future major release**. For this current release you can turn them off by setting your config to False, but it is advised to remove or set these flags in your local configuration to **True** so that you do not experience any unexpected changes in a future release.