This is an automated email from the ASF dual-hosted git repository.
apucher pushed a change to branch manual-authorization-annotation
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard a569240c35 controller auth interface cleanup
discard 7357972c10 annotation fix
discard 797bc5f213 linter fix
discard 8d6585f6c7 linter fix
discard b4f623d5e3 add @ManualAuthorization annotation for non-standard
endpoints
add 718f41f411 Don't throw exception if partition count can't be fetched
(#9249)
add 80e69c5ab9 Show most recent scheduling errors (#9161)
add 13b363c109 Fix bug with logging request headers (#9247)
add 908169c38c add @ManualAuthorization annotation for non-standard
endpoints
add ca1dacc3d6 linter fix
add f90e6d8727 linter fix
add c17bf27ac6 annotation fix
add 959809ecea controller auth interface cleanup
add c43fdad6cc endpoint url 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 (a569240c35)
\
N -- N -- N refs/heads/manual-authorization-annotation
(c43fdad6cc)
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:
.../pinot/broker/api/HttpRequesterIdentity.java | 31 +++++++++++++
.../apache/pinot/broker/api/RequesterIdentity.java | 5 +++
.../requesthandler/BaseBrokerRequestHandler.java | 21 +--------
.../api/access/AuthenticationFilter.java | 3 +-
.../api/resources/PinotQueryResource.java | 20 +++++----
.../src/main/resources/app/pages/TaskDetail.tsx | 4 --
.../main/resources/app/pages/TaskQueueTable.tsx | 13 ++++--
.../src/main/resources/app/requests/index.ts | 3 ++
.../main/resources/app/utils/PinotMethodUtils.ts | 10 ++++-
.../realtime/RealtimeConsumptionRateManager.java | 49 +++++++++++++++++----
.../RealtimeConsumptionRateManagerTest.java | 51 ++++++++++++++++++++--
.../apache/pinot/spi/utils/CommonConstants.java | 1 +
12 files changed, 161 insertions(+), 50 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]