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 7f70a24  test: Add jest-enzyme assertion library for better frontend 
tests (#10459)
     add 78cad9a  refactor(listviews): use correct filter endpoints for charts 
and datasets (#10442)

No new revisions were added by this update.

Summary of changes:
 .../components/ListView/ListView_spec.jsx          |  4 ++
 .../views/CRUD/dataset/DatasetList_spec.jsx        |  4 +-
 .../src/components/ListView/Filters.tsx            | 16 +++--
 .../src/components/ListView/ListView.tsx           |  5 +-
 superset-frontend/src/components/ListView/utils.ts |  1 +
 .../src/views/CRUD/chart/ChartList.tsx             | 76 ++++++++++----------
 .../src/views/CRUD/dataset/AddDatasetModal.tsx     |  9 ++-
 .../src/views/CRUD/dataset/DatasetList.tsx         | 80 +++++++--------------
 superset-frontend/src/views/CRUD/utils.tsx         | 16 ++---
 superset/charts/api.py                             | 41 -----------
 superset/charts/dao.py                             |  5 --
 superset/databases/api.py                          | 81 ----------------------
 superset/databases/schemas.py                      | 10 ---
 superset/views/base_api.py                         |  1 -
 tests/charts/api_tests.py                          | 11 ---
 tests/database_api_tests.py                        | 44 ------------
 16 files changed, 99 insertions(+), 305 deletions(-)

Reply via email to