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 2020/10/07 23:21:57 UTC

[incubator-superset] branch master updated (9785667 -> 2a447ff)

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/incubator-superset.git.


    from 9785667  feat: add UUID column to ImportMixin (#11098)
     add 2a447ff  Revert "refactor: Replace react-bootstrap tabs with Antd tabs (#11090)" (#11194)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/sqllab/tabs.test.js        |  15 +-
 .../spec/javascripts/profile/App_spec.tsx          |   5 +-
 .../javascripts/sqllab/TabbedSqlEditors_spec.jsx   |  24 +--
 .../src/SqlLab/components/SouthPane.jsx            |  24 ++-
 .../src/SqlLab/components/TabbedSqlEditors.jsx     | 224 +++++++++++----------
 .../src/common/components/Dropdown.tsx             |  78 -------
 superset-frontend/src/common/components/Modal.tsx  |   5 -
 superset-frontend/src/common/components/Tabs.tsx   |  75 +------
 .../src/common/components/common.stories.tsx       |  61 +-----
 superset-frontend/src/profile/components/App.tsx   |  37 ++--
 10 files changed, 179 insertions(+), 369 deletions(-)
 delete mode 100644 superset-frontend/src/common/components/Dropdown.tsx