This is an automated email from the ASF dual-hosted git repository.
chhsiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 7c8a9a9 Added `==` and `!=` operator in `ResourceQuantities`.
new 95607e2 API changes for supporting destroying `RAW` disks.
new 33d1aea Supported destroying preprovisioned CSI volumes in SLRP.
new e7e9dab Added authorization for applying `DESTROY_DISK` on `RAW`
disks.
new e41d2ce Added MESOS-9540 to the 1.7.3 CHANGELOG.
new dc3fda2 Updated test `ImportPreprovisionedVolume` for better code
coverage.
new 9a6b3cb Updated test `AgentRegisteredWithNewId` for better code
coverage.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG | 1 +
docs/examples/acls_template.json | 50 ++
include/mesos/authorizer/acls.proto | 10 +
include/mesos/authorizer/authorizer.proto | 6 +
include/mesos/mesos.proto | 20 +-
include/mesos/v1/mesos.proto | 22 +-
src/authorizer/local/authorizer.cpp | 13 +-
src/master/master.cpp | 7 +-
src/master/validation.cpp | 9 +-
src/resource_provider/storage/provider.cpp | 215 ++++----
src/tests/authorization_tests.cpp | 281 +++++++++-
src/tests/master_validation_tests.cpp | 46 +-
.../storage_local_resource_provider_tests.cpp | 589 ++++++++++++++-------
13 files changed, 919 insertions(+), 350 deletions(-)