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 a78f059fc20 chore(deps-dev): bump lerna from 8.2.4 to 9.0.4 in
/superset-frontend
add 77148277b96 feat(charts): improve negative stacked bar label
positioning and accessibility (#37405)
add 19ec7b48a0f fix: Conditional formatting painting empty cells (#37894)
add 30ccbb2e050 chore(deps): update @types/geojson requirement from
^7946.0.10 to ^7946.0.16 in
/superset-frontend/plugins/plugin-chart-cartodiagram (#37908)
add afacca350f0 chore(deps-dev): bump oxlint from 1.42.0 to 1.46.0 in
/superset-frontend (#37917)
add 3f64c257120 fix(mcp): Add database_name as valid filter column for
list_datasets (#37865)
add 4dfece9ee54 feat(mcp): add event_logger instrumentation to MCP tools
(#37859)
add 88ce1425e2c fix(roles): optimize user fetching and resolve N+1 query
issue (#37235)
add dbf5e1f1314 feat(theme): use IBM Plex Mono for code and numerical
displays (#37366)
add 58d245c6b03 chore(deps): Update sqlachemy-utils to 0.42.0 (#36240)
add 0d5ddb36749 feat(themes): add enhanced validation and error handling
with fallback mechanisms (#37378)
add 6328e516206 test(examples): add tests for UUID threading and security
bypass (#37557)
add 142b2cc4254 test(e2e): add Playwright E2E tests for Chart List page
(#37866)
add 080f629ea21 fix(echarts): formula annotations not rendering with
dataset-level columns label (#37522)
add 0c0d915391d fix(echarts-timeseries-combined-labels): combine
annotation labels for events at same timestamp (#37164)
add e3e2bece6bc feat(owners): display email in owner selectors (#37906)
add ffd7f103207 chore(deps): bump markdown-to-jsx from 9.7.3 to 9.7.4 in
/superset-frontend (#37959)
add 75d6a95ac39 chore(deps): bump aquasecurity/trivy-action from 0.33.1 to
0.34.0 (#37958)
add 79f51e2ae7d chore(deps-dev): bump webpack from 5.105.1 to 5.105.2 in
/docs (#37953)
add 475615e1186 chore(deps): bump ioredis from 5.9.2 to 5.9.3 in
/superset-websocket (#37951)
add a65f73a5323 chore(deps): bump qs from 6.14.1 to 6.14.2 in /docs
(#37937)
add 73adff55ee8 chore(deps): Relax sqlalchemy-utils lower bound for
pydoris compatibility (#37949)
add 097f474f24b chore(deps): bump pillow from 11.3.0 to 12.1.1 (#37935)
add cbf153845ed chore(deps): bump qs from 6.14.1 to 6.14.2 in
/superset-websocket/utils/client-ws-app (#37933)
add 440602ef344 fix(utils): datetime_to_epoch function is fixed to
timezone aware epoch (#37979)
add 5300f65a74e chore(deps): bump qs from 6.14.1 to 6.14.2 in
/superset-frontend (#37936)
add d748ed19ced chore(deps): bump hot-shots from 13.2.0 to 14.0.0 in
/superset-websocket (#37993)
add 232b34d9443 chore(deps-dev): bump webpack-sources from 3.3.3 to 3.3.4
in /superset-frontend (#38004)
add eee3af57759 chore(deps-dev): bump oxlint from 1.46.0 to 1.47.0 in
/superset-frontend (#38005)
add 982e2c1ef7f chore(deps-dev): bump webpack from 5.105.0 to 5.105.2 in
/superset-frontend (#38003)
add c873225308e chore(deps-dev): bump jsdom from 28.0.0 to 28.1.0 in
/superset-frontend (#37997)
add d47a7105dfa chore(deps): bump caniuse-lite from 1.0.30001769 to
1.0.30001770 in /docs (#37994)
add cd9154daa74 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 (a78f059fc20)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/lerna-9.0.4 (cd9154daa74)
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/docker.yml | 2 +-
UPDATING.md | 36 +
docs/package.json | 5 +-
docs/yarn.lock | 32 +-
pyproject.toml | 4 +-
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
superset-core/pyproject.toml | 2 +-
superset-frontend/oxlint.json | 2 +-
superset-frontend/package-lock.json | 1449 ++++++++++++--------
superset-frontend/package.json | 11 +-
.../packages/superset-core/package.json | 2 +-
.../superset-core/src/ui/theme/GlobalStyles.tsx | 6 +-
.../superset-core/src/ui/theme/Theme.test.tsx | 2 +-
.../packages/superset-core/src/utils/index.ts | 1 +
.../superset-core/src/utils/isBlank.test.ts | 59 +
.../superset-core/src/utils/isBlank.ts} | 16 +-
.../src/utils/getColorFormatters.ts | 13 +-
.../test/utils/getColorFormatters.test.ts | 111 ++
.../AsyncAceEditor/AsyncAceEditor.test.tsx | 15 +
.../src/components/AsyncAceEditor/index.tsx | 5 +-
.../src/components/Label/Label.test.tsx | 5 +
.../components/modals/ChartPropertiesModal.ts} | 59 +-
.../playwright/helpers/api/assertions.ts | 58 +
superset-frontend/playwright/helpers/api/chart.ts | 104 ++
.../playwright/helpers/fixtures/testAssets.ts | 57 +-
.../playwright/pages/ChartListPage.ts | 132 ++
.../tests/experimental/chart/chart-list.spec.ts | 307 +++++
.../tests/experimental/chart/chart-test-helpers.ts | 88 ++
.../experimental/dataset/dataset-list.spec.ts | 51 +-
.../src/ScatterPlotGlowOverlay.tsx | 2 +-
.../plugins/plugin-chart-cartodiagram/package.json | 2 +-
.../src/MixedTimeseries/transformProps.ts | 2 +-
.../src/Timeseries/transformProps.ts | 3 +-
.../src/Timeseries/transformers.ts | 294 ++--
.../test/MixedTimeseries/transformProps.test.ts | 273 ++--
.../test/Timeseries/transformProps.test.ts | 710 ++++++----
.../test/Timeseries/transformers.test.ts | 97 +-
.../plugins/plugin-chart-echarts/test/helpers.ts | 110 ++
.../test/utils/transformers.test.ts | 249 ++--
.../src/react-pivottable/utilities.ts | 4 +-
.../plugin-chart-table/test/TableChart.test.tsx | 4 +-
.../src/SqlLab/components/ResultSet/index.tsx | 1 +
.../DatasourceEditor/DatasourceEditor.tsx | 38 +-
.../src/components/ListView/Filters/Select.tsx | 13 +-
.../src/components/ListView/Filters/index.tsx | 2 +
superset-frontend/src/components/ListView/types.ts | 8 +-
.../src/components/RowCountLabel/index.tsx | 2 +-
.../PropertiesModal/hooks/useAccessOptions.ts | 32 +-
.../dashboard/components/PropertiesModal/index.tsx | 17 +-
.../PropertiesModal/sections/AccessSection.tsx | 22 +-
.../components/gridComponents/Row/Row.test.tsx | 2 +-
.../explore/components/PropertiesModal/index.tsx | 50 +-
.../src/features/alerts/AlertReportModal.tsx | 46 +-
superset-frontend/src/features/alerts/types.ts | 4 +-
.../OwnerSelectLabel/OwnerSelectLabel.test.tsx} | 33 +-
.../owners/OwnerSelectLabel/index.tsx} | 71 +-
.../src/features/roles/RoleListEditModal.test.tsx | 37 +
.../src/features/roles/RoleListEditModal.tsx | 12 +-
.../src/features/themes/ThemeModal.test.tsx | 174 ++-
.../src/features/themes/ThemeModal.tsx | 65 +-
.../src/pages/AlertReportList/index.tsx | 11 +-
superset-frontend/src/pages/ChartList/index.tsx | 6 +-
.../src/pages/DashboardList/index.tsx | 6 +-
superset-frontend/src/pages/DatasetList/index.tsx | 6 +-
.../src/pages/ExecutionLogList/index.tsx | 12 +-
superset-frontend/src/theme/ThemeController.ts | 147 +-
.../src/theme/hooks/useThemeValidation.test.ts | 133 ++
.../src/theme/hooks/useThemeValidation.ts | 155 +++
.../src/theme/tests/ThemeController.test.ts | 196 +++
.../src/theme/utils/antdTokenNames.test.ts | 108 ++
.../src/theme/utils/antdTokenNames.ts | 115 ++
.../theme/utils/themeStructureValidation.test.ts | 346 +++++
.../src/theme/utils/themeStructureValidation.ts | 191 +++
superset-frontend/src/types/Owner.ts | 1 +
superset-frontend/src/views/CRUD/utils.tsx | 83 +-
superset-websocket/package-lock.json | 28 +-
superset-websocket/package.json | 4 +-
.../utils/client-ws-app/package-lock.json | 12 +-
superset/charts/api.py | 1 +
superset/charts/schemas.py | 1 +
superset/config.py | 2 +-
superset/daos/dataset.py | 41 +-
superset/dashboards/api.py | 1 +
superset/datasets/schemas.py | 1 +
superset/mcp_service/chart/tool/generate_chart.py | 270 ++--
superset/mcp_service/chart/tool/get_chart_data.py | 80 +-
superset/mcp_service/chart/tool/get_chart_info.py | 20 +-
.../mcp_service/chart/tool/get_chart_preview.py | 149 +-
superset/mcp_service/chart/tool/list_charts.py | 27 +-
superset/mcp_service/chart/tool/update_chart.py | 83 +-
.../mcp_service/chart/tool/update_chart_preview.py | 23 +-
.../tool/add_chart_to_existing_dashboard.py | 135 +-
.../dashboard/tool/generate_dashboard.py | 99 +-
.../dashboard/tool/get_dashboard_info.py | 20 +-
.../mcp_service/dashboard/tool/list_dashboards.py | 25 +-
superset/mcp_service/dataset/schemas.py | 1 +
.../mcp_service/dataset/tool/get_dataset_info.py | 20 +-
superset/mcp_service/dataset/tool/list_datasets.py | 28 +-
.../explore/tool/generate_explore_link.py | 20 +-
superset/mcp_service/middleware.py | 118 +-
superset/mcp_service/sql_lab/tool/execute_sql.py | 44 +-
.../sql_lab/tool/open_sql_lab_with_context.py | 6 +-
.../mcp_service/system/tool/get_instance_info.py | 4 +-
superset/mcp_service/system/tool/get_schema.py | 6 +-
superset/mcp_service/system/tool/health_check.py | 8 +-
superset/reports/api.py | 7 +
superset/security/api.py | 10 +-
superset/utils/dates.py | 2 +-
tests/integration_tests/charts/api_tests.py | 1 +
tests/integration_tests/reports/api_tests.py | 20 +-
tests/integration_tests/security/api_tests.py | 111 +-
.../commands/importers/v1/examples_test.py | 133 +-
.../databases/commands/importers/v1/import_test.py | 33 +
.../api => tests/unit_tests/examples}/__init__.py | 0
tests/unit_tests/examples/data_loading_test.py | 204 +++
tests/unit_tests/examples/generic_loader_test.py | 233 ++++
tests/unit_tests/examples/utils_test.py | 206 +++
tests/unit_tests/extensions/test_types.py | 11 +-
.../mcp_service/dataset/tool/test_dataset_tools.py | 46 +
.../mcp_service/test_middleware_logging.py | 207 +++
tests/unit_tests/utils/json_tests.py | 6 +
122 files changed, 6945 insertions(+), 2095 deletions(-)
create mode 100644
superset-frontend/packages/superset-core/src/utils/isBlank.test.ts
copy superset-frontend/{src/dashboard/util/componentIsResizable.ts =>
packages/superset-core/src/utils/isBlank.ts} (74%)
copy superset-frontend/{src/features/rls/types.ts =>
playwright/components/modals/ChartPropertiesModal.ts} (50%)
create mode 100644 superset-frontend/playwright/helpers/api/chart.ts
create mode 100644 superset-frontend/playwright/pages/ChartListPage.ts
create mode 100644
superset-frontend/playwright/tests/experimental/chart/chart-list.spec.ts
create mode 100644
superset-frontend/playwright/tests/experimental/chart/chart-test-helpers.ts
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/helpers.ts
copy superset-frontend/src/{components/ErrorMessage/IssueCode.test.tsx =>
features/owners/OwnerSelectLabel/OwnerSelectLabel.test.tsx} (54%)
copy superset-frontend/src/{explore/components/optionRenderers.tsx =>
features/owners/OwnerSelectLabel/index.tsx} (50%)
create mode 100644 superset-frontend/src/theme/hooks/useThemeValidation.test.ts
create mode 100644 superset-frontend/src/theme/hooks/useThemeValidation.ts
create mode 100644 superset-frontend/src/theme/utils/antdTokenNames.test.ts
create mode 100644 superset-frontend/src/theme/utils/antdTokenNames.ts
create mode 100644
superset-frontend/src/theme/utils/themeStructureValidation.test.ts
create mode 100644
superset-frontend/src/theme/utils/themeStructureValidation.ts
copy {superset-core/src/superset_core/api =>
tests/unit_tests/examples}/__init__.py (100%)
create mode 100644 tests/unit_tests/examples/data_loading_test.py
create mode 100644 tests/unit_tests/examples/generic_loader_test.py
create mode 100644 tests/unit_tests/examples/utils_test.py
create mode 100644 tests/unit_tests/mcp_service/test_middleware_logging.py