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 75986d7a86 chore: fix spacing in AGENTS.md
     add 14c0cad0ba chore: remove deprecated function (#37021)
     add 1e8d648f47 feat: Chart query last run timestamp (#36934)
     add 53dddf4db2 feat(embedded-sdk): Add resolvePermalinkUrl callback for 
custom permalink URLs (#36924)
     add ecefba5bf7 fix(mcp): resolve startup failures from circular DAO 
imports (#37023)
     add 1cface15e6 docs: Update INTHEWILD.yaml (#36888)
     add 9349a9b82d 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   (75986d7a86)
            \
             N -- N -- N   refs/heads/showtime-master (9349a9b82d)

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:
 RESOURCES/INTHEWILD.yaml                           |  4 ++
 superset-embedded-sdk/README.md                    | 61 +++++++++++++++++++-
 superset-embedded-sdk/src/index.ts                 | 38 +++++++++++-
 .../src/query/types/QueryResponse.ts               |  6 +-
 .../plugins/plugin-chart-table/test/testData.ts    |  1 +
 .../components/LastQueriedLabel/index.tsx}         | 63 +++++++++-----------
 .../dashboard/components/PropertiesModal/index.tsx | 15 ++++-
 .../sections/StylingSection.test.tsx               | 45 +++++++++++++++
 .../PropertiesModal/sections/StylingSection.tsx    | 49 +++++++++++++++-
 .../src/dashboard/components/SliceHeader/index.tsx |  3 +
 .../components/SliceHeaderControls/index.tsx       | 23 ++++++--
 .../components/SliceHeaderControls/types.ts        |  1 +
 .../components/URLShortLinkButton/index.tsx        |  6 +-
 .../components/gridComponents/Chart/Chart.jsx      | 30 +++++++++-
 .../components/menu/ShareMenuItems/index.tsx       |  6 +-
 .../src/dashboard/containers/DashboardPage.tsx     | 17 +++++-
 superset-frontend/src/embedded/api.tsx             |  4 +-
 .../src/explore/components/EmbedCodeContent.jsx    |  8 ++-
 .../explore/components/ExploreChartPanel/index.tsx | 15 +++++
 .../useExploreAdditionalActionsMenu/index.jsx      | 17 +++++-
 superset-frontend/src/utils/urlUtils.ts            | 67 +++++++++++++++++++---
 superset/charts/schemas.py                         |  7 +++
 superset/common/query_context_processor.py         |  1 +
 superset/common/utils/query_cache_manager.py       | 11 ++++
 superset/dashboards/schemas.py                     |  2 +
 superset/mcp_service/__main__.py                   |  2 +-
 superset/mcp_service/app.py                        | 11 +++-
 superset/mcp_service/server.py                     |  4 +-
 superset/mcp_service/system/tool/get_schema.py     | 12 +++-
 superset/utils/excel.py                            |  2 +-
 .../mcp_service/test_mcp_tool_registration.py      | 42 +++++---------
 31 files changed, 467 insertions(+), 106 deletions(-)
 copy 
superset-frontend/{packages/superset-ui-core/src/components/IconTooltip/IconTooltip.stories.tsx
 => src/components/LastQueriedLabel/index.tsx} (54%)

Reply via email to