xtinec opened a new pull request #5960: [feat] Feature flag system via config URL: https://github.com/apache/incubator-superset/pull/5960 Adding a feature flag system that is driven by superset_config.py. This change includes: - Server side changes to specify a dedicated FEATURE_FLAG dictionary for listing feature flags. E.g. ``` FEATURE_FLAGS = { 'SCOPED_FILTER': true } ``` - Pass the new feature flags to client via bootstrap-data - Client side changes to inject feature flags into the redux state tree for dashboard, explore view and SqlLab - Client side refactor/clean up so the feature flags can be properly tested. Also avoid modifying incoming bootstrap data when creating initial state for the redux state tree - Re-enable tests that were previously disabled for ExploreViewContainer @mistercrunch @kristw @williaster
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
