You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/04/27 22:00:41 UTC

[superset] branch master updated (33bb27bc0f -> f5b1711815)

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

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


    from 33bb27bc0f fix(ephemerals): Quick fix for ephemeral spin-up (#23857)
     add f5b1711815 fix(chart): chart updates are not retained (#23627)

No new revisions were added by this update.

Summary of changes:
 .../cypress-base/cypress/e2e/explore/utils.ts      |   5 +-
 .../spec/fixtures/mockDashboardFormData.ts         |  79 +++++++++
 .../spec/fixtures/mockExploreFormData.ts           |  87 ++++++++++
 .../src/explore/components/SaveModal.tsx           |   4 +-
 .../getFormDataFromDashboardContext.test.ts        | 129 +-------------
 superset-frontend/src/pages/Chart/Chart.test.tsx   | 189 +++++++++++++++++++++
 superset-frontend/src/pages/Chart/index.tsx        |  13 +-
 7 files changed, 371 insertions(+), 135 deletions(-)
 create mode 100644 superset-frontend/spec/fixtures/mockDashboardFormData.ts
 create mode 100644 superset-frontend/spec/fixtures/mockExploreFormData.ts
 create mode 100644 superset-frontend/src/pages/Chart/Chart.test.tsx