You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2020/11/25 19:57:13 UTC

[incubator-superset] branch master updated (c354e7e -> 9c69679)

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

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


    from c354e7e  fix: remove root dir from ZIP bundle (#11805)
     add 9c69679  feat: filter by me on CRUD list view (#11683)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/chart_list/filter.test.ts    | 20 ++++++++++++++++++++
 .../integration/dashboard_list/filter.test.ts        | 20 ++++++++++++++++++++
 .../annotationlayers/AnnotationLayersList_spec.jsx   |  8 +++++++-
 .../javascripts/views/CRUD/chart/ChartList_spec.jsx  | 18 +++++++++++++++---
 .../CRUD/csstemplates/CssTemplatesList_spec.jsx      |  8 +++++++-
 .../views/CRUD/dashboard/DashboardList_spec.jsx      | 17 ++++++++++++++++-
 .../views/CRUD/data/database/DatabaseList_spec.jsx   |  8 +++++++-
 .../views/CRUD/data/dataset/DatasetList_spec.jsx     |  6 +++++-
 .../CRUD/data/savedquery/SavedQueryList_spec.jsx     |  4 +++-
 .../CRUD/annotationlayers/AnnotationLayersList.tsx   |  5 +++++
 superset-frontend/src/views/CRUD/chart/ChartList.tsx |  5 +++++
 .../src/views/CRUD/csstemplates/CssTemplatesList.tsx |  5 +++++
 .../src/views/CRUD/dashboard/DashboardList.tsx       |  5 +++++
 .../src/views/CRUD/data/dataset/DatasetList.tsx      |  5 +++++
 .../views/CRUD/data/savedquery/SavedQueryList.tsx    |  4 ++++
 superset-frontend/src/views/CRUD/utils.tsx           |  9 ++++++---
 16 files changed, 135 insertions(+), 12 deletions(-)