You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2022/08/02 17:28:55 UTC

[superset] branch master updated (34ad80c642 -> bfd2a3d79f)

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

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


    from 34ad80c642 add cypress codeowners to e2e tests (#20921)
     add bfd2a3d79f fix: database permissions on update and delete (avoid orphaned perms) (#20081)

No new revisions were added by this update.

Summary of changes:
 .../installing-superset-from-scratch.mdx           |   2 +-
 superset/databases/commands/create.py              |   1 -
 superset/databases/commands/update.py              |  22 +-
 superset/models/core.py                            |   3 +-
 superset/security/manager.py                       | 227 ++++++++++++++++++++-
 tests/integration_tests/security_tests.py          | 180 ++++++++++++++++
 6 files changed, 430 insertions(+), 5 deletions(-)