This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git
from 358633e98d some theming fixes
new 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)
new 4afbfd11e0 Merge branch 'master' into template_less
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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(-)