You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2021/03/26 18:35:12 UTC

[incubator-pinot] branch master updated (8f53b9d -> 437a637)

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

apucher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 8f53b9d  Set thread cpu time in setExecutionStatistics() (#6711)
     add 437a637  UI integration with Authentication API and added login page (#6686)

No new revisions were added by this update.

Summary of changes:
 pinot-controller/src/main/resources/app/App.tsx    |  64 +++++++++--
 .../src/main/resources/app/app_state.ts            |   3 +-
 .../src/main/resources/app/interfaces/types.d.ts   |   2 +
 .../src/main/resources/app/pages/LoginPage.tsx     | 126 +++++++++++++++++++++
 .../src/main/resources/app/pages/TenantDetails.tsx |  15 ++-
 .../src/main/resources/app/requests/index.ts       |   8 +-
 pinot-controller/src/main/resources/app/router.tsx |   2 +
 .../main/resources/app/utils/PinotMethodUtils.ts   |  20 +++-
 .../src/main/resources/app/utils/axios-config.ts   |   4 +
 pinot-controller/src/main/resources/package.json   |   1 +
 10 files changed, 224 insertions(+), 21 deletions(-)
 create mode 100644 pinot-controller/src/main/resources/app/pages/LoginPage.tsx

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org