This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch remove-legacy-viz-pipeline
in repository https://gitbox.apache.org/repos/asf/superset.git
from b6ae8fb25d2 test(timeseries): cover the percent-change flag end-to-end
from migrated params
add 67924ad35e1 fix(dashboard): offer Exit edit mode when there is nothing
to discard (#42208)
add 2926d6f6a9b chore(deps): bump actions/labeler from 6.2.0 to 7.0.0
(#42332)
add 1dd3103c246 chore(deps): bump github/codeql-action/analyze from 4.37.0
to 4.37.1 (#42331)
add 873da606ddf chore(deps): bump github/codeql-action/init from 4.37.0 to
4.37.1 (#42334)
add ab553c37ab9 chore(deps-dev): bump @formatjs/intl-durationformat from
0.10.17 to 0.10.18 in /superset-frontend (#42337)
add 66543184913 chore(deps): bump caniuse-lite from 1.0.30001805 to
1.0.30001806 in /docs (#42333)
add 2e72080a163 chore(deps): bump echarts to 6.1.0 with locale and
containLabel guards (#42315) (#42321)
add c5f6d33d211 docs: add pattern to the list of organisations using
superset (#42341)
add cc8edd22318 chore(deps): bump ag-grid from 36.0.0 to 36.0.1 in
/superset-frontend (#42338)
add cb319c9b817 fix(mcp): trust dataset is_dttm flag when applying
time_grain to VARCHAR temporal columns (#42288)
add f2848d951c4 chore(deps-dev): update taos-ws-py requirement from
>=0.6.9 to >=0.7.0 (#42344)
add 6b02a423ef8 chore(deps-dev): bump the storybook group in
/superset-frontend with 5 updates (#42355)
add df8bbb548a3 fix(native-filters): keep filter value input caret at
inline start (#42323)
add 2317d9cf918 fix(mcp): truncate query-tool responses instead of
hard-failing (#42244)
add fdb9c152f06 chore(deps): bump nh3 from 0.3.5 to 0.3.6 (#42349)
add 6317113ee85 chore(deps): bump pydantic from 2.11.7 to 2.13.4 (#42350)
add 1049826bc15 chore(deps): bump sqlalchemy-continuum from 1.6.0 to 1.7.0
(#42351)
add 206fe7ab120 fix(embedded): stop rejecting guest chart data built from
control-specific params keys (#42295)
add b885657ad0e Merge branch 'master' into remove-legacy-viz-pipeline
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 4 +
.github/workflows/codeql-analysis.yml | 4 +-
.github/workflows/labeler.yml | 2 +-
RESOURCES/INTHEWILD.yaml | 5 +
docs/package.json | 2 +-
docs/static/img/logos/pattern_logo.png | Bin 0 -> 7067 bytes
docs/yarn.lock | 8 +-
pyproject.toml | 2 +-
requirements/base.txt | 10 +-
requirements/development.txt | 10 +-
superset-frontend/package-lock.json | 457 +++++++++++----------
superset-frontend/package.json | 18 +-
.../packages/superset-ui-core/package.json | 4 +-
.../plugin-chart-echarts/src/components/Echart.tsx | 79 +---
.../src/components/echartsLocale.ts | 108 +++++
.../test/components/echartsLocale.test.ts | 82 ++++
.../src/chartCustomizations/components/common.ts | 7 +
.../dashboard/components/Header/Header.test.tsx | 12 +-
.../src/dashboard/components/Header/index.tsx | 7 +-
.../components/common.test.tsx} | 20 +-
superset-frontend/src/filters/components/common.ts | 7 +
superset/mcp_service/chart/chart_utils.py | 87 ++--
superset/mcp_service/middleware.py | 181 ++++++--
superset/mcp_service/utils/token_utils.py | 244 +++++++++++
superset/security/manager.py | 74 +++-
.../mcp_service/chart/test_chart_utils.py | 83 ++++
tests/unit_tests/mcp_service/test_middleware.py | 295 +++++++++++++
.../mcp_service/utils/test_token_utils.py | 103 +++++
tests/unit_tests/security/manager_test.py | 93 +++++
29 files changed, 1594 insertions(+), 414 deletions(-)
create mode 100644 docs/static/img/logos/pattern_logo.png
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/src/components/echartsLocale.ts
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/components/echartsLocale.test.ts
copy
superset-frontend/src/{explore/components/controls/DateFilterControl/tests/CurrentCalendarFrame.test.tsx
=> filters/components/common.test.tsx} (50%)