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

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


    from 7933e6a  bump changelog
     new 4783c84  fix pagination for list views (#9425)
     new 2825482  [fix]some translation not work better (#9428)
     new 26ce954  Add check for SSL certificate and add form validators (#9436)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset-frontend/package-lock.json                | 283 +++++++++++----------
 superset-frontend/package.json                     |   2 +
 .../components/ListView/ListView_spec.jsx          |  10 +-
 .../views/dashboardList/DashboardList_spec.jsx     |   3 +-
 .../src/components/ListView/ListView.tsx           |  21 +-
 .../src/components/ListView/Pagination.tsx         |  53 ++++
 superset/exceptions.py                             |   4 +-
 superset/translations/utils.py                     |   2 +-
 superset/views/core.py                             |  12 +-
 superset/views/database/mixins.py                  |  10 +-
 superset/views/database/views.py                   |  17 +-
 11 files changed, 249 insertions(+), 168 deletions(-)
 create mode 100644 superset-frontend/src/components/ListView/Pagination.tsx

Reply via email to