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 366f568 Fixed a compilation issue in the allocator test.
new 254e5c2 Added a helper to create vector from iterable into python
bindings.
new aebf86f Added enchanced multi-role capability support to the python
bindings.
new 72ca397 Added unsuppressing via `updateFramework()` to python example
framework.
The 3 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/examples/python/test_framework.py | 28 +++---
.../interface/src/mesos/interface/__init__.py | 53 +++++++---
src/python/native_common/common.hpp | 104 ++++++++++++++++++++
.../scheduler/mesos_scheduler_driver_impl.cpp | 108 ++++++++++++++++++---
.../scheduler/mesos_scheduler_driver_impl.hpp | 11 ++-
5 files changed, 262 insertions(+), 42 deletions(-)