This is an automated email from the ASF dual-hosted git repository.
msyavuz pushed a change to branch fix-clear-all-staging
in repository https://gitbox.apache.org/repos/asf/superset.git
from 1e526e21412 Merge branch 'master' into fix-clear-all-staging
add b5186d1c65c fix(reports): keep body sized so standalone screenshots
don't time out (#39944)
add d3c44e311eb chore(deps): bump aws-actions/amazon-ecr-login from 2.1.4
to 2.1.5 (#39931)
add 7593d2a164d chore(deps): bump caniuse-lite from 1.0.30001791 to
1.0.30001792 in /docs (#39933)
add 9ac4711ac8c fix(mcp): prevent DetachedInstanceError in
get_chart_preview (#39921)
add 9b520312a1a fix(mcp): use tiktoken for response-size-guard token
estimation (#39912)
add 8088c5d1dea fix(dashboard): match auto-refresh paused-dot outline to
icon color (#39909)
add 8c80caefa37 fix(explore): preserve preview chart name on save (#39908)
add aa710672edb fix(ui): remove makeUrl() double-prefix bugs under
subdirectory deployment (#39503)
add ad5e3170dd8 fix: OpenSearch dialect identifier delimiters (#39953)
add d3784879c29 fix(embedded-sdk): grant fullscreen and clipboard-write by
default (#39943)
add 69fbbfd7cef fix(table): consolidate visual column options under Visual
formatting section (#39856)
add f5eaea6d11e Merge branch 'master' into fix-clear-all-staging
No new revisions were added by this update.
Summary of changes:
.github/workflows/ephemeral-env-pr-close.yml | 2 +-
.github/workflows/ephemeral-env.yml | 4 +-
docs/package.json | 2 +-
docs/yarn.lock | 8 +-
pyproject.toml | 10 +-
requirements/base.txt | 5 +-
requirements/development.txt | 7 +
superset-embedded-sdk/src/index.ts | 13 +-
.../src/controlPanel.tsx | 18 +-
.../plugin-chart-table/src/controlPanel.tsx | 18 +-
.../AutoRefreshStatus/StatusIndicatorDot.test.tsx | 12 +-
.../AutoRefreshStatus/StatusIndicatorDot.tsx | 12 +-
.../src/explore/actions/hydrateExplore.test.ts | 82 +++++++++
.../src/explore/actions/hydrateExplore.ts | 7 +
.../src/explore/components/SaveModal.test.tsx | 27 +++
.../src/features/databases/DatabaseModal/index.tsx | 5 +-
superset-frontend/src/features/home/EmptyState.tsx | 5 +-
superset-frontend/src/features/home/RightMenu.tsx | 7 +-
.../pages/SavedQueryList/SavedQueryList.test.tsx | 47 +++++-
.../src/pages/SavedQueryList/index.tsx | 12 +-
.../mcp_service/chart/tool/get_chart_preview.py | 25 ++-
superset/mcp_service/middleware.py | 19 +--
superset/mcp_service/utils/token_utils.py | 93 ++++++++--
superset/sql/dialects/opensearch.py | 6 +-
superset/templates/superset/spa.html | 7 +
tests/unit_tests/extension_tests.py | 47 ++++++
.../chart/tool/test_get_chart_preview.py | 188 +++++++++++++++++++++
tests/unit_tests/mcp_service/test_middleware.py | 17 +-
.../mcp_service/utils/test_token_utils.py | 64 +++++--
tests/unit_tests/sql/dialects/opensearch_tests.py | 81 +++++----
30 files changed, 722 insertions(+), 128 deletions(-)