You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2019/04/26 00:17:00 UTC

[mesos] branch 1.6.x updated (074471e -> ec89307)

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

grag pushed a change to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 074471e  Added MESOS-9704 to 1.6.3 CHANGELOG.
     new f7e3a8e  Added `>`, `<` and `>=` operators to `Value::Scalar`.
     new dc790fd  Refactored and augmented `class ResourceQuantities`.
     new 7120953  Added `==` and `!=` operator in `ResourceQuantities`.
     new 085b382  Enabled construction of `ResourceQuantities` from `Resources`.
     new ec89307  Ensured that task groups do not specify overlapping ranges or sets.

The 15427 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/resource_quantities_tests.cpp |  33 +------
 src/v1/values.cpp                       |  18 ++++
 9 files changed, 268 insertions(+), 64 deletions(-)