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

rzo1 pushed a change to branch fix/blobstore-dependency-cleanup
in repository https://gitbox.apache.org/repos/asf/storm.git


    omit 1ea0dc047 STORM-3871: remove a topology's dependency artifact blobs 
when it is cleaned up
     add 94b408891 Evaluate authorization for requests that carry no principal 
(#9005)
     add 0441cfc2b Apply the nimbus ACLs to listBlobs so callers only see blobs 
they may read (#9000)
     add c8a1474a6 Read and check the docker command file before changing 
worker directory ownership
     add 1b3dcc12d Authorize createStateInZookeeper requests like the other 
blob operations
     add 9a6490a0f Filter the topology history by the authenticated caller 
rather than the requested user name (#9003)
     add 145e2280f STORM-3871: remove a topology's dependency artifact blobs 
when it is cleaned up
     add 5819a2b70 Cover the reference scan continuing past a candidate 
topology with no code blob

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   (1ea0dc047)
            \
             N -- N -- N   refs/heads/fix/blobstore-dependency-cleanup 
(5819a2b70)

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:
 .../auth/authorizer/SimpleACLAuthorizer.java       |   9 +-
 .../authorizer/SupervisorSimpleACLAuthorizer.java  |   6 +-
 .../auth/authorizer/SimpleACLAuthorizerTest.java   |  53 ++++++++
 .../SupervisorSimpleACLAuthorizerTest.java         |  65 ++++++++++
 storm-core/src/native/worker-launcher/impl/main.c  |   6 +-
 .../native/worker-launcher/impl/worker-launcher.c  |  33 ++++-
 .../native/worker-launcher/impl/worker-launcher.h  |  12 ++
 .../org/apache/storm/daemon/nimbus/Nimbus.java     |  66 ++++++++--
 .../org/apache/storm/daemon/nimbus/NimbusTest.java | 138 ++++++++++++++++++++-
 9 files changed, 370 insertions(+), 18 deletions(-)
 create mode 100644 
storm-client/test/jvm/org/apache/storm/security/auth/authorizer/SupervisorSimpleACLAuthorizerTest.java

Reply via email to