You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2020/01/27 18:23:56 UTC

[incubator-superset] branch master updated (aecc82e -> a0cda32)

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

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


    from aecc82e  [refactor] Centralizing custom Python types (#9026)
     add a0cda32  [dashboard] new, bulk actions for delete & export (#8979)

No new revisions were added by this update.

Summary of changes:
 superset/assets/package-lock.json                  |  15 +-
 superset/assets/package.json                       |   3 +-
 .../ConfirmStatusChange_spec.jsx}                  |  43 ++-
 .../components/ListView/ListView_spec.jsx          | 198 ++++++++----
 .../javascripts/welcome/DashboardTable_spec.jsx    |   8 +-
 .../assets/src/components/ConfirmStatusChange.tsx  |  79 +++++
 .../components/IndeterminateCheckbox.jsx}          |  25 +-
 .../assets/src/components/ListView/ListView.tsx    | 128 +++++---
 .../src/components/ListView/TableCollection.tsx    |   2 +-
 superset/assets/src/components/ListView/types.ts   |  15 +-
 superset/assets/src/components/ListView/utils.ts   |  68 ++--
 superset/assets/src/types/react-table-config.d.ts  | 137 ++++++++
 superset/assets/src/types/react-table.d.ts         | 243 --------------
 .../src/views/dashboardList/DashboardList.tsx      | 360 ++++++++++++---------
 superset/assets/tslint.json                        |   7 +-
 15 files changed, 773 insertions(+), 558 deletions(-)
 copy superset/assets/spec/javascripts/{dashboard/components/CodeModal_spec.jsx => components/ConfirmStatusChange_spec.jsx} (52%)
 create mode 100644 superset/assets/src/components/ConfirmStatusChange.tsx
 copy superset/assets/{spec/javascripts/components/CopyToClipboard_spec.jsx => src/components/IndeterminateCheckbox.jsx} (66%)
 create mode 100644 superset/assets/src/types/react-table-config.d.ts
 delete mode 100644 superset/assets/src/types/react-table.d.ts