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/06/17 23:27:44 UTC

[incubator-superset] branch master updated (be6b9b8 -> c914af0)

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 be6b9b8  feat: implement dttm column configuration through db extra config (#9444)
     add c914af0  fix: adds pagination/infinite scroll to owners select in DashboardList and ChartList (#10035)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 41 ++++++++++++++++++++
 superset-frontend/package.json                     |  1 +
 .../components/ListView/ListView_spec.jsx          |  5 +--
 .../src/components/ListView/Filters.tsx            | 44 ++++++++++++++++++----
 .../src/components/ListView/ListView.tsx           |  4 +-
 superset-frontend/src/components/ListView/types.ts |  1 +
 .../src/components/Select/SupersetStyledSelect.tsx |  4 ++
 .../src/views/chartList/ChartList.tsx              |  2 +
 .../src/views/dashboardList/DashboardList.tsx      |  1 +
 9 files changed, 89 insertions(+), 14 deletions(-)