This is an automated email from the ASF dual-hosted git repository.
suddjian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 94e245d add force condition for exporting csv (#18911)
add da3bc48 feat: On window focus, redirect to login if the user has been
logged out (#18773)
No new revisions were added by this update.
Summary of changes:
.../src/dashboard/util/findPermission.test.ts | 1 +
superset-frontend/src/preamble.ts | 30 +++++++++++-
.../src/profile/components/fixtures.tsx | 1 +
superset-frontend/src/types/bootstrapTypes.ts | 1 +
superset/initialization/__init__.py | 2 +
superset/users/api.py | 56 ++++++++++++++++++++++
.../importers/exceptions.py => users/schemas.py} | 20 ++++----
superset/views/utils.py | 1 +
tests/integration_tests/security_tests.py | 1 +
.../commands_tests.py => users/api_tests.py} | 51 ++++++++++----------
10 files changed, 127 insertions(+), 37 deletions(-)
create mode 100644 superset/users/api.py
copy superset/{commands/importers/exceptions.py => users/schemas.py} (73%)
copy tests/integration_tests/{importexport/commands_tests.py =>
users/api_tests.py} (52%)