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 f16c708 fix(dashboard): check edit permissions correctly on frontend
(#14626)
add 6d9d362 chore: use before_request hook for dynamic routes (#14568)
No new revisions were added by this update.
Summary of changes:
superset/app.py | 5 +-
superset/charts/api.py | 21 ++++----
superset/dashboards/api.py | 16 +++---
superset/reports/api.py | 10 +++-
superset/reports/logs/api.py | 10 +++-
superset/utils/urls.py | 13 ++---
tests/conftest.py | 38 ++++++++++++++
tests/reports/api_tests.py | 21 +++++++-
tests/thumbnails_tests.py | 117 +++++++++++++++++++++++--------------------
9 files changed, 168 insertions(+), 83 deletions(-)