This is an automated email from the ASF dual-hosted git repository.
vavila pushed a change to branch feat/async-db-perm-sync
in repository https://gitbox.apache.org/repos/asf/superset.git
from 5feb6502d2 feat: Update database permissions in async mode
add a6cfdd14ca Renaming resync to sync everywhere
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/pages/DatabaseList/index.tsx | 24 +++----
superset/commands/database/exceptions.py | 4 +-
.../{resync_permissions.py => sync_permissions.py} | 10 +--
...missions_async.py => sync_permissions_async.py} | 12 ++--
superset/commands/database/update.py | 16 ++---
superset/config.py | 4 +-
superset/constants.py | 2 +-
superset/databases/api.py | 32 ++++-----
superset/tasks/permissions.py | 12 ++--
superset/views/base.py | 2 +-
tests/integration_tests/databases/api_tests.py | 82 +++++++++++-----------
...sync_test.py => sync_permissions_async_test.py} | 48 ++++++-------
...ermissions_test.py => sync_permissions_test.py} | 0
tests/unit_tests/commands/databases/update_test.py | 16 ++---
14 files changed, 131 insertions(+), 133 deletions(-)
rename superset/commands/database/{resync_permissions.py =>
sync_permissions.py} (97%)
rename superset/commands/database/{resync_permissions_async.py =>
sync_permissions_async.py} (91%)
rename tests/unit_tests/commands/databases/{resync_permissions_async_test.py
=> sync_permissions_async_test.py} (62%)
rename tests/unit_tests/commands/databases/{resync_permissions_test.py =>
sync_permissions_test.py} (100%)