You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/01/25 23:06:11 UTC

[superset] branch master updated (0fed1e0 -> 1b2611c)

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

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


    from 0fed1e0  feat: Adding option to set_database_uri CLI command (#12740)
     add 1b2611c  refactor(explore): Enhance Dataset and Control panel Collapse components (#12218)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/explore/advanced.test.ts   |   4 +-
 .../cypress/integration/explore/control.test.ts    |   2 +-
 .../components/ControlPanelSection_spec.jsx        |  69 ------------
 .../components/ControlPanelsContainer_spec.jsx     |   4 +-
 .../src/common/components/Collapse.tsx             |  36 ++++++-
 .../src/common/components/common.stories.tsx       |  10 ++
 .../src/explore/components/ControlPanelSection.jsx | 117 ---------------------
 .../explore/components/ControlPanelsContainer.jsx  |  64 +++++++++--
 .../src/explore/components/DatasourcePanel.tsx     |  40 +------
 superset-frontend/src/explore/main.less            |   1 -
 10 files changed, 107 insertions(+), 240 deletions(-)
 delete mode 100644 superset-frontend/spec/javascripts/explore/components/ControlPanelSection_spec.jsx
 delete mode 100644 superset-frontend/src/explore/components/ControlPanelSection.jsx