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

aminghadersohi pushed a change to branch mcp-css-themes-99978
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 4e186e40fdc refactor(mcp): add is_system fields to ThemeInfo and 
get_schema tests for new model types
    omit d5fa5ba0578 refactor(mcp): update get_schema instructions to include 
css_template and theme
    omit 058fd9fef76 refactor(mcp): fix DRY violations and add get_schema/uuid 
support for CSS templates and themes
    omit 80899e56fc9 feat(mcp): add list and get tools for CSS templates and 
themes
     add 3f0858e35de chore(sql-lab): migrate useDispatch to useAppDispatch 
(#40037)
     add a75f9b67b28 chore(superset-ui-switchboard): forward-compat fixes for 
TypeScript 6.0 (Phase E) (#40028)
     add d203f0de337 chore(sql-lab): finish SqlLab typed-dispatch migration for 
SaveDatasetModal (#40040)
     add e42a797946e feat(mcp): add list and get tools for CSS templates and 
themes
     add 3ad031a0f4f refactor(mcp): fix DRY violations and add get_schema/uuid 
support for CSS templates and themes
     add 9fcfbdf6cd5 refactor(mcp): update get_schema instructions to include 
css_template and theme
     add 5693d909a14 refactor(mcp): add is_system fields to ThemeInfo and 
get_schema tests for new model types

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   (4e186e40fdc)
            \
             N -- N -- N   refs/heads/mcp-css-themes-99978 (5693d909a14)

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/switchboard.test.ts                        |   7 +-
 .../superset-ui-switchboard/src/switchboard.ts     |   6 +-
 superset-frontend/src/SqlLab/actions/sqlLab.ts     |  20 ++--
 .../src/SqlLab/components/EditorAutoSync/index.tsx |   5 +-
 .../src/SqlLab/components/EditorWrapper/index.tsx  |   5 +-
 .../SqlLab/components/EditorWrapper/useKeywords.ts |   5 +-
 .../components/ExploreCtasResultsButton/index.tsx  |   9 +-
 .../src/SqlLab/components/PopEditorTab/index.tsx   |   5 +-
 .../SqlLab/components/QueryAutoRefresh/index.tsx   |   5 +-
 .../SqlLab/components/QueryLimitSelect/index.tsx   |   4 +-
 .../src/SqlLab/components/QueryTable/index.tsx     |   5 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |   5 +-
 .../SaveDatasetModal/SaveDatasetModal.test.tsx     | 105 ++++++++-------------
 .../SqlLab/components/SaveDatasetModal/index.tsx   |  11 +--
 .../src/SqlLab/components/SouthPane/index.tsx      |   5 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |   5 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |   4 +-
 .../SqlLab/components/SqlEditorTabHeader/index.tsx |   5 +-
 .../SqlEditorTopBar/useDatabaseSelector.ts         |   5 +-
 .../src/SqlLab/components/TableElement/index.tsx   |   5 +-
 .../SqlLab/components/TableExploreTree/index.tsx   |   5 +-
 .../components/TableExploreTree/useTreeData.ts     |   4 +-
 .../src/SqlLab/components/TablePreview/index.tsx   |   5 +-
 superset-frontend/src/views/store.ts               |  13 ++-
 24 files changed, 127 insertions(+), 126 deletions(-)

Reply via email to