You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/10/28 21:42:31 UTC

[incubator-superset] branch master updated (e230865 -> 52294c8)

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

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


    from e230865  chore(chart-data): add annotations and url params to chart data schema (#11393)
     add 52294c8  refactor: Replace react-bootstrap Modals with Antd in Datasource (#11390)

No new revisions were added by this update.

Summary of changes:
 .../integration/chart_list/card_view.test.ts       |  11 +-
 .../integration/dashboard_list/card_view.test.ts   |  10 +-
 .../cypress/integration/explore/control.test.ts    |   2 +-
 .../components/ConfirmStatusChange_spec.jsx        |   2 +-
 .../datasource/ChangeDatasourceModal_spec.jsx      |   3 +-
 .../datasource/DatasourceModal_spec.jsx            |   4 +-
 .../src/common/components/Modal/Modal.tsx          |   5 +-
 superset-frontend/src/components/DeleteModal.tsx   |   2 +-
 superset-frontend/src/components/Modal.tsx         | 103 ----------------
 .../src/datasource/ChangeDatasourceModal.tsx       | 131 ++++++++++++---------
 .../src/datasource/DatasourceModal.tsx             |  53 ++++-----
 .../views/CRUD/data/dataset/AddDatasetModal.tsx    |   2 +-
 12 files changed, 119 insertions(+), 209 deletions(-)
 delete mode 100644 superset-frontend/src/components/Modal.tsx