You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2020/02/05 20:42:58 UTC

[incubator-superset] branch master updated (26def81 -> e5f5eed)

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

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


    from 26def81  [fix] Add Auto Refresh Dashboard user event into dashboard logging (#9087)
     add e5f5eed  [chart] new, list view (react) (#8999)

No new revisions were added by this update.

Summary of changes:
 superset/assets/package.json                       |  15 +-
 .../ChartList_spec.jsx}                            |  40 +++--
 .../src/components/ListView/ListViewStyles.less    |   9 +
 .../DashboardList.tsx => chartList/ChartList.tsx}  | 186 +++++++++------------
 .../src/views/dashboardList/DashboardList.less     |  27 ---
 .../src/views/dashboardList/DashboardList.tsx      |   2 -
 superset/assets/src/welcome/App.jsx                |   4 +
 superset/models/slice.py                           |   4 +
 superset/views/base.py                             |  15 ++
 superset/views/chart/api.py                        |   5 +
 superset/views/chart/mixin.py                      |   8 +-
 superset/views/chart/views.py                      |  10 +-
 superset/views/dashboard/views.py                  |  16 +-
 tests/dashboard_tests.py                           |  10 +-
 tests/security_tests.py                            |   2 +-
 15 files changed, 169 insertions(+), 184 deletions(-)
 copy superset/assets/spec/javascripts/views/{dashboardList/DashboardList_spec.jsx => chartList/ChartList_spec.jsx} (63%)
 copy superset/assets/src/views/{dashboardList/DashboardList.tsx => chartList/ChartList.tsx} (64%)
 delete mode 100644 superset/assets/src/views/dashboardList/DashboardList.less