This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch d3-localization
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 15352d367da fix: remove unused StringConstructor from return type
discard 9aa62ed1fbe Update formatters.ts
discard f0b8690a71f fix(echarts): Apply D3 locale formatting to adaptive
datetime x-axis
add 00a53eec2d0 fix(translations): remove corrupted text from Spanish
translation file (#37717)
add 8506d702422 chore(deps-dev): bump webpack from 5.94.0 to 5.105.0 in
/superset-embedded-sdk (#37713)
add 361fe6fe898 chore(build): add @hainenber as codeowner for GHA workflow
changes (#37703)
add 27889651b3f chore(deps): bump markdown-to-jsx from 9.6.1 to 9.7.2 in
/superset-frontend (#37691)
add d3919cf24fe fix(translations): Periodic language strings extraction,
newly Translatable label positions for Radar Chart (#33940)
add b7acb7984f5 chore(deps-dev): bump @babel/core from 7.28.6 to 7.29.0 in
/superset-frontend (#37686)
add 97e5f0631d1 chore(deps): bump aws-actions/configure-aws-credentials
from 5 to 6 (#37685)
add 01ac966b830 fix(mcp): remove html.escape to fix ampersand display in
chart titles (#37186)
add 6cb9819d10c fix(echarts): Apply D3 locale formatting to adaptive
datetime x-axis
add 73eb0c11d46 Update formatters.ts
add 65cfebd889e fix: remove unused StringConstructor from return type
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 (15352d367da)
\
N -- N -- N refs/heads/d3-localization (65cfebd889e)
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/CODEOWNERS | 2 +-
.github/workflows/ephemeral-env-pr-close.yml | 2 +-
.github/workflows/ephemeral-env.yml | 4 +-
superset-embedded-sdk/package-lock.json | 1120 +++++++++-----------
superset-frontend/package.json | 4 +-
.../packages/superset-core/package.json | 2 +-
.../packages/superset-ui-demo/package.json | 2 +-
.../src/Radar/controlPanel.tsx | 20 +-
.../plugins/plugin-chart-echarts/src/constants.ts | 17 -
superset/mcp_service/chart/schemas.py | 287 +----
superset/mcp_service/chart/tool/generate_chart.py | 6 +-
superset/mcp_service/utils/sanitization.py | 283 +++++
superset/translations/es/LC_MESSAGES/messages.po | 28 +-
.../mcp_service/utils/test_sanitization.py | 480 +++++++++
14 files changed, 1318 insertions(+), 939 deletions(-)
create mode 100644 superset/mcp_service/utils/sanitization.py
create mode 100644 tests/unit_tests/mcp_service/utils/test_sanitization.py