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 62931a0 Added basic tests for offer constraints on a string attribute
equality.
new b2e12fc Added RE2 to the CMake build.
new afe493e Added RE2 to the automake build.
new a91747e Added protobuf messages for regex-based offer constraints.
new 470665e Implemented regex-based offer constraints.
new 355b971 Added basic tests for regexp-based constraints.
The 5 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/CMakeLists.txt | 82 ++++++++
3rdparty/Makefile.am | 20 ++
3rdparty/cmake/Versions.cmake | 2 +
3rdparty/re2-2020-07-06.tar.gz | Bin 0 -> 404055 bytes
3rdparty/versions.am | 1 +
LICENSE | 32 +++
configure.ac | 50 +++++
include/mesos/allocator/allocator.hpp | 16 ++
include/mesos/scheduler/scheduler.proto | 53 ++++-
include/mesos/v1/scheduler/scheduler.proto | 53 ++++-
src/CMakeLists.txt | 1 +
src/Makefile.am | 12 ++
.../allocator/mesos/offer_constraints_filter.cpp | 107 +++++++++-
src/master/constants.hpp | 10 +
src/master/flags.cpp | 18 ++
src/master/flags.hpp | 3 +
src/master/master.cpp | 8 +-
src/master/master.hpp | 3 +
src/python/native_common/ext_modules.py.in | 9 +
.../master/offer_constraints_filter_tests.cpp | 219 +++++++++++++++++++--
20 files changed, 670 insertions(+), 29 deletions(-)
create mode 100644 3rdparty/re2-2020-07-06.tar.gz