This is an automated email from the ASF dual-hosted git repository.

jli pushed a change to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git


    from ad82a8c14e fix: catalog migration w/o connection (#30773)
     add d5f33c4c02 fix(Dashboard): Sync/Async Dashboard Screenshot Generation 
and Default Cache (#30755)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/dependency-review.yml            |   2 +-
 superset-frontend/package-lock.json                | 340 +++++++++++++++++++--
 superset-frontend/package.json                     |   1 +
 .../superset-ui-core/src/utils/featureFlags.ts     |   2 +
 .../DownloadMenuItems/DownloadAsImage.test.tsx     |  19 +-
 .../menu/DownloadMenuItems/DownloadAsImage.tsx     |   4 +-
 ...loadAsImage.test.tsx => DownloadAsPdf.test.tsx} |  35 ++-
 .../{DownloadAsImage.tsx => DownloadAsPdf.tsx}     |  20 +-
 .../DownloadMenuItems/DownloadScreenshot.test.tsx  |   5 +-
 .../menu/DownloadMenuItems/DownloadScreenshot.tsx  | 111 ++++---
 .../components/menu/DownloadMenuItems/index.tsx    |  54 +++-
 .../types/dom-to-pdf.d.ts}                         |  25 +-
 .../utils/{downloadAsImage.ts => downloadAsPdf.ts} |  40 +--
 superset/config.py                                 |   8 +
 superset/dashboards/api.py                         |  10 +-
 tests/integration_tests/dashboards/api_tests.py    |  57 +++-
 16 files changed, 577 insertions(+), 156 deletions(-)
 copy 
superset-frontend/src/dashboard/components/menu/DownloadMenuItems/{DownloadAsImage.test.tsx
 => DownloadAsPdf.test.tsx} (64%)
 copy 
superset-frontend/src/dashboard/components/menu/DownloadMenuItems/{DownloadAsImage.tsx
 => DownloadAsPdf.tsx} (69%)
 copy superset-frontend/{spec/helpers/IntersectionObserver.ts => 
src/types/dom-to-pdf.d.ts} (70%)
 copy superset-frontend/src/utils/{downloadAsImage.ts => downloadAsPdf.ts} (67%)

Reply via email to