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

rusackas pushed a change to branch chore/ts-migration-dashboard
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 10c8ea391d7 fix(tests): add missing setActiveTab mock to Tabs.test.tsx
 discard ca1c6e85e14 fix(tests): migrate DatasetList tests to fetch-mock v12 API
    omit 896b19737d5 fix: address code review feedback - type safety and bug 
fixes
    omit e13c39bee60 chore(frontend): comprehensive TypeScript migration for 
dashboard and plugins
     add 3a565a6c16e fix(tests): update DatasetList tests to new fetch-mock API 
(#37623)
     add 0b5e4dd5de4 feat(mcp): add config toggle to disable parse_request 
decorator (#37617)
     add 5914e834361 chore(mcp): remove unused MCP_SERVICE feature flag (#37618)
     add 32ee160c75e chore: Properly untrack WebSocket config file for docker 
(#37624)
     add 0d7cc88b2bd chore(deps): bump antd from 6.2.2 to 6.2.3 in /docs 
(#37629)
     add 601fcb3382d chore(deps-dev): bump @babel/preset-env from 7.28.6 to 
7.29.0 in /superset-frontend (#37635)
     add fea135b46ca chore(deps-dev): bump @playwright/test from 1.58.0 to 
1.58.1 in /superset-frontend (#37633)
     add 568486a3048 chore(deps): bump @babel/core from 7.28.6 to 7.29.0 in 
/docs (#37598)
     add 7112bce961b chore(deps-dev): bump @types/node from 25.1.0 to 25.2.0 in 
/superset-websocket (#37597)
     add a44980da65a chore(deps-dev): bump globals from 17.2.0 to 17.3.0 in 
/superset-websocket (#37595)
     add 3eb860a6635 chore(deps): bump hot-shots from 13.1.0 to 13.2.0 in 
/superset-websocket (#37596)
     add 66264856a7f chore(deps): bump googleapis from 171.0.0 to 171.1.0 in 
/superset-frontend (#37630)
     add f52446e53a0 chore(frontend): comprehensive TypeScript migration for 
dashboard and plugins
     add bc353f02c04 fix: address code review feedback - type safety and bug 
fixes
     add 4f7506a1bcf fix(tests): migrate DatasetList tests to fetch-mock v12 API
     add 0d668ea527c fix(tests): add missing setActiveTab mock to Tabs.test.tsx

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   (10c8ea391d7)
            \
             N -- N -- N   refs/heads/chore/ts-migration-dashboard (0d668ea527c)

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:
 UPDATING.md                                        |  15 ++
 docker/superset-websocket/config.json              |  22 ---
 docs/package.json                                  |   4 +-
 docs/yarn.lock                                     | 124 ++++++------
 superset-frontend/package-lock.json                | 218 +++++++++++----------
 superset-frontend/package.json                     |   6 +-
 .../packages/superset-core/package.json            |   2 +-
 .../packages/superset-ui-demo/package.json         |   2 +-
 superset-websocket/package-lock.json               |  42 ++--
 superset-websocket/package.json                    |   6 +-
 superset/mcp_service/app.py                        |   5 +
 superset/mcp_service/mcp_config.py                 |  12 +-
 superset/mcp_service/utils/schema_utils.py         | 149 ++++++++------
 13 files changed, 322 insertions(+), 285 deletions(-)
 delete mode 100644 docker/superset-websocket/config.json

Reply via email to