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 b3774c109e3 docs(updating): note navigationUtils helper API for
contributors
add 756458f031e fix(subdirectory): create-chart link, permalink doubling,
and dead Superset.* routes
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 2 +
.../gridComponents/Tab/Tab.subdirectory.test.tsx | 146 +++++++++++++++++++++
.../components/gridComponents/Tab/Tab.tsx | 5 +-
.../src/utils/navigationUtils.invariants.test.ts | 56 ++++++++
superset/views/core.py | 10 ++
tests/unit_tests/test_subdirectory_url_for.py | 111 ++++++++++++++++
6 files changed, 329 insertions(+), 1 deletion(-)
create mode 100644
superset-frontend/src/dashboard/components/gridComponents/Tab/Tab.subdirectory.test.tsx
create mode 100644 tests/unit_tests/test_subdirectory_url_for.py