This is an automated email from the ASF dual-hosted git repository.
christine pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 416534a fix: don't remove leading new line (#6800)
new b70a9ae Merge default feature flags and user defined feature flags -
Rename the default feature flags key in `config.py` to DEFAULT_FEATURE_FLAGS -
Merge default feature flags with user defined ones allowing the latter to
overwrite the former - Expose feature_flags for both server and client to use -
Add a utility method for checking whether a feature flag is on on server side
new 19b3753 Move feature flag utility function into superset/__init__.py
new 7846bae Merge pull request #6781 from lyft/xtinec--merge-feature-flags
The 3837 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CONTRIBUTING.md | 4 ++++
superset/__init__.py | 12 ++++++++++++
superset/config.py | 9 ++++++---
superset/views/base.py | 4 ++--
tests/base_tests.py | 12 ++++++++++--
5 files changed, 34 insertions(+), 7 deletions(-)