This is an automated email from the ASF dual-hosted git repository.

hainenber pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/immer-11.1.7
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 5c49a18d019 Merge branch 'master' into 
dependabot/npm_and_yarn/superset-frontend/immer-11.1.7
     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 a9c00006d8b Merge branch 'master' into 
dependabot/npm_and_yarn/superset-frontend/immer-11.1.7

No new revisions were added by this update.

Summary of changes:
 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 +-
 .../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 +++++----
 24 files changed, 660 insertions(+), 120 deletions(-)

Reply via email to