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 de7b506  Used euid to determine subprocess' user when launching tasks.
     new 01de239  Renamed Role::allocatedResources to 
Role::allocatedAndOfferedResources.
     new 76c4743  Renamed the roles ui column from 'Allocation' to 'Allocation 
+ Offered'.
     new 697de69  Added Role::consumedQuota to the master.
     new f1b4849  Added quota.consumed field to /roles endpoint.
     new 5bb3dcd  Updated LaunchTask test action to use a unique TaskID across 
runs.
     new 121dcb5  Added a test for /roles quota.consumed field.

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:
 src/master/framework.cpp        |   2 +-
 src/master/http.cpp             |   3 +-
 src/master/master.hpp           |  66 ++++++++-
 src/master/readonly_handler.cpp |  48 ++++---
 src/tests/mesos.hpp             |   3 +-
 src/tests/role_tests.cpp        | 292 +++++++++++++++++++++++++++++++++-------
 src/webui/app/roles/roles.html  |   2 +-
 7 files changed, 338 insertions(+), 78 deletions(-)

Reply via email to