This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 3bfd4efa21 fix(dataset): render default URL description properly in
settings (#35669)
add 4cbac9d0cc fix(auth): redirect anonymous attempts to view dashboard
with next (#35345)
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/pages/Login/index.tsx | 28 ++++++--
superset/views/core.py | 30 ++++-----
superset/views/error_handling.py | 17 +++--
superset/views/utils.py | 32 +++++++++-
tests/integration_tests/dashboard_tests.py | 74 ++++++++++++++++++++--
.../dashboards/security/security_rbac_tests.py | 4 +-
.../dashboards/superset_factory_util.py | 2 +
7 files changed, 153 insertions(+), 34 deletions(-)