This is an automated email from the ASF dual-hosted git repository.
aminghadersohi pushed a change to branch mcp-annotations-99978
in repository https://gitbox.apache.org/repos/asf/superset.git
omit dbcccef2b33 refactor(mcp): address code review feedback on annotation
layer tools
omit 1615942aa9b feat(mcp): add list and get tools for annotation layers
and annotations
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 172aa40914b feat(mcp): add list and get tools for annotation layers
and annotations
add 9a94b7a2a80 refactor(mcp): address code review feedback on annotation
layer tools
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 (dbcccef2b33)
\
N -- N -- N refs/heads/mcp-annotations-99978 (9a94b7a2a80)
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(-)