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 

[ Full content available at: 
https://github.com/apache/incubator-superset/pull/5960 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to