You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2022/09/15 02:05:19 UTC

[superset] 01/01: Adding missing flags, and a TODO category

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch Updating-feature-flag-categorization
in repository https://gitbox.apache.org/repos/asf/superset.git

commit cd96ea3cb272d1981af5e03c17ff86f15362014d
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Wed Sep 14 20:05:08 2022 -0600

    Adding missing flags, and a TODO category
---
 RESOURCES/FEATURE_FLAGS.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/RESOURCES/FEATURE_FLAGS.md b/RESOURCES/FEATURE_FLAGS.md
index 9ae6a9be53..f7da6ab49e 100644
--- a/RESOURCES/FEATURE_FLAGS.md
+++ b/RESOURCES/FEATURE_FLAGS.md
@@ -33,6 +33,7 @@ These features are considered **unfinished** and should only be used on developm
 - SHARE_QUERIES_VIA_KV_STORE
 - TAGGING_SYSTEM
 - ENABLE_TEMPLATE_REMOVE_FILTERS
+- DRILL_TO_DETAIL
 
 ## In Testing
 These features are **finished** but currently being tested. They are usable, but may still contain some bugs.
@@ -44,6 +45,10 @@ These features are **finished** but currently being tested. They are usable, but
 - VERSIONED_EXPORT
 - ENABLE_JAVASCRIPT_CONTROLS
 - GENERIC_CHART_AXES
+- ENABLE_FILTER_BOX_MIGRATION
+- UX_BETA
+- USE_ANALAGOUS_COLORS
+- DASHBOARD_EDIT_CHART_IN_NEW_TAB
 
 ## Stable
 These features flags are **safe for production** and have been tested.
@@ -57,9 +62,26 @@ 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)
+- ENABLE_EXPLORE_DRAG_AND_DROP
+- ENABLE_DND_WITH_CLICK_UX
 
 ## 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.
 
 - ALLOW_DASHBOARD_DOMAIN_SHARDING
 - DISPLAY_MARKDOWN_HTML
+- FORCE_DATABASE_CONNECTIONS_SSL
+
+## In need of categorization (and folks who might know best where to place them)
+- DRUID_JOINS (@betodealmeida)
+- DISABLE_LEGACY_DATASOURCE_EDITOR (@AAfghahi)
+- DASHBOARD_FILTERS_EXPERIMENTAL (@kgabryje)
+- EMBEDDED_SUPERSET (@suddjian / @lilykuang)
+- ENABLE_ADVANCED_DATA_TYPES (@cccs-RyanS)
+- ALERTS_ATTACH_REPORTS (@lilykuang)
+- ENFORCE_DB_ENCRYPTION_UI (@AAfghahi)
+- ALLOW_FULL_CSV_EXPORT (@m-ajay)
+- ALLOW_ADHOC_SUBQUERY (@lilykuang)
+- RLS_IN_SQLLAB (@betodealmeida)
+- CACHE_IMPERSONATION (@Samira-El)
+- EMBEDDABLE_CHARTS (@geido)
\ No newline at end of file