This is an automated email from the ASF dual-hosted git repository.
EnxDev pushed a change to branch enxdev/feat/chatbot-permissions
in repository https://gitbox.apache.org/repos/asf/superset.git
from 66b124cabd0 fix(extensions): update settings.py import to
superset.extensions.models
add c9f29783d2c feat(extensions): add utils.py fields, settings pub/sub,
and settings unit tests
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/core/extensions/index.ts | 20 +++
superset/extensions/utils.py | 6 +
tests/unit_tests/extensions/test_settings.py | 207 +++++++++++++++++++++++++
3 files changed, 233 insertions(+)
create mode 100644 tests/unit_tests/extensions/test_settings.py