This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 24d6f1b Removed a redundant `std::move` in the return statement.
new e24fef8 Expose non-scalar quantities in /roles consumed quota.
new d6738bc Added Role::reserved, Role::allocated, Role::offered to
master.
new 4a58fc7 Updated /role 'resources' to omit 0 values and include
non-scalars.
new 9e8ffde Added a TODO to add resources breakdowns to v1 GET_ROLES.
new 69c8fea Added reserved, offered, allocated resources to the /roles
endpoint.
The 5 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/mesos.proto | 5 +++
include/mesos/v1/mesos.proto | 5 +++
src/master/master.hpp | 82 +++++++++++++++++++++++++++++++-----
src/master/readonly_handler.cpp | 21 +++++++---
src/tests/role_tests.cpp | 92 +++++++++++++++++++++++++----------------
5 files changed, 154 insertions(+), 51 deletions(-)