You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ju...@apache.org on 2023/04/12 17:26:44 UTC

[superset] branch master updated (350723bff8 -> 75021a1eac)

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

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


    from 350723bff8 fix: update log message for ALERT_REPORTS_NOTIFICATION_DRY_RUN (#23604)
     add 75021a1eac refactor: introduce redux toolkit (#23460)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 95 +++++++++++++++-------
 superset-frontend/package.json                     |  3 +-
 .../src/chart/components/SuperChart.tsx            |  6 +-
 .../src/chart/components/SuperChartCore.tsx        | 28 ++++---
 .../preset-chart-xy/src/components/Line/Line.tsx   | 10 ++-
 .../src/utils/createMarginSelector.tsx             | 10 ++-
 superset-frontend/spec/fixtures/mockStore.js       | 47 ++++++-----
 superset-frontend/spec/helpers/testing-library.tsx | 19 ++---
 superset-frontend/src/SqlLab/App.jsx               | 29 ++++---
 superset-frontend/src/SqlLab/reducers/index.js     |  6 +-
 superset-frontend/src/views/menu.tsx               |  2 +-
 superset-frontend/src/views/store.ts               | 62 ++++++++------
 12 files changed, 186 insertions(+), 131 deletions(-)