This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a change to branch enxdev/refactor/antd5/create-wrappers
in repository https://gitbox.apache.org/repos/asf/superset.git
from 8a80ebcc33 chore(licences): add missing licences
add 31eb10590e touchups
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 4afbfd11e0 Merge branch 'master' into template_less
add 393f0f703d Merge branch 'template_less' into
enxdev/refactor/antd5/create-wrappers
No new revisions were added by this update.
Summary of changes:
docs/docs/security/security.mdx | 43 ++++++++++++++++++++++
docs/src/styles/custom.css | 1 -
superset-frontend/package-lock.json | 36 ++++++++++--------
superset-frontend/package.json | 3 +-
.../src/Bubble/transformProps.ts | 4 +-
.../src/components/Table/VirtualTable.tsx | 2 +-
superset-frontend/src/components/Table/index.tsx | 3 +-
.../src/components/TableView/TableView.tsx | 1 +
superset/config.py | 7 +++-
superset/models/helpers.py | 2 +-
superset/queries/saved_queries/schemas.py | 1 +
superset/sql_lab.py | 4 +-
superset/utils/excel.py | 14 +++++++
tests/integration_tests/fixtures/importexport.py | 1 +
tests/unit_tests/models/helpers_test.py | 16 ++++----
tests/unit_tests/utils/excel_tests.py | 24 ++++++++++++
16 files changed, 128 insertions(+), 34 deletions(-)