This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 81ceb1d020 Simplify filtered aggregate transform operator creation
(#10410)
add 3bad67db07 feat(ui): persist oidc auth details (#10389)
No new revisions were added by this update.
Summary of changes:
pinot-controller/src/main/resources/app/App.tsx | 240 +++++-------------
.../TenantsListing.tsx => AppLoadingIndicator.tsx} | 36 +--
.../resources/app/components/auth/AuthProvider.tsx | 269 +++++++++++++++++++++
pinot-controller/src/main/resources/app/index.tsx | 42 ++++
.../src/main/resources/app/interfaces/types.d.ts | 5 +
.../main/resources/app/utils/PinotMethodUtils.ts | 11 +-
.../src/main/resources/app/utils/axios-config.ts | 89 ++++---
.../src/main/resources/webpack.config.js | 2 +-
8 files changed, 466 insertions(+), 228 deletions(-)
copy
pinot-controller/src/main/resources/app/components/{Homepage/TenantsListing.tsx
=> AppLoadingIndicator.tsx} (62%)
create mode 100644
pinot-controller/src/main/resources/app/components/auth/AuthProvider.tsx
create mode 100644 pinot-controller/src/main/resources/app/index.tsx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]