This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch subdirectories
in repository https://gitbox.apache.org/repos/asf/superset.git
from 60e287dc3d fix: add subdirectory support for SQL Lab and navigation
URLs
add 8ad9428379 fix: add subdirectory deployment support for Swagger UI and
app icon
add c6505d45cd fix: add subdirectory deployment support for Swagger UI and
app icon
add 12a8ad6680 refactor: remove swagger redirect, focus on app icon
subdirectory deployment
add 016e267b11 fix: ensure alert/report screenshot URLs include
subdirectory prefix
add 308bc0f053 refactor: improve code comments to describe functionality
directly
add 829523280e style: apply pre-commit formatting fixes to test file
No new revisions were added by this update.
Summary of changes:
superset/app.py | 6 +
superset/utils/urls.py | 10 +-
.../test_subdirectory_deployments.py | 210 +++++++++++++++++++++
3 files changed, 225 insertions(+), 1 deletion(-)
create mode 100644 tests/integration_tests/test_subdirectory_deployments.py