This is an automated email from the ASF dual-hosted git repository.
bbannier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 7303313 Used boost `small_vector` in `Resources`.
new 98c5488 Refactored resource provider call validation.
new 764ff9a Allowed passing resource provider infos into call validation.
new ec2b6e0 Validated provider ID use in some resource provider calls.
The 3 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:
src/resource_provider/driver.cpp | 2 +-
src/resource_provider/manager.cpp | 14 ++++--
src/resource_provider/validation.cpp | 53 ++++++++++++++------
src/resource_provider/validation.hpp | 4 +-
src/tests/resource_provider_manager_tests.cpp | 64 ++++++++++++++++++++++++
src/tests/resource_provider_validation_tests.cpp | 61 +++++++++++++++++++---
6 files changed, 170 insertions(+), 28 deletions(-)