This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-frontend/lerna-9.0.4
in repository https://gitbox.apache.org/repos/asf/superset.git
discard cd9154daa74 chore(deps-dev): bump lerna from 8.2.4 to 9.0.4 in
/superset-frontend
add 2c9f0c1c2a8 chore(deps-dev): bump wait-on from 9.0.3 to 9.0.4 in
/superset-frontend (#37999)
add 22ac5e02b60 fix(deckgl): remove dataset field from Deck.gl Layer
Visibility Display controls (#37611)
add 8853ff19d48 chore(websocket): migrate external uuid usage with Node's
native UUID generator (#37101)
add 7b21979fa3b fix(charts): Force refresh uses async mode when GAQ is
enabled (#37845)
add 3e3c9686de8 perf(dashboard): Batch RLS filter lookups for dashboard
digest computation (#37941)
add 84f1ee44093 feat: added conditional formatting enhancements string to
pivot table (#35863)
add 604d49f5579 chore(deps): bump datamaps from 0.5.9 to 0.5.10 in
/superset-frontend (#37913)
add 9566e8a9c6a chore(deps-dev): bump
eslint-plugin-react-you-might-not-need-an-effect from 0.8.5 to 0.9.1 in
/superset-frontend (#38000)
add 5cd829f13c8 fix(mcp): handle more chart types in get_chart_data
fallback query construction (#37969)
add f7218e7a192 feat(mcp): expose current user identity in
get_instance_info and add created_by_fk filter (#37967)
add aec1f6edce9 fix(mcp): use last data-bearing statement in execute_sql
response (#37968)
add 5a777c0f45f feat(matrixify): add single metric constraint (#37169)
add 746e266e901 chore(deps): bump swagger-ui-react from 5.31.0 to 5.31.1
in /docs (#38023)
add b0f9a73f63d chore(deps-dev): bump typescript-eslint from 8.54.0 to
8.56.0 in /superset-websocket (#38020)
add 5efc7ea5a51 chore(deps-dev): bump typescript-eslint from 8.55.0 to
8.56.0 in /docs (#38024)
add 868e719c60e chore(deps-dev): bump oxlint from 1.47.0 to 1.48.0 in
/superset-frontend (#38055)
add 65c460c9d26 chore(deps-dev): bump @swc/plugin-emotion from 14.5.0 to
14.6.0 in /superset-frontend (#38053)
add cd4cd537260 chore(deps-dev): bump css-loader from 7.1.3 to 7.1.4 in
/superset-frontend (#38050)
add 090eab099c0 chore(deps): bump storybook from 8.6.15 to 8.6.16 in /docs
(#38043)
add a30492f55e1 fix(plugin/cal-heatmap): properly color tooltip's text for
both dark/light theme (#38010)
add 9131739f98b fix(home): null check for possibly undefined filtered
other table data due to insufficient permission (#37983)
add 7b56fc1714c fix(docs): correct DB module filename for editing + update
DB metadata file (#37990)
add 0d2c8fd3737 chore(deps): bump @storybook/core from 8.6.15 to 8.6.16 in
/docs (#38046)
add 21481eef4fc chore(deps): bump the storybook group in /docs with 9
updates (#38067)
add 29f499528ff chore(deps-dev): bump eslint-plugin-testing-library from
7.15.4 to 7.16.0 in /superset-frontend (#38066)
add a78d432ccc0 chore(deps-dev): bump lerna from 8.2.4 to 9.0.4 in
/superset-frontend
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 (cd9154daa74)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/lerna-9.0.4 (a78d432ccc0)
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:
.github/dependabot.yml | 16 +
docs/.nvmrc | 2 +-
docs/package.json | 22 +-
docs/src/components/databases/DatabasePage.tsx | 8 +-
docs/src/data/databases.json | 170 ++-
docs/yarn.lock | 788 ++++++------
superset-frontend/package-lock.json | 716 ++++-------
superset-frontend/package.json | 12 +-
.../components/RadioButtonControl.tsx | 103 +-
.../src/shared-controls/matrixifyControls.tsx | 33 +-
.../components/RadioButtonControl.test.tsx | 420 +++++++
.../test/utils/getSelectedText.test.ts | 3 +-
.../src/ReactCalendar.tsx | 2 +-
.../legacy-plugin-chart-world-map/package.json | 2 +-
.../src/components/ExtraControls.tsx | 7 +-
.../src/plugin/controlPanel.tsx | 14 +-
.../src/react-pivottable/TableRenderers.tsx | 69 +-
.../test/plugin/transformProps.test.ts | 489 ++++----
.../components/DeckglLayerVisibility/index.ts | 1 +
.../src/features/home/DashboardTable.tsx | 4 +-
superset-frontend/src/views/CRUD/types.ts | 2 +-
superset-websocket/package-lock.json | 1269 +++-----------------
superset-websocket/package.json | 5 +-
superset-websocket/src/index.ts | 4 +-
superset-websocket/utils/loadtest.js | 4 +-
superset/charts/data/api.py | 20 +-
superset/mcp_service/app.py | 16 +-
superset/mcp_service/chart/schemas.py | 4 +-
superset/mcp_service/chart/tool/get_chart_data.py | 107 +-
superset/mcp_service/dashboard/schemas.py | 10 +-
superset/mcp_service/sql_lab/tool/execute_sql.py | 23 +-
superset/mcp_service/system/schemas.py | 7 +
.../mcp_service/system/tool/get_instance_info.py | 18 +-
superset/mcp_service/utils/schema_utils.py | 6 +-
superset/security/manager.py | 123 +-
superset/thumbnails/digest.py | 9 +
tests/integration_tests/charts/data/api_tests.py | 42 +
.../mcp_service/chart/tool/test_get_chart_data.py | 437 ++++++-
.../mcp_service/sql_lab/tool/test_execute_sql.py | 138 ++-
.../system/tool/test_get_current_user.py | 363 ++++++
.../mcp_service/system/tool/test_get_schema.py | 8 +-
.../mcp_service/utils/test_schema_utils.py | 11 +
tests/unit_tests/security/manager_test.py | 210 ++++
tests/unit_tests/thumbnails/test_digest.py | 49 +
44 files changed, 3385 insertions(+), 2381 deletions(-)
create mode 100644
superset-frontend/packages/superset-ui-chart-controls/test/shared-controls/components/RadioButtonControl.test.tsx
create mode 100644
tests/unit_tests/mcp_service/system/tool/test_get_current_user.py