This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch issue34531
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 016a6378b0d fix: use proper class for mocking Locale object
omit 92df59b2715 fix(i18n): Fix menu bar translations not updating on
language change
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 47fbe991827 fix(i18n): Fix menu bar translations not updating on
language change
add 88bde4d9eea fix: use proper class for mocking Locale object
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 (016a6378b0d)
\
N -- N -- N refs/heads/issue34531 (88bde4d9eea)
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/ephemeral-env-pr-close.yml | 2 +-
.github/workflows/ephemeral-env.yml | 4 +-
superset/mcp_service/chart/schemas.py | 287 ++----------
superset/mcp_service/chart/tool/generate_chart.py | 6 +-
superset/mcp_service/utils/sanitization.py | 283 ++++++++++++
.../mcp_service/utils/test_sanitization.py | 480 +++++++++++++++++++++
6 files changed, 795 insertions(+), 267 deletions(-)
create mode 100644 superset/mcp_service/utils/sanitization.py
create mode 100644 tests/unit_tests/mcp_service/utils/test_sanitization.py