You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2021/12/20 22:02:05 UTC

[superset] branch master updated (e3b44f4 -> 6edc183)

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

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


    from e3b44f4  feat: Add Helm chart option for configOverrides through file (#17811)
     add 6edc183  chore: Refactor localstorage into typesafe version (#17832)

No new revisions were added by this update.

Summary of changes:
 .../src/plugin/controlPanel.tsx                    |  8 +-
 .../src/dashboard/containers/DashboardPage.tsx     | 20 +++--
 .../explore/components/DataTablesPane/index.tsx    | 13 ++--
 .../src/explore/components/ExploreChartPanel.jsx   | 13 ++--
 .../explore/components/ExploreViewContainer.jsx    | 26 +++----
 superset-frontend/src/explore/constants.ts         |  2 -
 ...eCookie.test.ts => localStorageHelpers.test.ts} | 30 ++++----
 superset-frontend/src/utils/localStorageHelpers.ts | 89 ++++++++++++++++++++--
 .../src/views/CRUD/chart/ChartList.tsx             | 15 ++--
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  5 +-
 superset-frontend/src/views/CRUD/storageKeys.ts    | 24 ------
 .../src/views/CRUD/welcome/ActivityTable.tsx       | 11 ++-
 .../src/views/CRUD/welcome/ChartTable.tsx          | 19 +++--
 .../src/views/CRUD/welcome/DashboardTable.tsx      | 25 ++++--
 .../src/views/CRUD/welcome/Welcome.tsx             | 25 +++---
 15 files changed, 195 insertions(+), 130 deletions(-)
 copy superset-frontend/src/utils/{parseCookie.test.ts => localStorageHelpers.test.ts} (60%)
 delete mode 100644 superset-frontend/src/views/CRUD/storageKeys.ts