This is an automated email from the ASF dual-hosted git repository.
sadpandajoe pushed a change to branch claude/subdirectory-helpers-tdd
in repository https://gitbox.apache.org/repos/asf/superset.git
from c531185d0ae fix(subdirectory): align SPA + sibling view routes after
Superset.route_base=""
add 28b845ead48 fix(subdirectory): close adversarial-review gaps in
helpers, backend models, and FAB links
add 6e3c21d3a32 fix(subdirectory): drop /superset/ prefix from
chart-dashboards menu link
No new revisions were added by this update.
Summary of changes:
.../src/connection/SupersetClientClass.ts | 17 +++++-
.../SupersetClientAppRootContract.test.ts | 23 ++++++--
.../DashboardBuilder/DashboardBuilder.test.tsx | 2 +-
.../DashboardBuilder/DashboardContainer.test.tsx | 2 +-
.../DashboardsSubMenu.test.tsx | 31 ++++++++++-
.../DashboardsSubMenu.tsx | 2 +-
.../AddDataset/DatasetPanel/DatasetPanel.tsx | 9 ++-
superset-frontend/src/middleware/logger.test.ts | 6 +-
.../src/middleware/loggerMiddleware.ts | 9 ++-
.../src/pages/RedirectWarning/index.tsx | 4 +-
.../src/pages/RedirectWarning/utils.ts | 6 ++
.../src/utils/navigationUtils.test.ts | 10 ++++
superset-frontend/src/utils/navigationUtils.ts | 12 ++--
superset-frontend/src/utils/pathUtils.test.ts | 11 ++++
superset-frontend/src/utils/pathUtils.ts | 11 ++--
superset/initialization/__init__.py | 7 ++-
superset/models/core.py | 6 +-
superset/models/dashboard.py | 9 ++-
superset/models/slice.py | 9 ++-
superset/tasks/async_queries.py | 2 +-
tests/unit_tests/test_subdirectory_url_for.py | 64 ++++++++++++++++++++++
21 files changed, 213 insertions(+), 39 deletions(-)