You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/02/26 06:37:39 UTC

[superset] branch master updated (f756518 -> f9fc854)

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/superset.git.


    from f756518  chore: Update OAuth2 configuration guide to match with FlaskAppBuilder (#13332)
     add f9fc854  test: Pagination component (#13277)

No new revisions were added by this update.

Summary of changes:
 .../Ellipsis.test.tsx}                             | 25 ++++---
 .../IssueCode.tsx => Pagination/Ellipsis.tsx}      | 30 ++++----
 .../Item.test.tsx}                                 | 34 ++++++----
 .../IssueCode.tsx => Pagination/Item.tsx}          | 31 +++++----
 .../NewMenu.test.tsx => Pagination/Next.test.tsx}  | 25 ++++---
 .../IssueCode.tsx => Pagination/Next.tsx}          | 30 ++++----
 .../src/components/Pagination/Pagination.test.tsx  | 69 +++++++++++++++++++
 .../NewMenu.test.tsx => Pagination/Prev.test.tsx}  | 25 ++++---
 .../IssueCode.tsx => Pagination/Prev.tsx}          | 30 ++++----
 .../{Pagination.tsx => Pagination/index.tsx}       | 79 ++++------------------
 .../components/{TableView => Pagination}/types.ts  |  9 ++-
 11 files changed, 218 insertions(+), 169 deletions(-)
 copy superset-frontend/src/components/{Menu/NewMenu.test.tsx => Pagination/Ellipsis.test.tsx} (60%)
 copy superset-frontend/src/components/{ErrorMessage/IssueCode.tsx => Pagination/Ellipsis.tsx} (67%)
 copy superset-frontend/src/components/{CachedLabel/CachedLabel.test.tsx => Pagination/Item.test.tsx} (54%)
 copy superset-frontend/src/components/{ErrorMessage/IssueCode.tsx => Pagination/Item.tsx} (61%)
 copy superset-frontend/src/components/{Menu/NewMenu.test.tsx => Pagination/Next.test.tsx} (61%)
 copy superset-frontend/src/components/{ErrorMessage/IssueCode.tsx => Pagination/Next.tsx} (67%)
 create mode 100644 superset-frontend/src/components/Pagination/Pagination.test.tsx
 copy superset-frontend/src/components/{Menu/NewMenu.test.tsx => Pagination/Prev.test.tsx} (61%)
 copy superset-frontend/src/components/{ErrorMessage/IssueCode.tsx => Pagination/Prev.tsx} (67%)
 rename superset-frontend/src/components/{Pagination.tsx => Pagination/index.tsx} (55%)
 copy superset-frontend/src/components/{TableView => Pagination}/types.ts (86%)