This is an automated email from the ASF dual-hosted git repository.
grag pushed a change to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 5f07b10 Added MESOS-9704 to 1.5.4 CHANGELOG.
new 05c4b09 Added `>`, `<` and `>=` operators to `Value::Scalar`.
new cdba2ca Refactored and augmented `class ResourceQuantities`.
new 67c9742 Added `==` and `!=` operator in `ResourceQuantities`.
new 8c0ccec Enabled construction of `ResourceQuantities` from `Resources`.
new 19c12b7 Ensured that task groups do not specify overlapping ranges or
sets.
new 4e10c57 Added unit test for a master validation helper function.
new 74a46a8 Added tests for overlapping ranges and sets in task/executor
resources.
new c4a504e Extended a v1 test helper.
The 14635 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:
include/mesos/v1/values.hpp | 3 +
include/mesos/values.hpp | 3 +
src/common/resource_quantities.cpp | 149 +++++++++++++++-
src/common/resource_quantities.hpp | 60 ++++---
src/common/values.cpp | 18 ++
src/master/validation.cpp | 43 +++++
src/master/validation.hpp | 5 +
src/tests/master_tests.cpp | 300 ++++++++++++++++++++++++++++++++
src/tests/master_validation_tests.cpp | 82 +++++++++
src/tests/mesos.hpp | 7 +-
src/tests/resource_quantities_tests.cpp | 56 +++---
src/v1/values.cpp | 18 ++
12 files changed, 683 insertions(+), 61 deletions(-)