You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2022/02/02 20:30:28 UTC

[superset] branch master updated (f212f88 -> 7096982)

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

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


    from f212f88  chore: add ci for docs-v2 (#18231)
     add 7096982  feat(explore): Keep or reset chart config after datasource change (#18215)

No new revisions were added by this update.

Summary of changes:
 .../src/explore/components/ControlPanelAlert.tsx   |  98 ++++++
 .../components/ControlPanelsContainer.test.tsx     |  12 +-
 .../explore/components/ControlPanelsContainer.tsx  | 343 +++++++++++----------
 .../components/ExploreViewContainer/index.jsx      |   3 +
 .../getControlValuesCompatibleWithDatasource.ts    |  99 ++++++
 .../src/explore/controlUtils/index.ts              |   1 +
 .../src/explore/reducers/exploreReducer.js         |  24 +-
 .../src/explore/reducers/getInitialState.ts        |   5 +-
 8 files changed, 403 insertions(+), 182 deletions(-)
 create mode 100644 superset-frontend/src/explore/components/ControlPanelAlert.tsx
 create mode 100644 superset-frontend/src/explore/controlUtils/getControlValuesCompatibleWithDatasource.ts