This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch supersetbot-bump-selenium
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 8d7372f394 chore(🦾): bump python selenium 4.27.1 -> 4.29.0
add 66c1a6a875 chore(🦾): bump python sqlglot 26.1.3 -> 26.11.1 (#32745)
add 121e424a7f chore(🦾): bump python celery subpackage(s) (#32743)
add 09ee3e2a1d chore(🦾): bump python shillelagh subpackage(s) (#31255)
add 29b62f7c0a fix(contextmenu): uncaught TypeError (#28203)
add 4f166a03f5 chore(🦾): bump python slack-sdk 3.34.0 -> 3.35.0 (#32742)
add c6e0abbe13 chore: replaced the workflow badge link (#32749)
add e9d5079986 chore(🦾): bump python flask-appbuilder subpackage(s)
(#32744)
add 78efb62781 fix: Changing language doesn't affect echarts charts
(#31751)
add 6042ea8f28 feat(embedded): Force a specific referrerPolicy for the
iframe request (#32735)
add 376a1f49d3 fix(migrations): fix foreign keys to match FAB 4.6.0 tables
(#32759)
add 89ce7ba0b0 fix: do not add calculated columns when syncing (#32761)
add 5392bafe28 feat(FormModal): Specialized Modal component for forms
(#32721)
add d319543377 fix(chart control): Change default of "Y Axis Title Margin"
(#32720)
add 01801e3c36 fix(sqllab): Pass query_id as kwarg so backoff can see it
(#32774)
add 5866f3ec83 fix(import): Missing catalog field in saved query schema
(#32775)
add 5ec710efc6 fix(css): typos in styles (#28350)
add 9bb3a5782d fix(config): correct slack image url in talisman (#32778)
add c0f83a7467 fix(excel export): big number truncation handling (#32739)
add ff0529c932 fix(model/helper): represent RLS filter clause in proper
textual SQL string (#32406)
add a82f916a71 fix(sec): resolve CVE-2025-29907 and CVE-2025-25977 by
pinning `jspdf` to v3 (#32802)
add f4a05a5ffd fix(docs): scrollable table of content right bar in
Superset docs (#32801)
add c6c9114b40 fix: CSV/Excel upload form change column dates description
(#32797)
add 583e512a28 chore(🦾): bump python selenium 4.27.1 -> 4.30.0
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 (8d7372f394)
\
N -- N -- N refs/heads/supersetbot-bump-selenium (583e512a28)
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:
README.md | 2 +-
docs/docs/security/security.mdx | 43 +++++++
docs/src/styles/custom.css | 1 -
requirements/base.in | 7 ++
requirements/base.txt | 38 +++----
requirements/development.txt | 37 +++---
superset-embedded-sdk/README.md | 12 +-
superset-embedded-sdk/src/index.ts | 9 +-
.../cypress/e2e/dashboard/drillby.test.ts | 36 +++---
.../cypress/e2e/dashboard/drilltodetail.test.ts | 16 +--
superset-frontend/package-lock.json | 41 ++++---
superset-frontend/package.json | 3 +-
.../src/sections/chartTitle.tsx | 2 +-
.../plugins/plugin-chart-echarts/package.json | 3 +-
.../src/Bubble/transformProps.ts | 4 +-
.../src/Timeseries/Regular/Bar/controlPanel.tsx | 2 +-
.../plugin-chart-echarts/src/components/Echart.tsx | 86 +++++++++-----
.../plugins/plugin-chart-echarts/src/constants.ts | 2 +
.../src/components/Datasource/DatasourceEditor.jsx | 6 +-
superset-frontend/src/components/Form/Form.tsx | 10 +-
.../src/components/Modal/FormModal.test.tsx | 115 +++++++++++++++++++
.../src/components/Modal/FormModal.tsx | 126 +++++++++++++++++++++
.../features/databases/UploadDataModel/index.tsx | 2 +-
superset/common/query_context_processor.py | 27 +++++
superset/common/query_object.py | 7 +-
superset/config.py | 7 +-
superset/connectors/sqla/models.py | 5 +-
superset/migrations/shared/utils.py | 81 +++++++++++--
...46_32bf93dfe2a4_add_on_cascade_in_fab_tables.py | 111 ++++++++++++++++++
superset/models/helpers.py | 2 +-
superset/queries/saved_queries/schemas.py | 1 +
superset/sql_lab.py | 4 +-
superset/translations/ar/LC_MESSAGES/messages.po | 4 +-
superset/translations/de/LC_MESSAGES/messages.po | 6 +-
superset/translations/en/LC_MESSAGES/messages.po | 2 +-
superset/translations/es/LC_MESSAGES/messages.po | 4 +-
superset/translations/fr/LC_MESSAGES/messages.po | 6 +-
superset/translations/it/LC_MESSAGES/messages.po | 4 +-
superset/translations/ja/LC_MESSAGES/messages.po | 4 +-
superset/translations/ko/LC_MESSAGES/messages.po | 4 +-
superset/translations/messages.pot | 2 +-
superset/translations/nl/LC_MESSAGES/messages.po | 6 +-
superset/translations/pl/LC_MESSAGES/messages.po | 4 +-
superset/translations/pt/LC_MESSAGES/messages.po | 4 +-
.../translations/pt_BR/LC_MESSAGES/messages.po | 6 +-
superset/translations/ru/LC_MESSAGES/messages.po | 6 +-
superset/translations/sk/LC_MESSAGES/messages.po | 2 +-
superset/translations/sl/LC_MESSAGES/messages.po | 4 +-
superset/translations/tr/LC_MESSAGES/messages.po | 4 +-
superset/translations/uk/LC_MESSAGES/messages.po | 4 +-
superset/translations/zh/LC_MESSAGES/messages.po | 4 +-
.../translations/zh_TW/LC_MESSAGES/messages.po | 4 +-
superset/utils/excel.py | 14 +++
tests/integration_tests/fixtures/importexport.py | 1 +
tests/integration_tests/query_context_tests.py | 2 +
.../unit_tests/common/test_query_object_factory.py | 27 ++++-
tests/unit_tests/models/helpers_test.py | 16 +--
tests/unit_tests/utils/excel_tests.py | 24 ++++
58 files changed, 822 insertions(+), 194 deletions(-)
create mode 100644 superset-frontend/src/components/Modal/FormModal.test.tsx
create mode 100644 superset-frontend/src/components/Modal/FormModal.tsx
create mode 100644
superset/migrations/versions/2025-03-19_17-46_32bf93dfe2a4_add_on_cascade_in_fab_tables.py