commits
Thread
Date
Later messages
Messages by Date
2019/03/20
[mesos] branch master updated (20f9702 -> 4580834)
grag
2019/03/19
[mesos] 02/03: Validated the match between Type and *Infos in the ContainerInfo.
bennoe
2019/03/19
[mesos] 01/03: Displayed error message on resource validation failures.
bennoe
2019/03/19
[mesos] 03/03: Added Benno Evers to the committers list.
bennoe
2019/03/19
[mesos] branch master updated (e95dca4 -> 20f9702)
bennoe
2019/03/19
[mesos] 02/02: Added 1.5.3 blog post to release.yml.
gilbert
2019/03/19
[mesos] branch 1.5.x updated (8b7ab84 -> 05912be)
gilbert
2019/03/19
[mesos] 01/02: Added a blog post for 1.5.3 release.
gilbert
2019/03/19
[mesos] 01/02: Added a blog post for 1.5.3 release.
gilbert
2019/03/19
[mesos] branch master updated (2a22035 -> e95dca4)
gilbert
2019/03/19
[mesos] 02/02: Added 1.5.3 blog post to release.yml.
gilbert
2019/03/19
svn commit: r33065 - in /release/mesos/1.5.3: ./ mesos-1.5.3.tar.gz mesos-1.5.3.tar.gz.asc mesos-1.5.3.tar.gz.sha512
gilbert
2019/03/19
[mesos] annotated tag 1.5.3 created (now 3e9fc6e)
gilbert
2019/03/18
[mesos] branch master updated (bbfa90d -> 2a22035)
mzhu
2019/03/18
[mesos] 05/16: Added test for `ResourceQuantities` arithmetic operations.
mzhu
2019/03/18
[mesos] 10/16: Added a method to check `ResourceLimits::contains(ResourceQuantities)`.
mzhu
2019/03/18
[mesos] 11/16: Updated `UPDATE_QUOTA` call with a new schema.
mzhu
2019/03/18
[mesos] 07/16: Replaced a constructor in `ResourceQuantities`.
mzhu
2019/03/18
[mesos] 08/16: Added `class ResourceLimits`.
mzhu
2019/03/18
[mesos] 16/16: Updated a test for `UPDATE_QUOTA` call validation.
mzhu
2019/03/18
[mesos] 04/16: Improved `ResourceQuantities` test's readability.
mzhu
2019/03/18
[mesos] 02/16: Added `>`, `<` and `>=` operators to `Value::Scalar`.
mzhu
2019/03/18
[mesos] 01/16: Added method `fromScalarResources` in `ResourceQuantities`.
mzhu
2019/03/18
[mesos] 09/16: Added tests for `ResourceLimits`.
mzhu
2019/03/18
[mesos] 13/16: Added validation method for input scalar values.
mzhu
2019/03/18
[mesos] 15/16: Added call handler for `UPDATE_QUOTA`.
mzhu
2019/03/18
[mesos] 06/16: Added a `contains` method in `ResourceQuantities`.
mzhu
2019/03/18
[mesos] 12/16: Added `<<` operator to `protobuf::Map`.
mzhu
2019/03/18
[mesos] 03/16: Refactored and augmented `class ResourceQuantities`.
mzhu
2019/03/18
[mesos] 14/16: Added validation for `QuotaConfig`.
mzhu
2019/03/18
[mesos] 01/02: Fixed an agent crash bug when SLRP recovers dropped operations.
chhsiao
2019/03/18
[mesos] 02/02: Added MESOS-9661 to the 1.7.3 CHANGELOG.
chhsiao
2019/03/18
[mesos] branch 1.7.x updated (37edb33 -> b415ef5)
chhsiao
2019/03/18
[mesos] 01/02: Fixed an agent crash bug when SLRP recovers dropped operations.
chhsiao
2019/03/18
[mesos] 02/02: Added MESOS-9661 to the 1.7.3 CHANGELOG.
chhsiao
2019/03/18
[mesos] branch master updated (40e955f -> bbfa90d)
chhsiao
2019/03/18
[mesos] 01/02: Fixed 1.7.3 CHANGELOG for MESOS-8880.
mzhu
2019/03/18
[mesos] 02/02: Fixed indentation for 1.6.3 CHANGELOG.
mzhu
2019/03/18
[mesos] branch master updated (1f03f6b -> 40e955f)
mzhu
2019/03/18
[mesos] branch 1.6.x updated: Fixed indentation for 1.6.3 CHANGELOG.
mzhu
2019/03/18
[mesos] branch 1.7.x updated: Fixed 1.7.3 CHANGELOG for MESOS-8880.
mzhu
2019/03/15
[mesos] branch master updated: Fixed the seccomp default profile link in documentation.
gilbert
2019/03/13
[mesos] 02/02: Added MESOS-8880 to 1.6.3 CHANGELOG.
mzhu
2019/03/13
[mesos] 01/02: Added MESOS-8880 to 1.7.3 CHANGELOG.
mzhu
2019/03/13
[mesos] branch master updated (8558115 -> fe83816)
mzhu
2019/03/13
[mesos] 01/03: Added a new registry field `minimum_capabilities`.
mzhu
2019/03/13
[mesos] branch 1.6.x updated (65d3a6c -> cb37e5d)
mzhu
2019/03/13
[mesos] 03/03: Added MESOS-8880 to 1.6.3 CHANGELOG.
mzhu
2019/03/13
[mesos] 02/03: Added minimum capability check during master recovery.
mzhu
2019/03/13
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 8558115.
git-site-role
2019/03/13
[mesos] branch master updated: Updated protobuf comments related to operation feedback.
grag
2019/03/13
[mesos] 01/03: Added a new registry field `minimum_capabilities`.
mzhu
2019/03/13
[mesos] 03/03: Added MESOS-8880 to 1.7.3 CHANGELOG.
mzhu
2019/03/13
[mesos] 02/03: Added minimum capability check during master recovery.
mzhu
2019/03/13
[mesos] branch 1.7.x updated (0f8faa0 -> a519352)
mzhu
2019/03/13
[mesos] branch master updated: Made setting volume ownership asynchronous.
gilbert
2019/03/12
[mesos] branch master updated: Replaced `.get().get()` with `**` in `result.hpp`.
mzhu
2019/03/12
[mesos] 03/03: Added star operator for `Result`, `Try` and `Option`.
mzhu
2019/03/12
[mesos] 01/03: Added rvalue overload for `Result::get()`.
mzhu
2019/03/12
[mesos] branch master updated (40abcef -> 0dc24db)
mzhu
2019/03/12
[mesos] 02/03: Added `Try` constructors from `_Some`.
mzhu
2019/03/08
[mesos] branch master updated: Added test `VolumeGidManagerTest.ROOT_UNPRIVILEGED_USER_SlaveReboot`.
gilbert
2019/03/07
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 9968628.
git-site-role
2019/03/07
[mesos] branch master updated: Properly handled disk resources in operator API `CREATE` handler.
chhsiao
2019/03/07
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: a5b9f6e.
git-site-role
2019/03/07
[mesos] 06/06: Updated UNPRIVILEGED_USER_PersistentVolumes to cover non-shared PV.
gilbert
2019/03/07
[mesos] 02/06: Verified volume gid manager's metrics in the related tests.
gilbert
2019/03/07
[mesos] 03/06: Made volume gid manager allocate & deallocate gid to non-shared PV.
gilbert
2019/03/07
[mesos] branch master updated (0f4f3d6 -> a5b9f6e)
gilbert
2019/03/07
[mesos] 01/06: Added two metrics for volume gid manager.
gilbert
2019/03/07
[mesos] 04/06: Replaced reading mounttable with getting path gid in volume gid manager.
gilbert
2019/03/07
[mesos] 05/06: Updated ROOT_UNPRIVILEGED_USER_PersistentVolumes to cover non-shared PV.
gilbert
2019/03/07
[mesos] branch master updated: Fixed a comment typo.
chhsiao
2019/03/07
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 792f01f.
git-site-role
2019/03/07
[mesos] branch master updated: Added MESOS-9610 to 1.7.3 CHANGELOG.
gilbert
2019/03/07
[mesos] 01/02: Added ARCHIVE_EXTRACT_SECURE_NODOTDOT flag to archiver default.
gilbert
2019/03/07
[mesos] 02/02: Added MESOS-9610 to 1.7.3 CHANGELOG.
gilbert
2019/03/07
[mesos] branch 1.7.x updated (ab4afa7 -> 0f8faa0)
gilbert
2019/03/07
[mesos] branch master updated: Added ARCHIVE_EXTRACT_SECURE_NODOTDOT flag to archiver default.
gilbert
2019/03/07
[mesos] branch master updated: Removed outdated scaling framework.
bbannier
2019/03/07
[mesos] 02/05: Parameterized cpplint extension list via config instead of via patch.
bbannier
2019/03/07
[mesos] 01/05: Removed `support/cpplint.patch`.
bbannier
2019/03/07
[mesos] 05/05: Moved NULL check from cpplint into clang-tidy.
bbannier
2019/03/07
[mesos] 03/05: Skipped pylint for cpplint.py via config instead of via patch.
bbannier
2019/03/07
[mesos] 04/05: Removed manual author list in patched cpplint.
bbannier
2019/03/07
[mesos] branch master updated (4701b64 -> a48cfe1)
bbannier
2019/03/07
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 4701b64.
git-site-role
2019/03/07
[mesos] branch master updated: Updated install instructions for CentOS 6.6.
alexr
2019/03/06
[mesos] branch master updated: Fixed build specific artefact generation.
tillt
2019/03/06
[mesos] 02/04: Fixed garbled license header.
bbannier
2019/03/06
[mesos] 04/04: Reverted untracked and unneeded cpplint modification.
bbannier
2019/03/06
[mesos] 01/04: Added license header to some Python source files.
bbannier
2019/03/06
[mesos] 03/04: Fixed cpplint issues in the Java bindings.
bbannier
2019/03/06
[mesos] branch master updated (584c0be -> b6635fb)
bbannier
2019/03/06
[mesos] 01/03: Added a new registry field `minimum_capabilities`.
josephwu
2019/03/06
[mesos] branch master updated (8a00a0a -> 584c0be)
josephwu
2019/03/06
[mesos] 03/03: Added minimum capability check during master recovery.
josephwu
2019/03/06
[mesos] 02/03: Added documentation regarding downgrading a Mesos cluster.
josephwu
2019/03/06
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 8a00a0a.
git-site-role
2019/03/06
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 4015ed9.
git-site-role
2019/03/06
[mesos] branch master updated: Added a comment around recovery for `ContainerLogger`s.
alexr
2019/03/06
[mesos] branch master updated: Added Andrei Sekretenko to 'contributors.yaml'.
bennoe
2019/03/06
[mesos] branch master updated (50167a7 -> 84b8578)
tillt
2019/03/06
[mesos] 01/02: Updated build specific artefact generation.
tillt
2019/03/06
[mesos] 02/02: Assured a set USER within RPM build.
tillt
2019/03/05
[mesos] branch master updated: Improved isolation for slave tests.
gilbert
2019/03/05
svn commit: r32777 - in /dev/mesos/1.5.3-rc1: ./ mesos-1.5.3.tar.gz mesos-1.5.3.tar.gz.asc mesos-1.5.3.tar.gz.sha512
gilbert
2019/03/05
[mesos] 01/01: Fixed 1.5.3 CHANGELOG.
gilbert
2019/03/05
[mesos] annotated tag 1.5.3-rc1 created (now c3cc600)
gilbert
2019/03/05
[mesos] branch master updated: Fixed 1.5.3 CHANGELOG.
gilbert
2019/03/05
[mesos] branch master updated: Fixed `PartitionTest.PartitionAwareTaskCompletedOnPartitionedAgent`.
chhsiao
2019/03/05
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: fe5a294.
git-site-role
2019/03/05
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 549068a.
git-site-role
2019/03/05
[mesos] branch master updated: Added getting started using the Mesos binaries.
tillt
2019/03/05
[mesos] 02/03: Added `LinuxSeccompIsolatorTest.LaunchWithSeccompDisabled` test.
gilbert
2019/03/05
[mesos] 03/03: Added logging for `linux/seccomp` isolator.
gilbert
2019/03/05
[mesos] 01/03: Added `unconfined` flag to `SeccompInfo` message.
gilbert
2019/03/05
[mesos] branch master updated (5382cc0 -> 549068a)
gilbert
2019/03/05
[mesos] 01/02: Made SLRP clean up mount directories for destroyed MOUNT disks.
chhsiao
2019/03/05
[mesos] 02/02: Added MESOS-9568 to the 1.7.3 CHANGELOG.
chhsiao
2019/03/05
[mesos] 02/03: Added MESOS-9568 to the 1.7.3 CHANGELOG.
chhsiao
2019/03/05
[mesos] 01/03: Made SLRP clean up mount directories for destroyed MOUNT disks.
chhsiao
2019/03/05
[mesos] branch 1.7.x updated (8a42263 -> ab4afa7)
chhsiao
2019/03/05
[mesos] 03/03: Removed an outdated comment in SLRP.
chhsiao
2019/03/05
[mesos] branch master updated (701377c -> 5382cc0)
chhsiao
2019/03/05
[mesos] branch master updated: Increased timeout in `generate-endpoint-help.py`.
bbannier
2019/03/04
[mesos] branch master updated (5a2df2c -> 120fab6)
chhsiao
2019/03/04
[mesos] 04/04: Converted `UUID` proto messages to `id::UUID` in the RP manager.
chhsiao
2019/03/04
[mesos] 02/03: Do not fail a task if it doesn't use resources from a failed provider.
chhsiao
2019/03/04
[mesos] 03/03: Added MESOS-9607 to the 1.7.3 CHANGELOG.
chhsiao
2019/03/04
[mesos] 02/04: Do not fail a task if it doesn't use resources from a failed provider.
chhsiao
2019/03/04
[mesos] 01/04: Changed the `getResourceProviderId` helper to take a `Resources`.
chhsiao
2019/03/04
[mesos] branch 1.7.x updated (5e234c8 -> 8a42263)
chhsiao
2019/03/04
[mesos] 03/04: Added MESOS-9607 to the 1.7.3 CHANGELOG.
chhsiao
2019/03/04
[mesos] 01/03: Changed the `getResourceProviderId` helper to take a `Resources`.
chhsiao
2019/03/04
[mesos] 03/07: Made SLRP `PublishResourcesRecovery` test to check volume cleanup.
chhsiao
2019/03/04
[mesos] 07/07: Removed unnecessary filters in SLRP tests.
chhsiao
2019/03/04
[mesos] 02/07: Made SLRP `PublishResourcesReboot` test to check persistent volume cleanup.
chhsiao
2019/03/04
[mesos] 06/07: Added a SLRP unit test for failed persistent volume cleanup.
chhsiao
2019/03/04
[mesos] 05/07: Extracted common offer matching functions from SLRP tests.
chhsiao
2019/03/04
[mesos] 04/07: Updated `CreateDestroyDisk*` SLRP tests to test pipelined operations.
chhsiao
2019/03/04
[mesos] 01/07: Made SLRP `PublishResources` test to check persistent volume cleanup.
chhsiao
2019/03/04
[mesos] branch master updated (ccce4ec -> 5a2df2c)
chhsiao
2019/03/04
[mesos] branch master updated: Removed outdated authorization logic for offer operations.
chhsiao
2019/03/04
[mesos] branch master updated: Fixed filename in warning message.
bennoe
2019/03/04
[mesos] 02/03: Updated to pylint-2.3.1.
bbannier
2019/03/04
[mesos] branch master updated (90473c0 -> 674bce1)
bbannier
2019/03/04
[mesos] 01/03: Addressed issues flagged by pylint-2.3.1.
bbannier
2019/03/04
[mesos] 03/03: Added tox invocation to test stage.
bbannier
2019/03/03
[mesos] branch master updated: Fixed broken Yaml in contributors database.
gilbert
2019/03/03
[mesos] 02/02: Initialized pointers with `nullptr` instead of `0`.
bbannier
2019/03/03
[mesos] 01/02: Removed non-ascii source code characters.
bbannier
2019/03/03
[mesos] branch master updated (ba87be3 -> 07dc5e1)
bbannier
2019/03/02
[mesos] branch master updated: Fixed a link error on Windows caused by volume gid manager.
gilbert
2019/03/01
[mesos] branch master updated: Updated ReviewBot to verify reviews by checking for updates recursively.
vinodkone
2019/02/27
[mesos] 14/16: Added a test `ROOT_UNPRIVILEGED_USER_TaskSandboxLocalPersistentVolume`.
gilbert
2019/02/27
[mesos] 16/16: Reverted "Added `libacl` into a few Dockerfiles.".
gilbert
2019/02/27
[mesos] 12/16: Added a test `UNPRIVILEGED_USER_SharedPersistentVolume`.
gilbert
2019/02/27
[mesos] 08/16: Deallocated the shared persistent volume's gid when it is removed.
gilbert
2019/02/27
[mesos] 03/16: Made non-root containers can access PARENT type SANDBOX_PATH volume.
gilbert
2019/02/27
[mesos] 10/16: Added a test `ROOT_UNPRIVILEGED_USER_ParentTypeDifferentUser`.
gilbert
2019/02/27
[mesos] 11/16: Added a test `ROOT_UNPRIVILEGED_USER_SharedPersistentVolume`.
gilbert
2019/02/27
[mesos] 01/16: Added an agent flag `--volume_gid_range`.
gilbert
2019/02/27
[mesos] 02/16: Added volume gid manager.
gilbert
2019/02/27
[mesos] 13/16: Added a test `ROOT_UNPRIVILEGED_USER_TaskSandboxSharedPersistentVolume`.
gilbert
2019/02/27
[mesos] 15/16: Added tests for volume gid manager.
gilbert
2019/02/27
[mesos] branch master updated (9665276 -> 3944124)
gilbert
2019/02/27
[mesos] 06/16: Added the flag `--task_supplementary_groups` to command executor.
gilbert
2019/02/27
[mesos] 07/16: Made non-root containers can access shared persistent volume.
gilbert
2019/02/27
[mesos] 04/16: Added `task_supplementary_groups` into `ContainerLaunchInfo`.
gilbert
2019/02/27
[mesos] 05/16: Changed the definition of `uid_t` and `gid_t` to UNIT for Windows.
gilbert
2019/02/27
[mesos] 09/16: Implemented recovery for volume gid manager.
gilbert
2019/02/27
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 9665276.
git-site-role
2019/02/27
[mesos] branch master updated: Prevented closing invalid file descriptors.
bbannier
2019/02/26
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: a9f28a6.
git-site-role
2019/02/26
[mesos] branch master updated: Updated the website for the 1.4.3 release.
mzhu
2019/02/26
[mesos] branch master updated (85e2a14 -> 6324134)
gaston
2019/02/26
[mesos] branch master updated: Fixed an incorrect comment indentation.
mzhu
2019/02/26
[mesos] branch master updated: Added per-framework minimum resources offer filters to the CHANGELOG.
bmahler
2019/02/26
[mesos] branch master updated: Added FrameworkInfo.offer_filters to multi-scheduler scalability docs.
bmahler
2019/02/26
[mesos] 04/10: Handled terminal operation status updates for orphans.
josephwu
2019/02/26
[mesos] 09/10: Added test for tearing down frameworks while creating disks.
josephwu
2019/02/26
[mesos] 08/10: Accounted for possible lack of OperationID in RP responses.
josephwu
2019/02/26
[mesos] 01/10: Added the concept of "orphaned operations" to the master.
josephwu
2019/02/26
[mesos] 06/10: Modified when master responds to operation status updates.
josephwu
2019/02/26
[mesos] 10/10: Added test for terminal operation updates after master failover.
josephwu
2019/02/26
[mesos] 07/10: Removed operations when removing resource providers.
josephwu
2019/02/26
[mesos] 05/10: Added a recovery path for orphan operation.
josephwu
2019/02/26
[mesos] 03/10: Added cleanup logic for orphaned operations.
josephwu
2019/02/26
[mesos] branch master updated (6c4ff71 -> 8174ccf)
josephwu
2019/02/26
[mesos] 02/10: Handle possible orphaned operations after master/agent failover.
josephwu
2019/02/25
[mesos] 01/03: Supported CUDA 10+ images that are based on nvidia-container-runtime.
chhsiao
2019/02/25
[mesos] 03/03: Added MESOS-9549 to the 1.7.3 CHANGELOG.
chhsiao
2019/02/25
[mesos] 02/05: Moved MESOS-9507 to the 1.7.3 CHANGELOG.
chhsiao
2019/02/25
[mesos] 02/03: Moved MESOS-9507 to the 1.7.3 CHANGELOG.
chhsiao
2019/02/25
[mesos] 05/05: Avoided waiting for 180s when test `NvidiaDockerImage` fails.
chhsiao
2019/02/25
[mesos] 03/05: Added MESOS-9549 to the 1.7.3 CHANGELOG.
chhsiao
2019/02/25
[mesos] branch 1.7.x updated (69201fb -> 5e234c8)
chhsiao
2019/02/25
[mesos] 01/05: Supported CUDA 10+ images that are based on nvidia-container-runtime.
chhsiao
2019/02/25
[mesos] branch master updated (4442c79 -> 6c4ff71)
chhsiao
Later messages