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

jli pushed a change to branch showtime-master
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit d87916cdd9 chore: fix spacing in AGENTS.md
     add 2d20079a88 fix(mcp): Remove screenshot URL functionality from MCP 
chart tools (#37228)
     add 6e1718910f fix(sqllab): show virtual dataset banner only when 
isDataset param is true (#37184)
     add fe16c828cf feat(mcp): Add support for AG Grid Interactive Table 
(ag-grid-table) viz_type (#37191)
     add 2187fb4ab4 fix(transpile_query): Fix export_as_csv error: 
"transpile_to_dialect": ['Unknown field.'] (#37249)
     add 50d0508a92 feat(mcp): Add Redis EventStore support for multi-pod 
deployments (#37216)
     add 3134360a22 chore: fix spacing in AGENTS.md

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d87916cdd9)
            \
             N -- N -- N   refs/heads/showtime-master (3134360a22)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/SqlLab/components/SqlEditor/index.tsx      |   2 +-
 .../src/pages/SqlLab/LocationContext.tsx           |   3 +-
 superset/charts/schemas.py                         |   7 +
 superset/mcp_service/auth.py                       |  32 +++-
 superset/mcp_service/chart/chart_utils.py          |  16 +-
 superset/mcp_service/chart/schemas.py              |  18 +-
 superset/mcp_service/chart/tool/generate_chart.py  |  25 +--
 .../mcp_service/chart/tool/get_chart_preview.py    |  60 ++-----
 superset/mcp_service/chart/tool/update_chart.py    |   7 +-
 .../mcp_service/chart/tool/update_chart_preview.py |  30 +---
 superset/mcp_service/mcp_config.py                 |  12 +-
 superset/mcp_service/server.py                     |  99 ++++++++++-
 superset/mcp_service/storage.py                    |  71 +++++++-
 superset/mcp_service/utils/url_utils.py            |  28 ---
 .../mcp_service/chart/test_chart_schemas.py        |  53 ++++++
 .../mcp_service/chart/test_chart_utils.py          |  52 ++++++
 tests/unit_tests/mcp_service/test_mcp_server.py    | 126 +++++++++++++
 tests/unit_tests/mcp_service/test_mcp_storage.py   | 194 ++++++++++++++++++++-
 18 files changed, 672 insertions(+), 163 deletions(-)
 create mode 100644 tests/unit_tests/mcp_service/test_mcp_server.py

Reply via email to