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 aefa4bd  Introduced dedicated `Framework` methods for transitions 
between states.
     new c6cede0  Introduced `getApprover(...)` authorizer interface.
     new 8a82df8  Added to `ObjectApprovers` a method to approve arbitrary 
action.
     new b920f60  Store per-framework ObjectApprovers.
     new 889aa4c  Converted UPDATE_FRAMEWORK to synchronous authorization.
     new f94f1e0  Made `overload()` work with callables passed by reference.
     new 495db0e  Converted ACCEPT to synchronous authorization.
     new 6a29061  Removed code for tracking pending tasks.
     new 4d9013d  Added test for removal of ObjectApprovers of disconnected 
framework.

The 8 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:
 3rdparty/stout/include/stout/overload.hpp |  27 +-
 docs/authorization.md                     |  10 +-
 include/mesos/authorizer/authorizer.hpp   |  45 +-
 include/mesos/master/master.proto         |   2 +-
 include/mesos/v1/master/master.proto      |   2 +-
 src/authorizer/local/authorizer.cpp       |  94 +--
 src/authorizer/local/authorizer.hpp       |   3 +-
 src/common/http.cpp                       |  14 +-
 src/common/http.hpp                       |  49 +-
 src/master/authorization.cpp              |  16 +-
 src/master/framework.cpp                  |  79 ++-
 src/master/http.cpp                       |  13 +-
 src/master/master.cpp                     | 941 +++++++-----------------------
 src/master/master.hpp                     |  64 +-
 src/master/readonly_handler.cpp           |  91 ---
 src/master/validation.cpp                 |  22 -
 src/master/validation.hpp                 |   1 -
 src/tests/api_tests.cpp                   |  30 +-
 src/tests/master_authorization_tests.cpp  | 797 +++++--------------------
 src/tests/master_load_tests.cpp           |  46 +-
 src/tests/master_tests.cpp                | 103 ----
 src/tests/master_validation_tests.cpp     |  33 --
 src/tests/mesos.cpp                       |   5 +-
 src/tests/mesos.hpp                       |   3 +-
 src/tests/reconciliation_tests.cpp        |  86 ---
 25 files changed, 693 insertions(+), 1883 deletions(-)

Reply via email to