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

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


 discard 362b126  review fixes
 discard 8c07ff8  generate larger realtime to offline segments in test
 discard c768865  always allow public paths
 discard 9ff5be2  unit test implicity endpoint protection
 discard 820ed37  exclude /auth endpoints from access control
 discard 32222da  support blanket protection of controller endpoints
 discard 646bbb9  re-use auth token constant
 discard e0361d7  review fixes
 discard 7b98aa9  realtime to offline segment integration test with auth
 discard 4831c04  add draft realtime integration test harness with auth
 discard 37cb248  add header support to controller and cluster test tooling
 discard 5b71e02  added header support to connection factory
 discard ba02194  review fixes
 discard b3ff6d7  add batch ingestion test
 discard 0dcc83c  review fixes
 discard df98b54  basic auth integration test
 discard 26970d1  integration test fix
 discard ba4cf13  manual review fixes
 discard 08ff76c  dedicated auth quickstart
 discard 0cda99d  config overrides in starter commands
 discard 64299dd  force quickstart broker auth
 discard 16cb14d  make minion task auth augmentation optional
 discard e190845  auth workflow info
 discard 417aa22  rebase fix
 discard 05dad3f  refactor FileUploadDownloadClient
 discard dc4440b  transitioning more calls for auth support
 discard 7b9bc8f  tokens everywhere
 discard e9670d0  progress
     add 437a637  UI integration with Authentication API and added login page 
(#6686)
     add a84846e  Upgrade to avro-1.92 and resolve transitive dependencies. 
(#6716)
     add 8dbb70b  Run tests when pushing new commit (#6722)
     add 3d521d2  progress
     add 2fadd5d  tokens everywhere
     add cf60fd5  transitioning more calls for auth support
     add 8928af4  refactor FileUploadDownloadClient
     add 2196a62  rebase fix
     add 69a2b23  auth workflow info
     add b956397  make minion task auth augmentation optional
     add 03afe7a  force quickstart broker auth
     add 55f6fab  config overrides in starter commands
     add 3d9dec5  dedicated auth quickstart
     add d1b950e  manual review fixes
     add bfc183d  integration test fix
     add a502f3d  basic auth integration test
     add 68b1939  review fixes
     add 27450a2  add batch ingestion test
     add f45d251  review fixes
     add 6ca5d5b  added header support to connection factory
     add 9c7ee9e  add header support to controller and cluster test tooling
     add cf40e31  add draft realtime integration test harness with auth
     add 180636e  realtime to offline segment integration test with auth
     add b54b73e  review fixes
     add f6ec6c4  re-use auth token constant
     add 0536eda  support blanket protection of controller endpoints
     add 75eeaa4  exclude /auth endpoints from access control
     add ba488bc  unit test implicity endpoint protection
     add 6c5ba0b  always allow public paths
     add f4a268f  generate larger realtime to offline segments in test
     add ca54b08  review fixes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (362b126)
            \
             N -- N -- N   refs/heads/basic-auth-controller (ca54b08)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .codecov_bash                                      | 1285 --------------------
 .github/workflows/pinot_tests.yml                  |   12 +-
 pinot-common/pom.xml                               |    4 +
 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 +
 .../v0_deprecated/pinot-spark/pom.xml              |    4 +
 .../pinot-input-format/pinot-parquet/pom.xml       |    5 +-
 pom.xml                                            |   24 +-
 16 files changed, 269 insertions(+), 1310 deletions(-)
 delete mode 100644 .codecov_bash
 create mode 100644 pinot-controller/src/main/resources/app/pages/LoginPage.tsx

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to