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 4678201  Added MESOS-9308 to 1.5.2 CHANGELOG.
     new e69ffd9  Added quota limit to the master API protos.
     new 23332f6  Updated createQuotaInfo helper to handle quota limit.
     new 8eb3663  Disallow limit in /quota requests and SET_QUOTA calls.
     new fe5c969  Added a test to ensure /quota and SET_QUOTA disallow limit.
     new fbf49d2  Removed an unnecessary argument from master::Call validation.
     new 61c5a54  Added a TODO to clean up master::Call validation.

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:
 include/mesos/master/master.proto    | 32 ++++++++++++-
 include/mesos/quota/quota.proto      | 32 ++-----------
 include/mesos/v1/master/master.proto | 32 ++++++++++++-
 include/mesos/v1/quota/quota.proto   | 92 +++++++++++++++++++++++++++---------
 src/master/http.cpp                  |  9 +++-
 src/master/quota.cpp                 | 36 ++++++++++----
 src/master/quota.hpp                 | 10 +---
 src/master/validation.cpp            | 11 +++--
 src/master/validation.hpp            | 10 ++--
 src/tests/master_quota_tests.cpp     | 49 +++++++++++++++++++
 10 files changed, 235 insertions(+), 78 deletions(-)

Reply via email to