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

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


    from 4b15fbd  Exposed agent drain information in the webui.
     new a1e4a9a  Moved the Docker executor declaration into a header.
     new 4cbda17  Enabled the Docker executor to accept kill policy overrides.
     new 7e160a3  Added test to verify that Docker executor can override kill 
policy.

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/CMakeLists.txt                                 |   4 +-
 src/Makefile.am                                    |   3 +-
 src/docker/CMakeLists.txt                          |  20 --
 src/docker/executor.cpp                            | 388 +++++++--------------
 src/docker/executor.hpp                            |  58 +++
 src/exec/exec.cpp                                  |  22 +-
 src/internal/evolve.cpp                            |   6 +
 src/internal/evolve.hpp                            |   1 +
 src/launcher/CMakeLists.txt                        |   5 +
 src/launcher/docker_executor.cpp                   | 266 ++++++++++++++
 .../containerizer/docker_containerizer_tests.cpp   | 172 +++++++++
 11 files changed, 651 insertions(+), 294 deletions(-)
 delete mode 100644 src/docker/CMakeLists.txt
 create mode 100644 src/launcher/docker_executor.cpp

Reply via email to