You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ro...@apache.org on 2021/05/14 19:51:51 UTC

[superset] branch master updated (f16c708 -> 6d9d362)

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(-)