You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sr...@apache.org on 2021/02/04 18:24:40 UTC

[superset] branch master updated (9982fde -> b472d18)

This is an automated email from the ASF dual-hosted git repository.

srini pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 9982fde  test: fix table chart sort order E2E tests (#12936)
     add b472d18  feat(dashboard_rbac): dashboard_view access enforcement (#12875)

No new revisions were added by this update.

Summary of changes:
 superset/dashboards/commands/exceptions.py         |   4 +
 superset/models/dashboard.py                       |  34 +++
 superset/utils/decorators.py                       |  37 +++
 superset/views/core.py                             |  53 ++--
 .../dashboards/security/security_dataset_tests.py  |   4 +-
 tests/dashboards/security/security_rbac_tests.py   | 277 ++++++++++++++-------
 6 files changed, 297 insertions(+), 112 deletions(-)