This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from e437ae1f2f fix(alerts): log execution_id instead of report schedule
name in query timing (#35592)
add 3dcf85caef fix(export): replace iframe with fetch to avoid CSP
frame-src violations (#35584)
No new revisions were added by this update.
Summary of changes:
.../src/features/home/ChartTable.test.tsx | 63 ++++-
superset-frontend/src/features/home/ChartTable.tsx | 13 +-
.../src/features/home/DashboardTable.test.tsx | 59 ++++-
.../src/features/home/DashboardTable.tsx | 13 +-
superset-frontend/src/pages/ChartList/index.tsx | 13 +-
.../src/pages/DashboardList/index.tsx | 13 +-
superset-frontend/src/pages/DatabaseList/index.tsx | 13 +-
superset-frontend/src/pages/DatasetList/index.tsx | 13 +-
.../src/pages/SavedQueryList/index.tsx | 13 +-
superset-frontend/src/pages/ThemeList/index.tsx | 13 +-
superset-frontend/src/utils/export.test.ts | 278 +++++++++++++++++++++
superset-frontend/src/utils/export.ts | 92 +++++--
12 files changed, 540 insertions(+), 56 deletions(-)
create mode 100644 superset-frontend/src/utils/export.test.ts