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

asekretenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 049a0c7  Fixed a compilation issue on GCC 5.5 and older.
     new aa14054  Fixed a stale comment about delayed permissions when batching 
requests.
     new c8f8fbd  Added `OfferConstraints` to `struct Framework` in the master.
     new ae35c0c  Exposed offer constraints via the `/state` and `/frameworks` 
endpoints.
     new 8369e77  Added offer constraints to the `GetFrameworks` protobuf.
     new e00e7a1  Exposed framework offer constraints via the GET_FRAMEWORKS 
call.

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/master/master.proto           |  6 +++
 include/mesos/v1/master/master.proto        |  6 +++
 src/master/framework.cpp                    | 41 ++++++++++++++--
 src/master/http.cpp                         | 19 ++++++--
 src/master/master.cpp                       | 74 ++++++++++++++++++++++-------
 src/master/master.hpp                       | 18 ++++++-
 src/master/readonly_handler.cpp             |  5 ++
 src/tests/master/update_framework_tests.cpp | 65 +++++++++++++++++++++++--
 8 files changed, 201 insertions(+), 33 deletions(-)

Reply via email to