This is an automated email from the ASF dual-hosted git repository.
bennoe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from e95dca4 Added 1.5.3 blog post to release.yml.
new d6c68d8 Displayed error message on resource validation failures.
new 93aca1e Validated the match between Type and *Infos in the
ContainerInfo.
new 20f9702 Added Benno Evers to the committers list.
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:
docs/committers.md | 7 ++++
include/mesos/mesos.proto | 6 ++--
src/common/protobuf_utils.cpp | 56 +++++++++++++++++++++++++++++
src/common/protobuf_utils.hpp | 45 ++++++++++++++++++++++++
src/common/validation.cpp | 7 ++++
src/master/validation.cpp | 7 ++++
src/tests/health_check_tests.cpp | 22 ++++++++++--
src/tests/master_validation_tests.cpp | 66 +++++++++++++++++++++++++++++++++++
src/v1/resources.cpp | 5 ++-
9 files changed, 215 insertions(+), 6 deletions(-)