This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch fix/deckgl-version-mismatch
in repository https://gitbox.apache.org/repos/asf/superset.git
omit fac5080a6ee fix(deps): sync deck.gl/luma.gl overrides with plugin
dependency versions
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 569606635b0 docs(databases): add Supabase, AlloyDB, and Neon as
PostgreSQL-compatible databases (#37589)
add 76889c1a696 feat(db_engine_specs): add Apache Phoenix and Apache IoTDB
engine specs (#37590)
add 5ac5480f359 chore(deps): bump caniuse-lite from 1.0.30001766 to
1.0.30001767 in /docs (#37601)
add 6b7b23ed788 fix(timeseries): restore ECharts tooltip after closing
drill menu (#37284)
add 2dfc770b0f7 fix(native-filters): update TEMPORAL_RANGE filter subject
when Time Column filter is applied (#36985)
add 89a98ab9a42 fix(dataset-editor): include calculated columns in
currency code dropdown (#37621)
add 8fd34010776 fix(security): update jspdf to 4.0.0 to address
CVE-2025-68428 (#37553)
add 45f883c9cd2 chore(deps-dev): bump webpack from 5.104.1 to 5.105.0 in
/docs (#37656)
add b464979db14 chore(deps-dev): bump webpack from 5.104.1 to 5.105.0 in
/superset-frontend (#37658)
add f96e90b9794 fix(docker): remove accidental command substitutions when
building FE in dev mode (#37670)
add 92438322c0e feat(extensions): Enhances SQL Lab API (#37642)
add e10237fcc14 fix: Security vulnerability in Storybook (#37676)
add b968d1095cb chore(deps): bump dawidd6/action-download-artifact from 12
to 14 (#37602)
add b7b9bfd3fec chore(deps): bump query-string from 6.14.1 to 9.3.1 in
/superset-frontend (#37545)
add 07ff82f189b docs: add XNET to INTHEWILD list (#37615)
add 4e4fa53c8d9 fix: Rename Truncate Axis to Truncate Y Axis in bar chart
controls (#37403)
add c09a4f6f471 chore(deps): bump googleapis from 171.1.0 to 171.2.0 in
/superset-frontend (#37690)
add 20f1918dd6b chore(deps): bump caniuse-lite from 1.0.30001767 to
1.0.30001768 in /docs (#37684)
add a9dca529c17 fix(mcp): treat runtime validation warnings as
informational, not errors (#37214)
add 4147d877fc1 fix(mcp): prevent DATE_TRUNC on non-temporal columns in
chart generation (#37433)
add fd8c21591a0 chore(deps-dev): update @babel/types requirement from
^7.28.6 to ^7.29.0 in /superset-frontend/plugins/plugin-chart-pivot-table
(#37603)
add 75fa474fced test(native-filters): add unit tests for requiredFirst
filter logic (#37640)
add 4f42928b34d fix(sqllab): Skip progress bar on no data (#37652)
add 2e463078a2c refactor(filters): extract shouldShowTimeRangePicker and
improve test coverage (#36012)
add 47db185e3b9 fix(mcp): include x_axis column in query context for
series charts with group_by (#37639)
add ef4f7afa90e chore(docs): improve build performance and fix OOM crashes
(#37588)
add 5040db859c8 test(playwright): additional dataset list playwright tests
(#36684)
add 66dca73591a fix(deps): sync deck.gl/luma.gl overrides with plugin
dependency versions
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 (fac5080a6ee)
\
N -- N -- N refs/heads/fix/deckgl-version-mismatch (66dca73591a)
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/workflows/superset-docs-deploy.yml | 4 +-
.github/workflows/superset-docs-verify.yml | 2 +-
RESOURCES/INTHEWILD.yaml | 5 +
UPDATING.md | 15 +
docker/docker-frontend.sh | 4 +-
docker/superset-websocket/config.json | 22 -
docs/docusaurus.config.ts | 12 +-
docs/netlify.toml | 2 +-
docs/package.json | 46 +-
docs/src/data/databases.json | 146 ++++-
docs/src/pages/index.tsx | 4 +-
docs/src/styles/antd-theme.less | 27 -
docs/src/styles/{main.less => main.css} | 152 ++---
docs/src/webpack.extend.ts | 37 +-
docs/static/img/databases/alloydb.png | Bin 0 -> 88097 bytes
docs/static/img/databases/apache-iotdb.svg | Bin 0 -> 4646 bytes
docs/static/img/databases/apache-phoenix.png | Bin 0 -> 29188 bytes
docs/static/img/databases/neon.png | Bin 0 -> 20140 bytes
docs/static/img/databases/supabase.svg | Bin 0 -> 5817 bytes
docs/static/img/logos/xnet.png | Bin 0 -> 57611 bytes
docs/yarn.lock | 452 +++++++-------
superset-frontend/package-lock.json | 649 +++++++++++----------
superset-frontend/package.json | 34 +-
.../packages/superset-core/package.json | 2 +-
.../packages/superset-core/src/api/editors.ts | 345 ++++++++---
.../packages/superset-core/src/api/sqlLab.ts | 342 +++++++++--
.../packages/superset-ui-demo/package.json | 16 +-
superset-frontend/playwright.config.ts | 24 +-
.../playwright/components/ListView/BulkSelect.ts | 116 ++++
.../components/ListView}/index.ts | 4 +-
.../playwright/components/core/AceEditor.ts | 207 +++++++
.../playwright/components/core/Checkbox.ts | 95 +++
.../playwright/components/core/Select.ts | 187 ++++++
.../playwright/components/core/Tabs.ts | 75 +++
.../playwright/components/core/Textarea.ts | 109 ++++
.../playwright/components/core/index.ts | 5 +
.../playwright/components/modals/ConfirmDialog.ts | 75 +++
.../components/modals/DuplicateDatasetModal.ts | 5 +-
.../components/modals/EditDatasetModal.ts | 189 ++++++
.../components/modals/ImportDatasetModal.ts | 73 +++
.../playwright/components/modals/index.ts | 1 +
.../playwright/fixtures/dataset_export.zip | Bin 4784 -> 5261 bytes
.../playwright/helpers/api/assertions.ts | 61 ++
.../playwright/helpers/api/database.ts | 74 ++-
.../playwright/helpers/api/dataset.ts | 69 ++-
.../playwright/helpers/api/intercepts.ts | 145 +++++
.../helpers/fixtures}/index.ts | 4 +-
.../playwright/helpers/fixtures/testAssets.ts | 68 +++
.../playwright/pages/ChartCreationPage.ts | 138 +++++
.../playwright/pages/CreateDatasetPage.ts | 138 +++++
.../playwright/pages/DatasetListPage.ts | 99 +++-
.../experimental/dataset/create-dataset.spec.ts | 219 +++++++
.../experimental/dataset/dataset-list.spec.ts | 630 +++++++++++++++++---
.../experimental/dataset/dataset-test-helpers.ts | 67 +++
superset-frontend/playwright/utils/constants.ts | 10 +
.../src/Timeseries/Regular/Bar/controlPanel.tsx | 6 +-
.../plugins/plugin-chart-pivot-table/package.json | 2 +-
superset-frontend/spec/helpers/ProviderWrapper.tsx | 6 +-
.../src/SqlLab/components/EditorWrapper/index.tsx | 13 +-
.../SqlLab/components/SouthPane/Results.test.tsx | 34 ++
.../src/SqlLab/components/SouthPane/Results.tsx | 34 +-
.../src/SqlLab/reducers/sqlLab.test.js | 22 +
superset-frontend/src/SqlLab/reducers/sqlLab.ts | 7 +
.../ChartContextMenu/ChartContextMenu.test.tsx | 152 +++++
.../Chart/ChartContextMenu/ChartContextMenu.tsx | 3 +
.../DatasourceEditor/DatasourceEditor.jsx | 8 +-
.../tests/DatasourceEditorCurrency.test.tsx | 38 +-
superset-frontend/src/core/sqlLab/index.ts | 386 ++++++++++--
superset-frontend/src/core/sqlLab/models.ts | 49 +-
superset-frontend/src/core/utils.ts | 12 +-
.../components/DashboardBuilder/state.test.ts | 254 ++++++++
.../FiltersConfigForm/FiltersConfigForm.tsx | 11 +-
.../FiltersConfigForm/utils.test.ts | 278 +++++++++
.../FiltersConfigModal/FiltersConfigForm/utils.ts | 25 +
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 155 ++---
.../src/embedded/EmbeddedContextProviders.tsx | 6 +-
.../DatasetList/DatasetList.behavior.test.tsx | 78 ++-
.../DatasetList/DatasetList.integration.test.tsx | 52 +-
.../DatasetList/DatasetList.listview.test.tsx | 378 +++++++-----
.../DatasetList/DatasetList.permissions.test.tsx | 82 ++-
.../src/pages/DatasetList/DatasetList.test.tsx | 84 ++-
.../pages/DatasetList/DatasetList.testHelpers.tsx | 183 +++---
.../src/views/RootContextProviders.tsx | 6 +-
superset-frontend/src/views/menu.tsx | 6 +-
superset-websocket/package-lock.json | 42 +-
superset-websocket/package.json | 6 +-
superset/db_engine_specs/iotdb.py | 59 ++
superset/db_engine_specs/phoenix.py | 86 +++
superset/db_engine_specs/postgres.py | 101 ++++
superset/mcp_service/app.py | 5 +
superset/mcp_service/chart/chart_utils.py | 157 ++++-
superset/mcp_service/chart/preview_utils.py | 23 +-
superset/mcp_service/chart/schemas.py | 10 +-
superset/mcp_service/chart/tool/generate_chart.py | 38 +-
superset/mcp_service/chart/tool/get_chart_data.py | 15 +-
.../mcp_service/chart/tool/get_chart_preview.py | 25 +-
superset/mcp_service/chart/tool/update_chart.py | 4 +-
.../mcp_service/chart/tool/update_chart_preview.py | 5 +-
superset/mcp_service/chart/validation/pipeline.py | 66 ++-
.../chart/validation/runtime/__init__.py | 29 +-
.../explore/tool/generate_explore_link.py | 5 +-
superset/mcp_service/mcp_config.py | 12 +-
superset/mcp_service/utils/schema_utils.py | 149 +++--
superset/utils/core.py | 66 ++-
tests/integration_tests/explore/api_tests.py | 92 +++
.../mcp_service/chart/test_chart_schemas.py | 36 ++
.../mcp_service/chart/test_chart_utils.py | 281 ++++++++-
.../mcp_service/chart/test_preview_utils.py | 158 +++++
.../mcp_service/chart/tool/test_get_chart_data.py | 109 ++++
.../chart/tool/test_get_chart_preview.py | 113 ++++
.../chart/validation/test_runtime_validator.py | 52 +-
.../explore/tool/test_generate_explore_link.py | 23 +-
tests/unit_tests/utils/test_core.py | 508 ++++++++++++++++
113 files changed, 8150 insertions(+), 1700 deletions(-)
delete mode 100644 docker/superset-websocket/config.json
delete mode 100644 docs/src/styles/antd-theme.less
rename docs/src/styles/{main.less => main.css} (71%)
create mode 100644 docs/static/img/databases/alloydb.png
create mode 100644 docs/static/img/databases/apache-iotdb.svg
create mode 100644 docs/static/img/databases/apache-phoenix.png
create mode 100644 docs/static/img/databases/neon.png
create mode 100644 docs/static/img/databases/supabase.svg
create mode 100644 docs/static/img/logos/xnet.png
create mode 100644
superset-frontend/playwright/components/ListView/BulkSelect.ts
copy superset-frontend/{packages/superset-ui-core/src/components/assets/images
=> playwright/components/ListView}/index.ts (89%)
create mode 100644 superset-frontend/playwright/components/core/AceEditor.ts
create mode 100644 superset-frontend/playwright/components/core/Checkbox.ts
create mode 100644 superset-frontend/playwright/components/core/Select.ts
create mode 100644 superset-frontend/playwright/components/core/Tabs.ts
create mode 100644 superset-frontend/playwright/components/core/Textarea.ts
create mode 100644
superset-frontend/playwright/components/modals/ConfirmDialog.ts
create mode 100644
superset-frontend/playwright/components/modals/EditDatasetModal.ts
create mode 100644
superset-frontend/playwright/components/modals/ImportDatasetModal.ts
copy superset/examples/slack_dashboard/datasets/threads.yaml =>
superset-frontend/playwright/fixtures/dataset_export.zip (51%)
create mode 100644 superset-frontend/playwright/helpers/api/assertions.ts
create mode 100644 superset-frontend/playwright/helpers/api/intercepts.ts
copy superset-frontend/{packages/superset-ui-core/src/components/assets/images
=> playwright/helpers/fixtures}/index.ts (87%)
create mode 100644 superset-frontend/playwright/helpers/fixtures/testAssets.ts
create mode 100644 superset-frontend/playwright/pages/ChartCreationPage.ts
create mode 100644 superset-frontend/playwright/pages/CreateDatasetPage.ts
create mode 100644
superset-frontend/playwright/tests/experimental/dataset/create-dataset.spec.ts
create mode 100644
superset-frontend/playwright/tests/experimental/dataset/dataset-test-helpers.ts
create mode 100644
superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.test.tsx
create mode 100644
superset-frontend/src/dashboard/components/DashboardBuilder/state.test.ts
create mode 100644
superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/utils.test.ts
create mode 100644 superset/db_engine_specs/iotdb.py
create mode 100644 superset/db_engine_specs/phoenix.py
create mode 100644 tests/unit_tests/mcp_service/chart/test_preview_utils.py