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

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


    from 8175453  Updated quota related endpoints to return quota 
configurations.
     new e8f53dc  Fixed column key name.
     new b8421ac  Prevented webui from displaying unset drain config field.
     new 7a41e50  Stored last time a drain request was sent in the master.
     new 5656c26  Stored last time a drain request was sent in the agent.
     new 91c7839  Added expected drain end time to webui's agent screen.
     new 731e90e  Removed lossy `long` to `double` conversion in a test.

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/agent/agent.proto      |  1 +
 include/mesos/master/master.proto    |  1 +
 include/mesos/v1/agent/agent.proto   |  1 +
 include/mesos/v1/master/master.proto |  1 +
 src/common/protobuf_utils.cpp        |  5 +++++
 src/master/http.cpp                  |  4 ++++
 src/master/master.hpp                |  4 ++++
 src/master/readonly_handler.cpp      |  6 ++++++
 src/slave/http.cpp                   | 13 +++++++++++++
 src/slave/slave.cpp                  |  2 ++
 src/slave/slave.hpp                  |  4 ++++
 src/tests/api_tests.cpp              | 13 +++++++++++++
 src/tests/master_tests.cpp           |  8 ++++----
 src/webui/app/agents/agent.html      |  4 ++--
 src/webui/app/agents/agents.html     |  2 +-
 src/webui/app/controllers.js         |  7 +++++++
 16 files changed, 69 insertions(+), 7 deletions(-)

Reply via email to