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 9cf33e9 [tests] Helper script to run single tests (#9547)
add 0b999e3 [charts] adds new filters ui (#9530)
No new revisions were added by this update.
Summary of changes:
.../components/ListView/ListView_spec.jsx | 90 +++++++------
.../javascripts/views/chartList/ChartList_spec.jsx | 13 ++
.../src/components/ListView/Filters.tsx | 93 ++++++++------
superset-frontend/src/components/ListView/types.ts | 10 +-
superset-frontend/src/components/StyledSelect.tsx | 29 ++++-
.../src/views/chartList/ChartList.tsx | 139 +++++++++++++++++----
.../src/views/datasetList/DatasetList.tsx | 4 +-
superset-frontend/src/welcome/App.jsx | 2 +
superset/charts/api.py | 62 +++++++++
superset/charts/dao.py | 11 +-
superset/views/base_api.py | 2 +
tests/charts/api_tests.py | 11 ++
12 files changed, 366 insertions(+), 100 deletions(-)