You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/07 17:06:39 UTC

(superset) branch diego/ch77449/dashboard-granular-permissions updated (2ed0676287 -> aad279bafc)

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

diegopucci pushed a change to branch diego/ch77449/dashboard-granular-permissions
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 2ed0676287 Black
     add 43e1dc49c9 fix: bump FAB to 4.3.11 (#27039)
     add d8e26cfff1 chore: Remove database ID dependency for SSH Tunnel creation (#26989)
     add e437356013 fix(tags): Improve support for tags with colons (#26965)
     add 01e2f8ace3 fix(security manager): Users should not have access to all draft dashboards (#27015)
     add 918057e6c7 fix(ci): fix action script v7 breaking changes v2 (#27040)
     add aad279bafc Merge branch 'master' of https://github.com/apache/superset into diego/ch77449/dashboard-granular-permissions

No new revisions were added by this update.

Summary of changes:
 .github/workflows/check_db_migration_confict.yml   | 10 ++--
 .github/workflows/ephemeral-env.yml                |  2 +-
 requirements/base.txt                              | 19 ++++---
 requirements/development.txt                       | 13 ++++-
 requirements/integration.txt                       |  6 +++
 setup.py                                           |  2 +-
 superset-frontend/src/components/Tags/utils.tsx    |  9 ++--
 superset-frontend/src/features/tags/tags.ts        | 16 +++---
 superset/commands/database/create.py               | 58 ++++++++++++----------
 superset/commands/database/ssh_tunnel/create.py    | 23 +++------
 superset/commands/database/update.py               |  2 +-
 superset/security/manager.py                       | 31 ++++++------
 .../dashboards/security/security_rbac_tests.py     | 24 +++++----
 tests/integration_tests/databases/api_tests.py     | 16 +++---
 .../ssh_tunnel/commands/commands_tests.py          | 17 -------
 .../databases/ssh_tunnel/commands/create_test.py   |  6 +--
 16 files changed, 132 insertions(+), 122 deletions(-)