This is an automated email from the ASF dual-hosted git repository.
robdiciuccio pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 1e8b6eb fix: Fixes right menu layout in different screen sizes
(#14689)
add d5c008d chore: Perform feature/config condition checks at request
time (#14684)
No new revisions were added by this update.
Summary of changes:
superset/app.py | 338 +++++++++++----------
superset/connectors/druid/views.py | 29 +-
superset/connectors/sqla/views.py | 11 +
superset/views/access_requests.py | 12 +
superset/views/alerts.py | 24 +-
superset/views/key_value.py | 13 +-
superset/views/log/api.py | 12 +
superset/views/log/views.py | 12 +
superset/views/schedules.py | 13 +-
superset/views/tags.py | 13 +-
tests/alerts_tests.py | 51 +++-
tests/core_tests.py | 22 +-
tests/druid_tests.py | 79 +++++
tests/log_api_tests.py | 13 +-
...{migration_tests.py => log_model_view_tests.py} | 33 +-
tests/schedules_test.py | 29 ++
tests/security_tests.py | 17 ++
...ynamic_plugins_tests.py => sqla_views_tests.py} | 22 +-
tests/tagging_tests.py | 26 +-
19 files changed, 543 insertions(+), 226 deletions(-)
copy tests/{migration_tests.py => log_model_view_tests.py} (57%)
copy tests/{dynamic_plugins_tests.py => sqla_views_tests.py} (65%)