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 d78da54 Add CONTRIBUTING.md.
new 89a16ae Provided ability to pass suppressed roles via V0
updateFramework().
new f2deec5 Supported suppressedRoles in updateFramework() in V0 Java
bindings.
The 2 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/scheduler.hpp | 36 +++++++++++-----
.../jni/org_apache_mesos_MesosSchedulerDriver.cpp | 9 ++--
.../src/org/apache/mesos/MesosSchedulerDriver.java | 3 +-
src/java/src/org/apache/mesos/SchedulerDriver.java | 32 ++++++++++----
.../interface/src/mesos/interface/__init__.py | 21 ++++++---
src/sched/sched.cpp | 50 +++++++++++++++++++---
src/tests/master/update_framework_tests.cpp | 12 +++---
7 files changed, 124 insertions(+), 39 deletions(-)