This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/docs/caniuse-lite-1.0.30001765
in repository https://gitbox.apache.org/repos/asf/superset.git
omit ef0577f113 chore(deps): bump caniuse-lite in /docs
add 39238ef8a9 feat(ag-grid-table): Enable Time Shift feature for AG Grid
Table (#37072)
add 2e29e33dd8 fix(calendar-heatmap): correct month display across
timezones (#37064)
add 2900258e05 fix(Dashboard): Auto-apply filters with default values when
extraForm… (#36927)
add c0cbbe393a feat(Matrixify): add matrixify tag to list view and explore
(#37247)
add 409cdad264 fix(mcp): prevent MCP service from corrupting shared
appbuilder singleton (#37252)
add 4393db57d9 fix(native-filters): enable Apply button when selecting
Boolean FALSE value (#37017)
add f4597be341 fix(timeseries): x-axis last month was hidden (#37181)
add 1f19ef92cb refactor(TimezoneSelector): Enhance timezone selection
logic and improve performance (#36486)
add 2d20079a88 fix(mcp): Remove screenshot URL functionality from MCP
chart tools (#37228)
add 6e1718910f fix(sqllab): show virtual dataset banner only when
isDataset param is true (#37184)
add fe16c828cf feat(mcp): Add support for AG Grid Interactive Table
(ag-grid-table) viz_type (#37191)
add 2187fb4ab4 fix(transpile_query): Fix export_as_csv error:
"transpile_to_dialect": ['Unknown field.'] (#37249)
add 50d0508a92 feat(mcp): Add Redis EventStore support for multi-pod
deployments (#37216)
add e1fa374517 feat(mcp): add time_grain parameter to XY chart generation
(#37182)
add 3fba967856 fix(delete-filter): deleted native filters are still shown
until [sc-96553] (#37012)
add 25647942fd fix(chart): Horizontal bar chart value labels cut off
(#36989)
add d0e80d2079 refactor: Redesigns the Results panel toolbar and enables
extensions to contribute toolbar actions (#37255)
add 2267b78a10 chore(deps): bump antd from 6.2.0 to 6.2.1 in /docs (#37301)
add 445bc403b8 chore(deps): bump diff in /superset-frontend (#37292)
add 807ff513ef chore(deps): bump fs-extra from 11.3.2 to 11.3.3 in
/superset-frontend (#37274)
add 07caaadca6 chore(deps): bump caniuse-lite in /docs
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 (ef0577f113)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/caniuse-lite-1.0.30001765 (07caaadca6)
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:
docs/package.json | 2 +-
docs/yarn.lock | 40 +-
superset-frontend/package-lock.json | 14 +-
.../TimezoneSelector/TimezoneOptionsCache.test.tsx | 256 ++++++++++++
.../TimezoneSelector/TimezoneOptionsCache.ts | 159 +++++++
.../TimezoneSelector.DaylightSavingTime.test.tsx | 12 +-
.../TimezoneSelector/TimezoneSelector.test.tsx | 36 +-
.../src/components/TimezoneSelector/index.tsx | 237 +++++------
.../src/components/TimezoneSelector/types.ts} | 14 +-
.../legacy-plugin-chart-calendar/src/Calendar.js | 3 +-
.../legacy-plugin-chart-calendar/src/utils.ts | 10 +-
.../test/getFormattedUTCTime.ts | 28 --
.../test/utils.test.ts | 96 +++++
.../plugin-chart-ag-grid-table/src/buildQuery.ts | 6 +
.../src/controlPanel.tsx | 6 +-
.../src/transformProps.ts | 18 +-
.../src/Timeseries/transformProps.ts | 47 +++
.../plugins/plugin-chart-echarts/src/constants.ts | 2 +
.../test/Timeseries/helpers.ts | 122 ++++++
.../test/Timeseries/transformProps.test.ts | 441 +++++++++++++-------
.../test/Timeseries/transformers.test.ts | 49 ++-
.../ExploreResultsButton.test.tsx | 8 +-
.../components/ExploreResultsButton/index.tsx | 12 +-
.../src/SqlLab/components/QueryHistory/index.tsx | 3 +
.../src/SqlLab/components/ResultSet/index.tsx | 362 ++++++++--------
.../src/SqlLab/components/SaveQuery/index.tsx | 1 +
.../src/SqlLab/components/SouthPane/Results.tsx | 2 +-
.../src/SqlLab/components/SouthPane/index.tsx | 18 +-
.../src/SqlLab/components/SqlEditor/index.tsx | 26 +-
.../SqlEditorTopBar/SqlEditorTopBar.test.tsx | 62 +--
.../SqlLab/components/SqlEditorTopBar/index.tsx | 29 +-
superset-frontend/src/SqlLab/contributions.ts | 2 +
.../MenuListExtension/MenuListExtension.test.tsx | 374 -----------------
.../src/components/MenuListExtension/index.tsx | 157 -------
.../src/components/PanelToolbar/index.tsx | 165 ++++++++
.../src/dashboard/actions/nativeFilters.ts | 7 +-
.../dashboard/components/FiltersBadge/index.tsx | 53 +--
.../nativeFilters/FilterBar/FilterBar.test.tsx | 115 ++++++
.../components/nativeFilters/FilterBar/index.tsx | 49 ++-
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 2 +-
.../src/dashboard/reducers/nativeFilters.test.ts | 180 +++++++-
.../src/dashboard/reducers/nativeFilters.ts | 15 +-
.../ExploreChartHeader/ExploreChartHeader.test.tsx | 28 ++
.../components/ExploreChartHeader/index.jsx | 6 +-
.../src/features/alerts/AlertReportModal.test.tsx | 3 +-
.../src/features/alerts/AlertReportModal.tsx | 50 ++-
.../components/Select/SelectFilterPlugin.test.tsx | 457 ++++++++++++++++++++-
.../components/Select/SelectFilterPlugin.tsx | 2 +-
.../src/pages/ChartList/ChartList.test.tsx | 35 +-
.../src/pages/ChartList/ChartList.testHelpers.tsx | 13 +
superset-frontend/src/pages/ChartList/index.tsx | 23 +-
.../src/pages/SqlLab/LocationContext.tsx | 3 +-
superset/charts/schemas.py | 7 +
superset/mcp_service/auth.py | 32 +-
superset/mcp_service/chart/chart_utils.py | 20 +-
superset/mcp_service/chart/schemas.py | 28 +-
superset/mcp_service/chart/tool/generate_chart.py | 25 +-
.../mcp_service/chart/tool/get_chart_preview.py | 60 +--
superset/mcp_service/chart/tool/update_chart.py | 7 +-
.../mcp_service/chart/tool/update_chart_preview.py | 30 +-
superset/mcp_service/flask_singleton.py | 82 ++--
superset/mcp_service/mcp_config.py | 12 +-
superset/mcp_service/server.py | 99 ++++-
superset/mcp_service/storage.py | 71 +++-
superset/mcp_service/utils/url_utils.py | 28 --
.../mcp_service/chart/test_chart_schemas.py | 53 +++
.../mcp_service/chart/test_chart_utils.py | 128 ++++++
tests/unit_tests/mcp_service/test_mcp_server.py | 126 ++++++
tests/unit_tests/mcp_service/test_mcp_storage.py | 194 ++++++++-
69 files changed, 3441 insertions(+), 1421 deletions(-)
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/TimezoneSelector/TimezoneOptionsCache.test.tsx
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/TimezoneSelector/TimezoneOptionsCache.ts
copy superset-frontend/{plugins/legacy-preset-chart-deckgl/src/TooltipRow.tsx
=> packages/superset-ui-core/src/components/TimezoneSelector/types.ts} (80%)
delete mode 100644
superset-frontend/plugins/legacy-plugin-chart-calendar/test/getFormattedUTCTime.ts
create mode 100644
superset-frontend/plugins/legacy-plugin-chart-calendar/test/utils.test.ts
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/helpers.ts
delete mode 100644
superset-frontend/src/components/MenuListExtension/MenuListExtension.test.tsx
delete mode 100644 superset-frontend/src/components/MenuListExtension/index.tsx
create mode 100644 superset-frontend/src/components/PanelToolbar/index.tsx
create mode 100644 tests/unit_tests/mcp_service/test_mcp_server.py