You are viewing a plain text version of this content. The canonical link for it is here.
- mesos git commit: Reduced likelihood of a stack overflow in libprocess socket send path. - posted by bm...@apache.org on 2018/05/01 00:44:19 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 8a639ca. - posted by gi...@apache.org on 2018/05/01 01:07:28 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 8a639ca. - posted by gi...@apache.org on 2018/05/01 01:07:29 UTC, 0 replies.
- [1/2] mesos git commit: Reduced likelihood of a stack overflow in libprocess socket send path. - posted by bm...@apache.org on 2018/05/01 01:21:18 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8594 to the 1.5.1 CHANGELOG. - posted by bm...@apache.org on 2018/05/01 01:21:19 UTC, 0 replies.
- mesos git commit: Added MESOS-8594 to the 1.5.1 CHANGELOG. - posted by bm...@apache.org on 2018/05/01 01:21:26 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 0812300. - posted by gi...@apache.org on 2018/05/01 01:43:41 UTC, 0 replies.
- mesos git commit: Fixed flaky ReconciliationTest.ReconcileStatusUpdateTaskState. - posted by ya...@apache.org on 2018/05/01 04:36:14 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 1c6d9e5. - posted by gi...@apache.org on 2018/05/01 04:58:31 UTC, 0 replies.
- [1/9] mesos git commit: Delayed construction of the agent's resource provider manager. - posted by ch...@apache.org on 2018/05/02 01:35:49 UTC, 0 replies.
- [2/9] mesos git commit: Externalized creation of resource provider manager backing storage. - posted by ch...@apache.org on 2018/05/02 01:35:50 UTC, 0 replies.
- [3/9] mesos git commit: Renamed resource provider `AgentRegistrar` to `GenericRegistrar`. - posted by ch...@apache.org on 2018/05/02 01:35:51 UTC, 0 replies.
- [4/9] mesos git commit: Passed on registrar when constructing resource provider manager. - posted by ch...@apache.org on 2018/05/02 01:35:52 UTC, 0 replies.
- [5/9] mesos git commit: Set up recovery code paths of resource provider manager. - posted by ch...@apache.org on 2018/05/02 01:35:53 UTC, 0 replies.
- [6/9] mesos git commit: Remembered recovered and subscribed providers in ephemeral state. - posted by ch...@apache.org on 2018/05/02 01:35:54 UTC, 0 replies.
- [7/9] mesos git commit: Added admitted resource providers to the manager's registry. - posted by ch...@apache.org on 2018/05/02 01:35:55 UTC, 0 replies.
- [8/9] mesos git commit: Prevent resubscription of resource providers with unknown IDs. - posted by ch...@apache.org on 2018/05/02 01:35:56 UTC, 0 replies.
- [9/9] mesos git commit: Removed redundant master flags in resource provider tests. - posted by ch...@apache.org on 2018/05/02 01:35:57 UTC, 0 replies.
- [01/31] mesos git commit: Added `SubprocessTest.PipeLargeOutput`. - posted by an...@apache.org on 2018/05/02 01:38:01 UTC, 0 replies.
- [02/31] mesos git commit: Replaced `int` and `HANDLE` types with `int_fd`. - posted by an...@apache.org on 2018/05/02 01:38:02 UTC, 0 replies.
- [03/31] mesos git commit: Added `FsTest.Open` to cover `os::open()`. - posted by an...@apache.org on 2018/05/02 01:38:03 UTC, 0 replies.
- [04/31] mesos git commit: Windows: Made `libevent` use `int_fd` correctly. - posted by an...@apache.org on 2018/05/02 01:38:04 UTC, 0 replies.
- [05/31] mesos git commit: Windows: Replaced `_wopen()` with `CreateFileW()` in `os::open()`. - posted by an...@apache.org on 2018/05/02 01:38:05 UTC, 0 replies.
- [06/31] mesos git commit: Split `stout/os/open.hpp` into Windows and POSIX files. - posted by an...@apache.org on 2018/05/02 01:38:06 UTC, 0 replies.
- [07/31] mesos git commit: Windows: Replaced `WindowsFD` with `int_fd` typedef. - posted by an...@apache.org on 2018/05/02 01:38:07 UTC, 0 replies.
- [08/31] mesos git commit: Windows: More constness in stout. - posted by an...@apache.org on 2018/05/02 01:38:08 UTC, 0 replies.
- [09/31] mesos git commit: Split `stout/os/lseek.hpp` into Windows and POSIX files. - posted by an...@apache.org on 2018/05/02 01:38:09 UTC, 0 replies.
- [10/31] mesos git commit: Windows: Fixed `os::lseek()` to use `SetFilePointerEx()`. - posted by an...@apache.org on 2018/05/02 01:38:10 UTC, 0 replies.
- [11/31] mesos git commit: Windows: Fixed `os::ftruncate()` to use `FileEndOfFileInfo`. - posted by an...@apache.org on 2018/05/02 01:38:11 UTC, 0 replies.
- [12/31] mesos git commit: Windows: Deleted dead code from `process::internal` namespace. - posted by an...@apache.org on 2018/05/02 01:38:12 UTC, 0 replies.
- [13/31] mesos git commit: Windows: Fixed `os::dup()` to use `DuplicateHandle()`. - posted by an...@apache.org on 2018/05/02 01:38:13 UTC, 0 replies.
- [14/31] mesos git commit: Windows: Fixed `os::read()` to use `ReadFile()`. - posted by an...@apache.org on 2018/05/02 01:38:14 UTC, 0 replies.
- [15/31] mesos git commit: Windows: Fixed `os::write()` to use `WriteFile()`. - posted by an...@apache.org on 2018/05/02 01:38:15 UTC, 0 replies.
- [16/31] mesos git commit: Windows: Refactored `subprocess_windows.cpp` to use `os::open()`. - posted by an...@apache.org on 2018/05/02 01:38:16 UTC, 0 replies.
- [17/31] mesos git commit: Added overloads for `int_fd` to `os::stat::isdir()` and `size()`. - posted by an...@apache.org on 2018/05/02 01:38:17 UTC, 0 replies.
- [18/31] mesos git commit: Removed use of `fstat()` from `http.cpp` and `http_proxy.cpp`. - posted by an...@apache.org on 2018/05/02 01:38:18 UTC, 0 replies.
- [19/31] mesos git commit: Windows: Removed `FD_CRT` from `WindowsFD` abstraction. - posted by an...@apache.org on 2018/05/02 01:38:19 UTC, 0 replies.
- [20/31] mesos git commit: Windows: Made `protobuf::write()` use CRT file descriptor explicitly. - posted by an...@apache.org on 2018/05/02 01:38:20 UTC, 0 replies.
- [21/31] mesos git commit: Windows: Made `net::download()` use CRT file descriptor explicitly. - posted by an...@apache.org on 2018/05/02 01:38:21 UTC, 0 replies.
- [22/31] mesos git commit: Replaced `open()` with `os::open()` in `http_proxy.cpp`. - posted by an...@apache.org on 2018/05/02 01:38:22 UTC, 0 replies.
- [23/31] mesos git commit: Windows: Fixed `os::abort()` to use `WriteFile()`. - posted by an...@apache.org on 2018/05/02 01:38:23 UTC, 0 replies.
- [24/31] mesos git commit: Fixed `Subprocess::ChildHook::CHDIR()` to use `os::chdir()`. - posted by an...@apache.org on 2018/05/02 01:38:24 UTC, 0 replies.
- [25/31] mesos git commit: Windows: Deleted `stout/os/windows/signals.hpp`. - posted by an...@apache.org on 2018/05/02 01:38:25 UTC, 0 replies.
- [26/31] mesos git commit: Windows: Cleaned up included CRT headers. - posted by an...@apache.org on 2018/05/02 01:38:26 UTC, 0 replies.
- [27/31] mesos git commit: Windows: Fixed `os::stat::mtime()` to use `GetFileTime()`. - posted by an...@apache.org on 2018/05/02 01:38:27 UTC, 0 replies.
- [28/31] mesos git commit: Windows: Ported more unit tests from `os_tests.cpp`. - posted by an...@apache.org on 2018/05/02 01:38:28 UTC, 0 replies.
- [29/31] mesos git commit: Windows: Ported the rest of the `SubprocessTest` suite. - posted by an...@apache.org on 2018/05/02 01:38:29 UTC, 0 replies.
- [30/31] mesos git commit: Fixed `mesos-tcp-connect` to use `net::socket`. - posted by an...@apache.org on 2018/05/02 01:38:30 UTC, 0 replies.
- [31/31] mesos git commit: Windows: Specialized `flags::parse`. - posted by an...@apache.org on 2018/05/02 01:38:31 UTC, 0 replies.
- mesos git commit: Fixed redundant use of `.get().` with `->`. - posted by an...@apache.org on 2018/05/02 03:06:05 UTC, 0 replies.
- [01/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:16 UTC, 0 replies.
- [02/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:17 UTC, 0 replies.
- [03/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:18 UTC, 0 replies.
- [04/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:19 UTC, 0 replies.
- [05/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:20 UTC, 0 replies.
- [06/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:21 UTC, 0 replies.
- [07/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:22 UTC, 0 replies.
- [08/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:23 UTC, 0 replies.
- [09/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:24 UTC, 0 replies.
- [10/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:25 UTC, 0 replies.
- [11/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:26 UTC, 0 replies.
- [12/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:27 UTC, 0 replies.
- [13/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:28 UTC, 0 replies.
- [14/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:29 UTC, 0 replies.
- [15/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:30 UTC, 0 replies.
- [16/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:31 UTC, 0 replies.
- [17/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:32 UTC, 0 replies.
- [18/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:33 UTC, 0 replies.
- [19/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:34 UTC, 0 replies.
- [20/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:35 UTC, 0 replies.
- [21/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:36 UTC, 0 replies.
- [22/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:37 UTC, 0 replies.
- [23/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:38 UTC, 0 replies.
- [24/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:39 UTC, 0 replies.
- [25/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:40 UTC, 0 replies.
- [26/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:41 UTC, 0 replies.
- [27/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:42 UTC, 0 replies.
- [28/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:43 UTC, 0 replies.
- [29/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:44 UTC, 0 replies.
- [30/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:45 UTC, 0 replies.
- [31/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:46 UTC, 0 replies.
- [32/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:47 UTC, 0 replies.
- [33/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:48 UTC, 0 replies.
- [34/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:49 UTC, 0 replies.
- [35/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:50 UTC, 0 replies.
- [36/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:51 UTC, 0 replies.
- [37/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:52 UTC, 0 replies.
- [38/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:53 UTC, 0 replies.
- [39/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:54 UTC, 0 replies.
- [40/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:55 UTC, 0 replies.
- [41/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:56 UTC, 0 replies.
- [42/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:57 UTC, 0 replies.
- [43/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:58 UTC, 0 replies.
- [44/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:21:59 UTC, 0 replies.
- [45/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:22:00 UTC, 0 replies.
- [46/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:22:01 UTC, 0 replies.
- [47/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:22:02 UTC, 0 replies.
- [48/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:22:03 UTC, 0 replies.
- [49/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:22:04 UTC, 0 replies.
- [50/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:22:05 UTC, 0 replies.
- [51/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: 8e2d6d2. - posted by gi...@apache.org on 2018/05/02 03:22:06 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: a7dc5f4. - posted by gi...@apache.org on 2018/05/02 03:43:29 UTC, 1 replies.
- mesos git commit: Add fiu to the list of contributors. - posted by ya...@apache.org on 2018/05/02 06:59:14 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 08bd592. - posted by gi...@apache.org on 2018/05/02 07:21:35 UTC, 0 replies.
- mesos git commit: Added 'Ninja' byproducts for jemalloc. - posted by bb...@apache.org on 2018/05/02 11:13:44 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 674db61. - posted by gi...@apache.org on 2018/05/02 11:35:44 UTC, 0 replies.
- mesos git commit: Removed unnecessary `get()` accessors. - posted by jp...@apache.org on 2018/05/02 15:42:19 UTC, 0 replies.
- [1/5] mesos-site git commit: Updated the website built from mesos SHA: eb371a2. - posted by gi...@apache.org on 2018/05/02 16:04:43 UTC, 0 replies.
- [2/5] mesos-site git commit: Updated the website built from mesos SHA: eb371a2. - posted by gi...@apache.org on 2018/05/02 16:04:44 UTC, 0 replies.
- [3/5] mesos-site git commit: Updated the website built from mesos SHA: eb371a2. - posted by gi...@apache.org on 2018/05/02 16:04:45 UTC, 0 replies.
- [4/5] mesos-site git commit: Updated the website built from mesos SHA: eb371a2. - posted by gi...@apache.org on 2018/05/02 16:04:46 UTC, 0 replies.
- [5/5] mesos-site git commit: Updated the website built from mesos SHA: eb371a2. - posted by gi...@apache.org on 2018/05/02 16:04:47 UTC, 0 replies.
- mesos git commit: Disabled a resource provider resubscription test on Windows. - posted by an...@apache.org on 2018/05/02 20:27:09 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 5c6d882. - posted by gi...@apache.org on 2018/05/02 20:48:59 UTC, 0 replies.
- [1/2] mesos git commit: Fixed incorrect enum value comparisons. - posted by jp...@apache.org on 2018/05/02 22:01:03 UTC, 0 replies.
- [2/2] mesos git commit: Add the ASF events link to the website. - posted by jp...@apache.org on 2018/05/02 22:01:04 UTC, 0 replies.
- mesos git commit: Resolved the `realpath` of the sandbox directory in tests. - posted by an...@apache.org on 2018/05/02 22:02:53 UTC, 0 replies.
- [1/6] mesos-site git commit: Updated the website built from mesos SHA: 50d5049. - posted by gi...@apache.org on 2018/05/02 22:23:58 UTC, 0 replies.
- [2/6] mesos-site git commit: Updated the website built from mesos SHA: 50d5049. - posted by gi...@apache.org on 2018/05/02 22:23:59 UTC, 0 replies.
- [3/6] mesos-site git commit: Updated the website built from mesos SHA: 50d5049. - posted by gi...@apache.org on 2018/05/02 22:24:00 UTC, 0 replies.
- [4/6] mesos-site git commit: Updated the website built from mesos SHA: 50d5049. - posted by gi...@apache.org on 2018/05/02 22:24:01 UTC, 0 replies.
- [5/6] mesos-site git commit: Updated the website built from mesos SHA: 50d5049. - posted by gi...@apache.org on 2018/05/02 22:24:02 UTC, 0 replies.
- [6/6] mesos-site git commit: Updated the website built from mesos SHA: 50d5049. - posted by gi...@apache.org on 2018/05/02 22:24:03 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 26cd556. - posted by gi...@apache.org on 2018/05/02 22:46:24 UTC, 0 replies.
- [01/20] mesos git commit: Fixed an allocator test to avoid using quota on a hierarchical role. - posted by bm...@apache.org on 2018/05/03 00:00:57 UTC, 0 replies.
- [02/20] mesos git commit: Introduced an allocator helper function to track used resources. - posted by bm...@apache.org on 2018/05/03 00:00:58 UTC, 0 replies.
- [03/20] mesos git commit: Updated the allocator to track allocations via a single code path. - posted by bm...@apache.org on 2018/05/03 00:00:59 UTC, 0 replies.
- [04/20] mesos git commit: Updated the allocator to untrack allocations via a single code path. - posted by bm...@apache.org on 2018/05/03 00:01:00 UTC, 0 replies.
- [05/20] mesos git commit: Tracked resource reservations in the allocator. - posted by bm...@apache.org on 2018/05/03 00:01:01 UTC, 0 replies.
- [06/20] mesos git commit: Enforced quota limit in the presence of unallocated reservations. - posted by bm...@apache.org on 2018/05/03 00:01:02 UTC, 0 replies.
- [07/20] mesos git commit: Fixed a bug with quota headroom that can leave reservations unallocated. - posted by bm...@apache.org on 2018/05/03 00:01:03 UTC, 0 replies.
- [08/20] mesos git commit: Fixed a bug where insufficient headroom is held for quota. - posted by bm...@apache.org on 2018/05/03 00:01:04 UTC, 0 replies.
- [09/20] mesos git commit: Made quota resource allocation fine-grained. - posted by bm...@apache.org on 2018/05/03 00:01:05 UTC, 0 replies.
- [10/20] mesos git commit: Moved the quota headroom tracking before quota allocation. - posted by bm...@apache.org on 2018/05/03 00:01:06 UTC, 0 replies.
- [1/6] mesos git commit: Added MESOS-4527 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:06 UTC, 0 replies.
- [2/6] mesos git commit: Added MESOS-7099 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:07 UTC, 0 replies.
- [11/20] mesos git commit: Fixed a bug where quota headroom is tracked incorrectly. - posted by bm...@apache.org on 2018/05/03 00:01:07 UTC, 0 replies.
- [3/6] mesos git commit: Added MESOS-8293 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:08 UTC, 0 replies.
- [12/20] mesos git commit: Added a utility to shrink scalar resource while keeping its meta-data. - posted by bm...@apache.org on 2018/05/03 00:01:08 UTC, 0 replies.
- [4/6] mesos git commit: Added MESOS-8339 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:09 UTC, 0 replies.
- [13/20] mesos git commit: Fixed a quota headroom violation during quota allocation. - posted by bm...@apache.org on 2018/05/03 00:01:09 UTC, 0 replies.
- [5/6] mesos git commit: Added MESOS-8352 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:10 UTC, 0 replies.
- [14/20] mesos git commit: Fixed a bug where quota headroom is under-calculated. - posted by bm...@apache.org on 2018/05/03 00:01:10 UTC, 0 replies.
- [6/6] mesos git commit: Added MESOS-8604 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:11 UTC, 0 replies.
- [15/20] mesos git commit: Added MESOS-4527 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:11 UTC, 0 replies.
- [16/20] mesos git commit: Added MESOS-8339 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:12 UTC, 0 replies.
- [17/20] mesos git commit: Added MESOS-7099 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:13 UTC, 0 replies.
- [18/20] mesos git commit: Added MESOS-8293 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:14 UTC, 0 replies.
- [19/20] mesos git commit: Added MESOS-8352 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:15 UTC, 0 replies.
- [20/20] mesos git commit: Added MESOS-8604 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/03 00:01:16 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 868ec36. - posted by gi...@apache.org on 2018/05/03 00:31:20 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 868ec36. - posted by gi...@apache.org on 2018/05/03 00:31:21 UTC, 0 replies.
- [1/8] mesos git commit: Added `max_completion_time` to `TaskInfo` and new reason. - posted by jp...@apache.org on 2018/05/03 16:16:30 UTC, 0 replies.
- [2/8] mesos git commit: Added a validation that `max_completion_time` must be non-negative. - posted by jp...@apache.org on 2018/05/03 16:16:31 UTC, 0 replies.
- [3/8] mesos git commit: Added `max_completion_time` support to command executor. - posted by jp...@apache.org on 2018/05/03 16:16:32 UTC, 0 replies.
- [4/8] mesos git commit: Tested `max_completion_time` support in command executor. - posted by jp...@apache.org on 2018/05/03 16:16:33 UTC, 0 replies.
- [5/8] mesos git commit: Added support of `max_completion_time` in docker executor. - posted by jp...@apache.org on 2018/05/03 16:16:34 UTC, 0 replies.
- [6/8] mesos git commit: Tested `max_completion_time` support in docker executor. - posted by jp...@apache.org on 2018/05/03 16:16:35 UTC, 0 replies.
- [7/8] mesos git commit: Added support to `max_completion_time` in default executor. - posted by jp...@apache.org on 2018/05/03 16:16:36 UTC, 0 replies.
- [8/8] mesos git commit: Tested default executor support of `max_completion_time`. - posted by jp...@apache.org on 2018/05/03 16:16:37 UTC, 0 replies.
- [1/5] mesos-site git commit: Updated the website built from mesos SHA: 0dcf5c7. - posted by gi...@apache.org on 2018/05/03 16:38:33 UTC, 0 replies.
- [2/5] mesos-site git commit: Updated the website built from mesos SHA: 0dcf5c7. - posted by gi...@apache.org on 2018/05/03 16:38:34 UTC, 0 replies.
- [3/5] mesos-site git commit: Updated the website built from mesos SHA: 0dcf5c7. - posted by gi...@apache.org on 2018/05/03 16:38:35 UTC, 0 replies.
- [4/5] mesos-site git commit: Updated the website built from mesos SHA: 0dcf5c7. - posted by gi...@apache.org on 2018/05/03 16:38:36 UTC, 0 replies.
- [5/5] mesos-site git commit: Updated the website built from mesos SHA: 0dcf5c7. - posted by gi...@apache.org on 2018/05/03 16:38:37 UTC, 0 replies.
- mesos git commit: Added MESOS-6575 to the 1.6.0 CHANGELOG. - posted by jp...@apache.org on 2018/05/03 17:55:53 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: c12430c. - posted by gi...@apache.org on 2018/05/03 18:18:26 UTC, 0 replies.
- [1/3] mesos git commit: Documented the changes in gRPC and CSI supports. - posted by ch...@apache.org on 2018/05/03 21:30:40 UTC, 0 replies.
- [2/3] mesos git commit: Fixed typos in `upgrades.md`. - posted by ch...@apache.org on 2018/05/03 21:30:41 UTC, 0 replies.
- [3/3] mesos git commit: Updated `csi.md`. - posted by ch...@apache.org on 2018/05/03 21:30:42 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 2402f99. - posted by gi...@apache.org on 2018/05/03 21:53:22 UTC, 0 replies.
- [01/13] mesos git commit: Ensured that agent does not delete volume upon grow or shrink. - posted by ch...@apache.org on 2018/05/04 01:18:24 UTC, 0 replies.
- [02/13] mesos git commit: Added offer operation to grow and shrink persistent volumes. - posted by ch...@apache.org on 2018/05/04 01:18:25 UTC, 0 replies.
- [03/13] mesos git commit: Added a new `RESIZE_VOLUME` agent capability. - posted by ch...@apache.org on 2018/05/04 01:18:26 UTC, 0 replies.
- [04/13] mesos git commit: Implemented grow and shrink of persistent volumes. - posted by ch...@apache.org on 2018/05/04 01:18:27 UTC, 0 replies.
- [05/13] mesos git commit: Added helper functions to create grow and shrink volume in test. - posted by ch...@apache.org on 2018/05/04 01:18:28 UTC, 0 replies.
- [06/13] mesos git commit: Added tests for validation of `GrowVolume` and `ShrinkVolume`. - posted by ch...@apache.org on 2018/05/04 01:18:29 UTC, 0 replies.
- [07/13] mesos git commit: Added tests for `GROW_VOLUME` and `SHRINK_VOLUME` operations. - posted by ch...@apache.org on 2018/05/04 01:18:30 UTC, 0 replies.
- [08/13] mesos git commit: Added new authorization for `ResizeVolume`. - posted by ch...@apache.org on 2018/05/04 01:18:31 UTC, 0 replies.
- [09/13] mesos git commit: Added test for authorization actions for `RESIZE_VOLUME`. - posted by ch...@apache.org on 2018/05/04 01:18:32 UTC, 0 replies.
- [10/13] mesos git commit: Added new operator API to grow and shrink persistent volume. - posted by ch...@apache.org on 2018/05/04 01:18:33 UTC, 0 replies.
- [11/13] mesos git commit: Implemented operator API to grow and shrink persistent volume. - posted by ch...@apache.org on 2018/05/04 01:18:34 UTC, 0 replies.
- [12/13] mesos git commit: Added test for `GROW_VOLUME` and `SHRINK_VOLUME` operator API. - posted by ch...@apache.org on 2018/05/04 01:18:35 UTC, 0 replies.
- [13/13] mesos git commit: Improved tests for resizing persistent volumes. - posted by ch...@apache.org on 2018/05/04 01:18:36 UTC, 0 replies.
- [01/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:38 UTC, 0 replies.
- [02/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:39 UTC, 0 replies.
- [03/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:40 UTC, 0 replies.
- [04/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:41 UTC, 0 replies.
- [05/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:42 UTC, 0 replies.
- [06/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:43 UTC, 0 replies.
- [07/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:44 UTC, 0 replies.
- [08/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:45 UTC, 0 replies.
- [09/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:46 UTC, 0 replies.
- [10/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:47 UTC, 0 replies.
- [11/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:48 UTC, 0 replies.
- [12/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:49 UTC, 0 replies.
- [13/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:50 UTC, 0 replies.
- [14/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:51 UTC, 0 replies.
- [15/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:52 UTC, 0 replies.
- [16/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:53 UTC, 0 replies.
- [17/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:54 UTC, 0 replies.
- [18/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:55 UTC, 0 replies.
- [19/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:56 UTC, 0 replies.
- [20/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:57 UTC, 0 replies.
- [21/21] mesos-site git commit: Updated the website built from mesos SHA: a483fb0. - posted by gi...@apache.org on 2018/05/04 01:41:58 UTC, 0 replies.
- mesos git commit: Remove unknown unreachable tasks when agent reregisters. - posted by ya...@apache.org on 2018/05/04 05:17:48 UTC, 0 replies.
- [1/7] mesos-site git commit: Updated the website built from mesos SHA: 520b729. - posted by gi...@apache.org on 2018/05/04 05:40:37 UTC, 0 replies.
- [2/7] mesos-site git commit: Updated the website built from mesos SHA: 520b729. - posted by gi...@apache.org on 2018/05/04 05:40:38 UTC, 0 replies.
- [3/7] mesos-site git commit: Updated the website built from mesos SHA: 520b729. - posted by gi...@apache.org on 2018/05/04 05:40:39 UTC, 0 replies.
- [4/7] mesos-site git commit: Updated the website built from mesos SHA: 520b729. - posted by gi...@apache.org on 2018/05/04 05:40:40 UTC, 0 replies.
- [5/7] mesos-site git commit: Updated the website built from mesos SHA: 520b729. - posted by gi...@apache.org on 2018/05/04 05:40:41 UTC, 0 replies.
- [6/7] mesos-site git commit: Updated the website built from mesos SHA: 520b729. - posted by gi...@apache.org on 2018/05/04 05:40:42 UTC, 0 replies.
- [7/7] mesos-site git commit: Updated the website built from mesos SHA: 520b729. - posted by gi...@apache.org on 2018/05/04 05:40:43 UTC, 0 replies.
- [1/3] mesos git commit: Changed failure check for a call to os::system(). - posted by bb...@apache.org on 2018/05/04 13:03:01 UTC, 0 replies.
- [2/3] mesos git commit: Added missing test expectation. - posted by bb...@apache.org on 2018/05/04 13:03:02 UTC, 0 replies.
- [3/3] mesos git commit: Correctly reconciled dropped operation after agent failover. - posted by bb...@apache.org on 2018/05/04 13:03:03 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 351bade. - posted by gi...@apache.org on 2018/05/04 13:26:00 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-4965 to the 1.6.0 CHANGELOG. - posted by zh...@apache.org on 2018/05/04 17:11:10 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8725 to the 1.6.0 CHANGELOG. - posted by zh...@apache.org on 2018/05/04 17:11:11 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: e54a752. - posted by gi...@apache.org on 2018/05/04 17:34:52 UTC, 0 replies.
- mesos git commit: Added more logging to agent recovery path. - posted by ch...@apache.org on 2018/05/04 18:58:54 UTC, 0 replies.
- [1/2] mesos git commit: Fixed a race in resource provider resubscription test. - posted by ch...@apache.org on 2018/05/04 19:18:48 UTC, 0 replies.
- [2/2] mesos git commit: Fixed synchronization orders for destructing mock resource providers. - posted by ch...@apache.org on 2018/05/04 19:18:49 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: e048e89. - posted by gi...@apache.org on 2018/05/04 19:22:18 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 895f539. - posted by gi...@apache.org on 2018/05/04 19:55:34 UTC, 0 replies.
- mesos git commit: Documented the changes in the agent flags and modules. - posted by ch...@apache.org on 2018/05/04 20:39:21 UTC, 0 replies.
- [1/2] mesos git commit: Avoid copying of register framework messages in the master. - posted by bm...@apache.org on 2018/05/04 21:01:01 UTC, 0 replies.
- [2/2] mesos git commit: Avoid copying of re-register framework messages in the master. - posted by bm...@apache.org on 2018/05/04 21:01:02 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 7ed073e. - posted by gi...@apache.org on 2018/05/04 21:07:00 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-8649, MESOS-8793 and MESOS-8874 to the 1.6.0 CHANGELOG. - posted by gr...@apache.org on 2018/05/04 21:18:33 UTC, 0 replies.
- [2/2] mesos git commit: Updated the 1.6 CHANGELOG. - posted by gr...@apache.org on 2018/05/04 21:18:34 UTC, 0 replies.
- [1/3] mesos-site git commit: Updated the website built from mesos SHA: cc68152. - posted by gi...@apache.org on 2018/05/04 21:30:11 UTC, 0 replies.
- [2/3] mesos-site git commit: Updated the website built from mesos SHA: cc68152. - posted by gi...@apache.org on 2018/05/04 21:30:12 UTC, 0 replies.
- [3/3] mesos-site git commit: Updated the website built from mesos SHA: cc68152. - posted by gi...@apache.org on 2018/05/04 21:30:13 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 10f0345. - posted by gi...@apache.org on 2018/05/04 21:53:33 UTC, 1 replies.
- [1/2] mesos git commit: Added MESOS-8054 to the 1.6 CHANGELOG. - posted by gr...@apache.org on 2018/05/04 22:45:31 UTC, 0 replies.
- [2/2] mesos git commit: Added unresolved critical issues to the 1.6 CHANGELOG. - posted by gr...@apache.org on 2018/05/04 22:45:32 UTC, 0 replies.
- mesos git commit: Fixed the order of some issues in the CHANGELOG. - posted by gr...@apache.org on 2018/05/04 22:55:19 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: cf3b435. - posted by gi...@apache.org on 2018/05/04 23:09:39 UTC, 0 replies.
- mesos git commit: Added MESOS-8682 and MESOS-8659 to the 1.6.0 CHANGELOG. - posted by gr...@apache.org on 2018/05/04 23:10:07 UTC, 0 replies.
- mesos git commit: Added documentation on volume resize support. - posted by zh...@apache.org on 2018/05/04 23:32:08 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: a779b27. - posted by gi...@apache.org on 2018/05/04 23:39:44 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 110a176. - posted by gi...@apache.org on 2018/05/05 00:07:53 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 110a176. - posted by gi...@apache.org on 2018/05/05 00:07:54 UTC, 0 replies.
- mesos git commit: Added experimental and graduated features to the 1.6 CHANGELOG. - posted by gr...@apache.org on 2018/05/05 01:29:13 UTC, 0 replies.
- mesos git commit: Updated the CHANGELOG for the 1.6.0 release. - posted by gr...@apache.org on 2018/05/05 01:32:39 UTC, 0 replies.
- [mesos] Git Push Summary - posted by gr...@apache.org on 2018/05/05 01:33:15 UTC, 6 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 393907c. - posted by gi...@apache.org on 2018/05/05 01:54:41 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 7c691eb. - posted by gi...@apache.org on 2018/05/05 02:19:42 UTC, 0 replies.
- mesos git commit: Documented the `--xfs-kill-containers` flag. - posted by jp...@apache.org on 2018/05/07 15:55:35 UTC, 0 replies.
- mesos git commit: Fixed a disk space check in the XFS tests. - posted by jp...@apache.org on 2018/05/07 16:08:57 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 081c311. - posted by gi...@apache.org on 2018/05/07 16:19:11 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 081c311. - posted by gi...@apache.org on 2018/05/07 16:19:12 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 01b618c. - posted by gi...@apache.org on 2018/05/07 16:41:07 UTC, 0 replies.
- [1/5] mesos git commit: Increased the timeout for waiting for `reaped` to be invoked. - posted by gi...@apache.org on 2018/05/07 21:16:55 UTC, 0 replies.
- [2/5] mesos git commit: Added MESOS-8876 to 1.6.0 CHANGELOG. - posted by gi...@apache.org on 2018/05/07 21:16:56 UTC, 0 replies.
- [3/5] mesos git commit: Added MESOS-8876 to 1.5.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/07 21:16:57 UTC, 0 replies.
- [4/5] mesos git commit: Added MESOS-8876 to 1.4.2 CHANGELOG. - posted by gi...@apache.org on 2018/05/07 21:16:58 UTC, 0 replies.
- [5/5] mesos git commit: Added MESOS-8876 to 1.3.3 CHANGELOG. - posted by gi...@apache.org on 2018/05/07 21:16:59 UTC, 0 replies.
- [1/2] mesos git commit: Disabled debug mode for libevent. - posted by bm...@apache.org on 2018/05/07 21:17:23 UTC, 0 replies.
- [2/2] mesos git commit: Re-enable epoll support for libevent. - posted by bm...@apache.org on 2018/05/07 21:17:24 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-8876 to 1.5.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/07 21:17:44 UTC, 0 replies.
- [2/2] mesos git commit: Increased the timeout for waiting for `reaped` to be invoked. - posted by gi...@apache.org on 2018/05/07 21:17:45 UTC, 3 replies.
- [1/2] mesos git commit: Added MESOS-8876 to 1.4.2 CHANGELOG. - posted by gi...@apache.org on 2018/05/07 21:17:55 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-8876 to 1.3.3 CHANGELOG. - posted by gi...@apache.org on 2018/05/07 21:18:17 UTC, 0 replies.
- mesos git commit: Updated Mesos version to 1.7.0. - posted by gr...@apache.org on 2018/05/07 21:24:36 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-8876 to 1.6.0 CHANGELOG. - posted by gi...@apache.org on 2018/05/07 21:25:24 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 36522a2. - posted by gi...@apache.org on 2018/05/07 21:39:07 UTC, 0 replies.
- [1/4] mesos git commit: Re-enable epoll support for libevent. - posted by bm...@apache.org on 2018/05/07 21:51:05 UTC, 3 replies.
- [2/4] mesos git commit: Added MESOS-8881 to the 1.6.0 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 21:51:06 UTC, 0 replies.
- [3/4] mesos git commit: Disabled debug mode for libevent. - posted by bm...@apache.org on 2018/05/07 21:51:07 UTC, 0 replies.
- [4/4] mesos git commit: Added MESOS-8885 to the 1.6.0 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 21:51:08 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: c692354. - posted by gi...@apache.org on 2018/05/07 22:01:27 UTC, 0 replies.
- [2/4] mesos git commit: Added MESOS-8881 to the 1.5.1 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:01:59 UTC, 0 replies.
- [3/4] mesos git commit: Added MESOS-8885 to the 1.5.1 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:02:00 UTC, 0 replies.
- [4/4] mesos git commit: Disabled debug mode for libevent. - posted by bm...@apache.org on 2018/05/07 22:02:01 UTC, 1 replies.
- [2/4] mesos git commit: Disabled debug mode for libevent. - posted by bm...@apache.org on 2018/05/07 22:02:41 UTC, 0 replies.
- [3/4] mesos git commit: Added MESOS-8881 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:02:42 UTC, 0 replies.
- [4/4] mesos git commit: Added MESOS-8885 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:02:43 UTC, 0 replies.
- [2/4] mesos git commit: Added MESOS-8881 to the 1.3.3 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:17 UTC, 0 replies.
- [3/4] mesos git commit: Added MESOS-8885 to the 1.3.3 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:18 UTC, 0 replies.
- [1/8] mesos git commit: Added MESOS-8885 to the 1.6.0 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:31 UTC, 0 replies.
- [2/8] mesos git commit: Added MESOS-8881 to the 1.6.0 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:32 UTC, 0 replies.
- [3/8] mesos git commit: Added MESOS-8885 to the 1.5.1 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:33 UTC, 0 replies.
- [4/8] mesos git commit: Added MESOS-8881 to the 1.5.1 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:34 UTC, 0 replies.
- [5/8] mesos git commit: Added MESOS-8881 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:35 UTC, 0 replies.
- [6/8] mesos git commit: Added MESOS-8885 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:36 UTC, 0 replies.
- [7/8] mesos git commit: Added MESOS-8881 to the 1.3.3 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:37 UTC, 0 replies.
- [8/8] mesos git commit: Added MESOS-8885 to the 1.3.3 CHANGELOG. - posted by bm...@apache.org on 2018/05/07 22:03:38 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: b11f7ae. - posted by gi...@apache.org on 2018/05/07 22:25:45 UTC, 0 replies.
- mesos git commit: Failure to update registry should abort the master process. - posted by ya...@apache.org on 2018/05/08 00:03:25 UTC, 0 replies.
- mesos git commit: Minor style fix. - posted by ya...@apache.org on 2018/05/08 00:06:42 UTC, 0 replies.
- [1/2] mesos git commit: Failure to update registry should abort the master process. - posted by ya...@apache.org on 2018/05/08 00:14:24 UTC, 0 replies.
- [2/2] mesos git commit: Minor style fix. - posted by ya...@apache.org on 2018/05/08 00:14:25 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 5b42b52. - posted by gi...@apache.org on 2018/05/08 00:25:58 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 5b42b52. - posted by gi...@apache.org on 2018/05/08 00:25:59 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: e6298ae. - posted by gi...@apache.org on 2018/05/08 00:48:23 UTC, 0 replies.
- [1/5] mesos git commit: Made the 'SchedulerDriver' abort when operation's 'id' field is set. - posted by gr...@apache.org on 2018/05/08 01:18:29 UTC, 1 replies.
- [2/5] mesos git commit: Made the master drop operations with an ID on agent default resources. - posted by gr...@apache.org on 2018/05/08 01:18:30 UTC, 1 replies.
- [3/5] mesos git commit: Made the master include the operation ID in OPERATION_DROPPED updates. - posted by gr...@apache.org on 2018/05/08 01:18:31 UTC, 1 replies.
- [4/5] mesos git commit: Prevented master from sending operation updates to v0 frameworks. - posted by gr...@apache.org on 2018/05/08 01:18:32 UTC, 1 replies.
- [5/5] mesos git commit: Improved validation messages for some operations. - posted by gr...@apache.org on 2018/05/08 01:18:33 UTC, 0 replies.
- mesos git commit: Added MESOS-8784 to the CHANGELOG. - posted by gr...@apache.org on 2018/05/08 01:20:21 UTC, 0 replies.
- [5/5] mesos git commit: Added MESOS-8784 to the CHANGELOG. - posted by gr...@apache.org on 2018/05/08 01:39:04 UTC, 0 replies.
- [1/6] mesos-site git commit: Updated the website built from mesos SHA: 52ae7f0. - posted by gi...@apache.org on 2018/05/08 01:41:17 UTC, 0 replies.
- [2/6] mesos-site git commit: Updated the website built from mesos SHA: 52ae7f0. - posted by gi...@apache.org on 2018/05/08 01:41:18 UTC, 0 replies.
- [3/6] mesos-site git commit: Updated the website built from mesos SHA: 52ae7f0. - posted by gi...@apache.org on 2018/05/08 01:41:19 UTC, 0 replies.
- [4/6] mesos-site git commit: Updated the website built from mesos SHA: 52ae7f0. - posted by gi...@apache.org on 2018/05/08 01:41:20 UTC, 0 replies.
- [5/6] mesos-site git commit: Updated the website built from mesos SHA: 52ae7f0. - posted by gi...@apache.org on 2018/05/08 01:41:21 UTC, 0 replies.
- [6/6] mesos-site git commit: Updated the website built from mesos SHA: 52ae7f0. - posted by gi...@apache.org on 2018/05/08 01:41:22 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 9c54841. - posted by gi...@apache.org on 2018/05/08 02:04:00 UTC, 0 replies.
- svn commit: r26751 - in /dev/mesos/1.6.0-rc1: ./ mesos-1.6.0.tar.gz mesos-1.6.0.tar.gz.asc mesos-1.6.0.tar.gz.sha512 - posted by gr...@apache.org on 2018/05/08 03:36:04 UTC, 0 replies.
- mesos git commit: Fixed flakiness in a `MasterSlaveReconciliationTest`. - posted by gr...@apache.org on 2018/05/08 16:15:26 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 25176ed. - posted by gi...@apache.org on 2018/05/08 16:38:18 UTC, 0 replies.
- [1/2] mesos git commit: Added an option to keep downloaded patches to apply-reviews.py. - posted by al...@apache.org on 2018/05/08 17:03:10 UTC, 0 replies.
- [2/2] mesos git commit: Fixed flakyness in 'MasterAPITest.MasterFailover'. - posted by al...@apache.org on 2018/05/08 17:03:11 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 86523d3. - posted by gi...@apache.org on 2018/05/08 17:25:46 UTC, 0 replies.
- [1/2] mesos git commit: Added new 'any' setting for reconfiguration_policy flag. - posted by zh...@apache.org on 2018/05/09 00:07:02 UTC, 0 replies.
- [2/2] mesos git commit: Refreshed checkpointed SlaveInfo if `--reconfiguration_policy==any`. - posted by zh...@apache.org on 2018/05/09 00:07:03 UTC, 0 replies.
- [1/3] mesos git commit: Added token-based authentication for resource providers. - posted by bb...@apache.org on 2018/05/09 11:33:46 UTC, 0 replies.
- [2/3] mesos git commit: Added a realm for resource provider authentication. - posted by bb...@apache.org on 2018/05/09 11:33:47 UTC, 0 replies.
- [3/3] mesos git commit: Added token-based authentication to resource provider tests. - posted by bb...@apache.org on 2018/05/09 11:33:48 UTC, 0 replies.
- [01/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:11 UTC, 0 replies.
- [02/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:12 UTC, 0 replies.
- [03/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:13 UTC, 0 replies.
- [04/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:14 UTC, 0 replies.
- [05/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:15 UTC, 0 replies.
- [06/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:16 UTC, 0 replies.
- [07/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:17 UTC, 0 replies.
- [08/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:18 UTC, 0 replies.
- [09/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:19 UTC, 0 replies.
- [10/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:20 UTC, 0 replies.
- [11/11] mesos-site git commit: Updated the website built from mesos SHA: 0f0909c. - posted by gi...@apache.org on 2018/05/09 12:02:21 UTC, 0 replies.
- [1/2] mesos git commit: Bumped 'tox' version used by python to 3.0.0. - posted by kl...@apache.org on 2018/05/09 12:15:18 UTC, 0 replies.
- [2/2] mesos git commit: Added tox for linting and testing code living uder src/python. - posted by kl...@apache.org on 2018/05/09 12:15:19 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 1e76126. - posted by gi...@apache.org on 2018/05/09 12:37:32 UTC, 0 replies.
- mesos git commit: Removed pip install requirements-test.in in new CLI bootstrap script. - posted by kl...@apache.org on 2018/05/09 13:30:14 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: a6d0877. - posted by gi...@apache.org on 2018/05/09 13:52:34 UTC, 0 replies.
- mesos git commit: Windows: Enabled `ProtobufTest` suite. - posted by an...@apache.org on 2018/05/09 18:40:01 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 6cf942a. - posted by gi...@apache.org on 2018/05/09 19:02:17 UTC, 0 replies.
- [1/6] mesos git commit: Renamed `GRPC_UNSECURE` to `GRPC_VARIANT` in CMake. - posted by ch...@apache.org on 2018/05/09 19:05:48 UTC, 0 replies.
- [2/6] mesos git commit: Removed the OpenSSL dependency for building gRPC in libprocess. - posted by ch...@apache.org on 2018/05/09 19:05:49 UTC, 0 replies.
- [3/6] mesos git commit: Removed unnecessary gRPC build flags in Mesos. - posted by ch...@apache.org on 2018/05/09 19:05:50 UTC, 0 replies.
- [4/6] mesos git commit: Removed unnecessary gRPC build flags in libprocess. - posted by ch...@apache.org on 2018/05/09 19:05:51 UTC, 0 replies.
- [5/6] mesos git commit: Removed the OpenSSL dependency for building gRPC in Mesos. - posted by ch...@apache.org on 2018/05/09 19:05:52 UTC, 0 replies.
- [6/6] mesos git commit: Fixed the link order for gRPC in CMake. - posted by ch...@apache.org on 2018/05/09 19:05:53 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: b863f6c. - posted by gi...@apache.org on 2018/05/09 19:27:43 UTC, 0 replies.
- mesos git commit: Reformat email address in blog to avoid un-necessary updates to website. - posted by vi...@apache.org on 2018/05/10 20:11:55 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 77279f0. - posted by gi...@apache.org on 2018/05/10 20:35:13 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 77279f0. - posted by gi...@apache.org on 2018/05/10 20:35:14 UTC, 0 replies.
- [1/3] mesos git commit: Explicitly marked functions `override` in cgroup subsystems. - posted by gi...@apache.org on 2018/05/11 07:55:01 UTC, 0 replies.
- [2/3] mesos git commit: Renamed cgroups subsystem processes. - posted by gi...@apache.org on 2018/05/11 07:55:02 UTC, 0 replies.
- [3/3] mesos git commit: Introduced wrapper for access to cgroups system access. - posted by gi...@apache.org on 2018/05/11 07:55:03 UTC, 0 replies.
- [1/4] mesos git commit: Added MESOS-8786 to 1.6.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 08:12:34 UTC, 0 replies.
- [2/4] mesos git commit: Added MESOS-8786 to 1.5.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 08:12:35 UTC, 0 replies.
- [3/4] mesos git commit: Added MESOS-8786 to 1.4.2 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 08:12:36 UTC, 0 replies.
- [4/4] mesos git commit: Added MESOS-8786 to 1.3.3 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 08:12:37 UTC, 1 replies.
- [1/4] mesos git commit: Introduced wrapper for access to cgroups system access. - posted by gi...@apache.org on 2018/05/11 08:13:08 UTC, 1 replies.
- [2/4] mesos git commit: Renamed cgroups subsystem processes. - posted by gi...@apache.org on 2018/05/11 08:13:09 UTC, 3 replies.
- [3/4] mesos git commit: Explicitly marked functions `override` in cgroup subsystems. - posted by gi...@apache.org on 2018/05/11 08:13:10 UTC, 1 replies.
- [4/4] mesos git commit: Added MESOS-8786 to 1.6.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 08:13:11 UTC, 0 replies.
- [4/4] mesos git commit: Added MESOS-8786 to 1.5.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 08:13:32 UTC, 0 replies.
- [1/4] mesos git commit: Explicitly marked functions `override` in cgroup subsystems. - posted by gi...@apache.org on 2018/05/11 08:13:53 UTC, 1 replies.
- [3/4] mesos git commit: Introduced wrapper for access to cgroups system access. - posted by gi...@apache.org on 2018/05/11 08:13:55 UTC, 1 replies.
- [4/4] mesos git commit: Added MESOS-8786 to 1.4.2 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 08:13:56 UTC, 0 replies.
- [01/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:07 UTC, 0 replies.
- [02/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:08 UTC, 0 replies.
- [03/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:09 UTC, 0 replies.
- [04/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:10 UTC, 0 replies.
- [05/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:11 UTC, 0 replies.
- [06/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:12 UTC, 0 replies.
- [07/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:13 UTC, 0 replies.
- [08/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:14 UTC, 0 replies.
- [09/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:15 UTC, 0 replies.
- [10/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:16 UTC, 0 replies.
- [11/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:17 UTC, 0 replies.
- [12/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:18 UTC, 0 replies.
- [13/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:19 UTC, 0 replies.
- [14/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:20 UTC, 0 replies.
- [15/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:21 UTC, 0 replies.
- [16/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:22 UTC, 0 replies.
- [17/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:23 UTC, 0 replies.
- [18/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:24 UTC, 0 replies.
- [19/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:25 UTC, 0 replies.
- [20/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:26 UTC, 0 replies.
- [21/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:27 UTC, 0 replies.
- [22/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:28 UTC, 0 replies.
- [23/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:29 UTC, 0 replies.
- [24/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:30 UTC, 0 replies.
- [25/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:31 UTC, 0 replies.
- [26/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:32 UTC, 0 replies.
- [27/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:33 UTC, 0 replies.
- [28/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:34 UTC, 0 replies.
- [29/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:35 UTC, 0 replies.
- [30/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:36 UTC, 0 replies.
- [31/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:37 UTC, 0 replies.
- [32/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:38 UTC, 0 replies.
- [33/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:39 UTC, 0 replies.
- [34/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:40 UTC, 0 replies.
- [35/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:41 UTC, 0 replies.
- [36/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:42 UTC, 0 replies.
- [37/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:43 UTC, 0 replies.
- [38/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:44 UTC, 0 replies.
- [39/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:45 UTC, 0 replies.
- [40/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:46 UTC, 0 replies.
- [41/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:47 UTC, 0 replies.
- [42/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:48 UTC, 0 replies.
- [43/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:49 UTC, 0 replies.
- [44/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:50 UTC, 0 replies.
- [45/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:51 UTC, 0 replies.
- [46/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:52 UTC, 0 replies.
- [47/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:53 UTC, 0 replies.
- [48/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:54 UTC, 0 replies.
- [49/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:55 UTC, 0 replies.
- [50/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:56 UTC, 0 replies.
- [51/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: fc25a22. - posted by gi...@apache.org on 2018/05/11 08:19:57 UTC, 0 replies.
- mesos git commit: Added MESOS-8624 to 1.5.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 15:54:57 UTC, 1 replies.
- mesos git commit: Added MESOS-8741 to 1.5.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/11 16:00:40 UTC, 1 replies.
- mesos git commit: Removed 1.5.1 CHANGELOG's WIP. - posted by gi...@apache.org on 2018/05/11 16:07:12 UTC, 0 replies.
- [1/2] mesos git commit: Updated configure.ac and CMakeLists.txt to 1.5.1. - posted by gi...@apache.org on 2018/05/11 16:08:33 UTC, 0 replies.
- [2/2] mesos git commit: Removed 1.5.1 CHANGELOG's WIP. - posted by gi...@apache.org on 2018/05/11 16:08:34 UTC, 0 replies.
- mesos git commit: Removed unnecessary expectation on termination. - posted by zh...@apache.org on 2018/05/11 18:57:42 UTC, 0 replies.
- svn commit: r26855 - in /dev/mesos/1.5.1-rc1: ./ mesos-1.5.1.tar.gz mesos-1.5.1.tar.gz.asc mesos-1.5.1.tar.gz.sha512 - posted by gi...@apache.org on 2018/05/11 19:31:01 UTC, 0 replies.
- mesos git commit: Made `UriDiskProfileAdaptor` be able to update profile selectors. - posted by ch...@apache.org on 2018/05/11 22:24:44 UTC, 1 replies.
- mesos git commit: Added MESOS-8906 to the 1.6.0 CHANGELOG. - posted by ch...@apache.org on 2018/05/11 22:35:37 UTC, 0 replies.
- mesos git commit: Removed an unnecessary blank line in the 1.6.1 CHANGELOG. - posted by ch...@apache.org on 2018/05/11 22:40:18 UTC, 0 replies.
- mesos git commit: Added MESOS-8906 to the 1.6.1 CHANGELOG. - posted by ch...@apache.org on 2018/05/11 22:53:29 UTC, 0 replies.
- [1/2] mesos git commit: Made `UriDiskProfileAdaptor` be able to update profile selectors. - posted by ch...@apache.org on 2018/05/11 23:34:02 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8906 to the 1.5.2 CHANGELOG. - posted by ch...@apache.org on 2018/05/11 23:34:03 UTC, 0 replies.
- mesos git commit: Added MESOS-8906 to the 1.5.2 CHANGELOG. - posted by ch...@apache.org on 2018/05/11 23:34:47 UTC, 0 replies.
- svn commit: r26861 - in /release/mesos/1.6.0: ./ mesos-1.6.0.tar.gz mesos-1.6.0.tar.gz.asc mesos-1.6.0.tar.gz.sha512 - posted by gr...@apache.org on 2018/05/12 01:07:02 UTC, 0 replies.
- mesos git commit: Bumped the Mesos version to 1.6.1. - posted by gr...@apache.org on 2018/05/12 01:16:00 UTC, 0 replies.
- mesos git commit: Added operation feedback to the list of experimental features. - posted by gr...@apache.org on 2018/05/14 16:07:58 UTC, 1 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 90ce797. - posted by gi...@apache.org on 2018/05/14 16:32:01 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 90ce797. - posted by gi...@apache.org on 2018/05/14 16:32:02 UTC, 0 replies.
- mesos git commit: Fixed a crash when metrics race with quota removal. - posted by gr...@apache.org on 2018/05/14 17:05:40 UTC, 0 replies.
- mesos git commit: Added more diagnostic info for a CHECK. - posted by ya...@apache.org on 2018/05/14 17:26:06 UTC, 0 replies.
- mesos git commit: Windows: Ported the rest of `path_tests.cpp`. - posted by an...@apache.org on 2018/05/14 21:20:42 UTC, 0 replies.
- mesos git commit: Windows: Enabled more agent tests. - posted by an...@apache.org on 2018/05/14 21:21:45 UTC, 0 replies.
- mesos git commit: Added MESOS-8904 to the 1.6.1 CHANGELOG. - posted by gr...@apache.org on 2018/05/14 22:20:05 UTC, 0 replies.
- mesos git commit: Windows: Disabled broken benchmarks test. - posted by an...@apache.org on 2018/05/14 23:00:44 UTC, 0 replies.
- [1/3] mesos git commit: Updated cpplint from upstream. - posted by bb...@apache.org on 2018/05/15 08:20:15 UTC, 0 replies.
- [2/3] mesos git commit: Updated cpplint from upstream. - posted by bb...@apache.org on 2018/05/15 08:20:16 UTC, 0 replies.
- [3/3] mesos git commit: Added .tox to files excluded by Python linter. - posted by bb...@apache.org on 2018/05/15 08:20:17 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: e88fe8c. - posted by gi...@apache.org on 2018/05/15 08:42:38 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: e88fe8c. - posted by gi...@apache.org on 2018/05/15 08:42:39 UTC, 0 replies.
- mesos git commit: Updated cpplint from upstream. - posted by bb...@apache.org on 2018/05/15 14:24:56 UTC, 0 replies.
- mesos git commit: Changed the XFS container kill test to use ASSERT_GE. - posted by jp...@apache.org on 2018/05/15 17:21:05 UTC, 0 replies.
- [1/2] mesos git commit: Fixed a crash when metrics race with quota removal. - posted by gr...@apache.org on 2018/05/15 17:30:25 UTC, 3 replies.
- [2/2] mesos git commit: Added MESOS-8904 to the 1.6.1 CHANGELOG. - posted by gr...@apache.org on 2018/05/15 17:30:26 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8904 to the 1.5.2 CHANGELOG. - posted by gr...@apache.org on 2018/05/15 19:04:55 UTC, 0 replies.
- mesos git commit: Added MESOS-8904 to the 1.5.2 CHANGELOG. - posted by gr...@apache.org on 2018/05/15 19:05:49 UTC, 0 replies.
- mesos git commit: Added MESOS-8904 to the 1.4.2 CHANGELOG. - posted by gr...@apache.org on 2018/05/15 21:49:45 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8904 to the 1.4.2 CHANGELOG. - posted by gr...@apache.org on 2018/05/15 21:50:22 UTC, 0 replies.
- mesos git commit: Added MESOS-8904 to the 1.3.3 CHANGELOG. - posted by gr...@apache.org on 2018/05/15 22:24:12 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8904 to the 1.3.3 CHANGELOG. - posted by gr...@apache.org on 2018/05/15 22:24:26 UTC, 0 replies.
- mesos git commit: Fixed links used in WebUI index.html to get assets. - posted by al...@apache.org on 2018/05/16 10:49:30 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 8c25ef9. - posted by gi...@apache.org on 2018/05/16 11:12:57 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 8c25ef9. - posted by gi...@apache.org on 2018/05/16 11:12:58 UTC, 0 replies.
- mesos git commit: Updated the container logger interface. - posted by ji...@apache.org on 2018/05/16 15:23:06 UTC, 0 replies.
- [1/4] mesos-site git commit: Updated the website built from mesos SHA: d30dc72. - posted by gi...@apache.org on 2018/05/16 15:45:10 UTC, 0 replies.
- [2/4] mesos-site git commit: Updated the website built from mesos SHA: d30dc72. - posted by gi...@apache.org on 2018/05/16 15:45:11 UTC, 0 replies.
- [3/4] mesos-site git commit: Updated the website built from mesos SHA: d30dc72. - posted by gi...@apache.org on 2018/05/16 15:45:12 UTC, 0 replies.
- [4/4] mesos-site git commit: Updated the website built from mesos SHA: d30dc72. - posted by gi...@apache.org on 2018/05/16 15:45:13 UTC, 0 replies.
- mesos git commit: Removed the unused MockContainerLogger. - posted by ji...@apache.org on 2018/05/16 15:49:55 UTC, 0 replies.
- mesos git commit: Windows: Fixed quoted cases of `SubprocessTest.Flags` test. - posted by an...@apache.org on 2018/05/16 18:45:43 UTC, 0 replies.
- [1/3] mesos git commit: Updated the website for Mesos 1.6.0 release. - posted by gr...@apache.org on 2018/05/17 22:58:12 UTC, 1 replies.
- [2/3] mesos git commit: Updated building instructions for Mesos 1.6.0 release. - posted by gr...@apache.org on 2018/05/17 22:58:13 UTC, 1 replies.
- [3/3] mesos git commit: Added the Mesos 1.6.0 release blog post. - posted by gr...@apache.org on 2018/05/17 22:58:14 UTC, 1 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 81d4b20. - posted by gi...@apache.org on 2018/05/17 23:23:20 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 81d4b20. - posted by gi...@apache.org on 2018/05/17 23:23:21 UTC, 0 replies.
- mesos git commit: Added ContainerID to container logger prepare interface. - posted by ji...@apache.org on 2018/05/17 23:48:26 UTC, 0 replies.
- mesos git commit: Updated cpplint to be compatible with Python 3. - posted by bb...@apache.org on 2018/05/18 07:34:32 UTC, 0 replies.
- [1/4] mesos-site git commit: Updated the website built from mesos SHA: 89db66e. - posted by gi...@apache.org on 2018/05/18 07:56:53 UTC, 0 replies.
- [2/4] mesos-site git commit: Updated the website built from mesos SHA: 89db66e. - posted by gi...@apache.org on 2018/05/18 07:56:54 UTC, 0 replies.
- [3/4] mesos-site git commit: Updated the website built from mesos SHA: 89db66e. - posted by gi...@apache.org on 2018/05/18 07:56:55 UTC, 0 replies.
- [4/4] mesos-site git commit: Updated the website built from mesos SHA: 89db66e. - posted by gi...@apache.org on 2018/05/18 07:56:56 UTC, 0 replies.
- mesos git commit: Supported custom error types for `Try` in `AssertSome`. - posted by bb...@apache.org on 2018/05/18 09:07:24 UTC, 0 replies.
- [01/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:29:52 UTC, 0 replies.
- [02/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:29:53 UTC, 0 replies.
- [03/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:29:54 UTC, 0 replies.
- [04/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:29:55 UTC, 0 replies.
- [05/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:29:56 UTC, 0 replies.
- [06/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:29:57 UTC, 0 replies.
- [07/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:29:58 UTC, 0 replies.
- [08/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:29:59 UTC, 0 replies.
- [09/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:00 UTC, 0 replies.
- [10/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:01 UTC, 0 replies.
- [11/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:02 UTC, 0 replies.
- [12/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:03 UTC, 0 replies.
- [13/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:04 UTC, 0 replies.
- [14/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:05 UTC, 0 replies.
- [15/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:06 UTC, 0 replies.
- [16/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:07 UTC, 0 replies.
- [17/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:08 UTC, 0 replies.
- [18/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:09 UTC, 0 replies.
- [19/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:10 UTC, 0 replies.
- [20/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:11 UTC, 0 replies.
- [21/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:12 UTC, 0 replies.
- [22/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:13 UTC, 0 replies.
- [23/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:14 UTC, 0 replies.
- [24/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:15 UTC, 0 replies.
- [25/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:16 UTC, 0 replies.
- [26/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:17 UTC, 0 replies.
- [27/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:18 UTC, 0 replies.
- [28/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:19 UTC, 0 replies.
- [29/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:20 UTC, 0 replies.
- [30/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:21 UTC, 0 replies.
- [31/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:22 UTC, 0 replies.
- [32/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:23 UTC, 0 replies.
- [33/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:24 UTC, 0 replies.
- [34/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:25 UTC, 0 replies.
- [35/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:26 UTC, 0 replies.
- [36/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:27 UTC, 0 replies.
- [37/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:28 UTC, 0 replies.
- [38/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:29 UTC, 0 replies.
- [39/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:30 UTC, 0 replies.
- [40/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:31 UTC, 0 replies.
- [41/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:32 UTC, 0 replies.
- [42/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:33 UTC, 0 replies.
- [43/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:34 UTC, 0 replies.
- [44/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:35 UTC, 0 replies.
- [45/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:36 UTC, 0 replies.
- [46/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:37 UTC, 0 replies.
- [47/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:38 UTC, 0 replies.
- [48/48] mesos-site git commit: Updated the website built from mesos SHA: c020a13. - posted by gi...@apache.org on 2018/05/18 09:30:39 UTC, 0 replies.
- mesos git commit: Windows: Fixed cURL copy command to run only once. - posted by an...@apache.org on 2018/05/18 17:46:43 UTC, 0 replies.
- mesos git commit: Fixed a script used in CI. - posted by ji...@apache.org on 2018/05/18 20:34:37 UTC, 0 replies.
- mesos git commit: Added support for RS256 algo to JWT processing in libprocess. - posted by ti...@apache.org on 2018/05/18 22:28:10 UTC, 0 replies.
- [1/4] mesos-site git commit: Updated the website built from mesos SHA: 9fa72c5. - posted by gi...@apache.org on 2018/05/18 22:51:58 UTC, 0 replies.
- [2/4] mesos-site git commit: Updated the website built from mesos SHA: 9fa72c5. - posted by gi...@apache.org on 2018/05/18 22:51:59 UTC, 0 replies.
- [3/4] mesos-site git commit: Updated the website built from mesos SHA: 9fa72c5. - posted by gi...@apache.org on 2018/05/18 22:52:00 UTC, 0 replies.
- [4/4] mesos-site git commit: Updated the website built from mesos SHA: 9fa72c5. - posted by gi...@apache.org on 2018/05/18 22:52:01 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 9fa72c5. - posted by gi...@apache.org on 2018/05/19 00:21:31 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 9fa72c5. - posted by gi...@apache.org on 2018/05/19 00:21:32 UTC, 0 replies.
- [1/2] mesos git commit: Windows: Removed guards now that `os::shell` exists. - posted by an...@apache.org on 2018/05/21 18:21:53 UTC, 0 replies.
- [2/2] mesos git commit: Windows: Implemented `os::shell` and enabled tests. - posted by an...@apache.org on 2018/05/21 18:21:54 UTC, 0 replies.
- [1/3] mesos-site git commit: Updated the website built from mesos SHA: 0426333. - posted by gi...@apache.org on 2018/05/21 18:45:38 UTC, 0 replies.
- [2/3] mesos-site git commit: Updated the website built from mesos SHA: 0426333. - posted by gi...@apache.org on 2018/05/21 18:45:39 UTC, 0 replies.
- [3/3] mesos-site git commit: Updated the website built from mesos SHA: 0426333. - posted by gi...@apache.org on 2018/05/21 18:45:40 UTC, 0 replies.
- mesos git commit: Windows: Removed unnecessary dependencies from `windows/error.hpp`. - posted by an...@apache.org on 2018/05/21 20:35:55 UTC, 0 replies.
- [1/3] mesos-site git commit: Updated the website built from mesos SHA: aa83f81. - posted by gi...@apache.org on 2018/05/21 20:59:40 UTC, 0 replies.
- [2/3] mesos-site git commit: Updated the website built from mesos SHA: aa83f81. - posted by gi...@apache.org on 2018/05/21 20:59:41 UTC, 0 replies.
- [3/3] mesos-site git commit: Updated the website built from mesos SHA: aa83f81. - posted by gi...@apache.org on 2018/05/21 20:59:42 UTC, 0 replies.
- [1/3] mesos git commit: Disabled omission of frame pointers in debug builds. - posted by jp...@apache.org on 2018/05/21 21:10:54 UTC, 0 replies.
- [2/3] mesos git commit: Disabled omission of frame pointers in debug builds in stout. - posted by jp...@apache.org on 2018/05/21 21:10:55 UTC, 0 replies.
- [3/3] mesos git commit: Disabled omission of frame pointers in debug builds in libprocess. - posted by jp...@apache.org on 2018/05/21 21:10:56 UTC, 0 replies.
- mesos git commit: Fixed `pem_to_rsa` for older SSL versions. - posted by ti...@apache.org on 2018/05/22 14:24:13 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: d7d7cfb. - posted by gi...@apache.org on 2018/05/22 14:48:35 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: d7d7cfb. - posted by gi...@apache.org on 2018/05/22 14:48:36 UTC, 0 replies.
- mesos git commit: Fixed a quota-related metrics bug. - posted by gr...@apache.org on 2018/05/22 21:21:54 UTC, 0 replies.
- [1/3] mesos git commit: Windows: Changed health check image to use an image hosted by Mesos. - posted by an...@apache.org on 2018/05/23 02:26:28 UTC, 0 replies.
- [2/3] mesos git commit: Windows: Updated information on docker health checks. - posted by an...@apache.org on 2018/05/23 02:26:29 UTC, 0 replies.
- [3/3] mesos git commit: Windows: Changed test image to custom nanoserver. - posted by an...@apache.org on 2018/05/23 02:26:30 UTC, 0 replies.
- [1/4] mesos-site git commit: Updated the website built from mesos SHA: 40177c8. - posted by gi...@apache.org on 2018/05/23 02:51:19 UTC, 0 replies.
- [2/4] mesos-site git commit: Updated the website built from mesos SHA: 40177c8. - posted by gi...@apache.org on 2018/05/23 02:51:20 UTC, 0 replies.
- [3/4] mesos-site git commit: Updated the website built from mesos SHA: 40177c8. - posted by gi...@apache.org on 2018/05/23 02:51:21 UTC, 0 replies.
- [4/4] mesos-site git commit: Updated the website built from mesos SHA: 40177c8. - posted by gi...@apache.org on 2018/05/23 02:51:22 UTC, 0 replies.
- svn commit: r27055 - in /dev/mesos/1.3.3-rc1: ./ mesos-1.3.3.tar.gz mesos-1.3.3.tar.gz.asc mesos-1.3.3.tar.gz.sha512 - posted by mp...@apache.org on 2018/05/23 05:07:40 UTC, 0 replies.
- [01/10] mesos git commit: Windows: Added overlapped field to `WindowsFD`. - posted by an...@apache.org on 2018/05/23 21:36:45 UTC, 0 replies.
- [02/10] mesos git commit: Windows: Added internal Windows file for overlapped helpers. - posted by an...@apache.org on 2018/05/23 21:36:46 UTC, 0 replies.
- [03/10] mesos git commit: Windows: Added overlapped support to `os::read`. - posted by an...@apache.org on 2018/05/23 21:36:47 UTC, 0 replies.
- [04/10] mesos git commit: Windows: Added overlapped support to `os::write`. - posted by an...@apache.org on 2018/05/23 21:36:48 UTC, 0 replies.
- [05/10] mesos git commit: Windows: Enabled creating overlapped pipes with `os::pipe`. - posted by an...@apache.org on 2018/05/23 21:36:49 UTC, 0 replies.
- [06/10] mesos git commit: Windows: Added async version of `os::sendfile`. - posted by an...@apache.org on 2018/05/23 21:36:50 UTC, 0 replies.
- [07/10] mesos git commit: Windows: Added tests for async I/O functions. - posted by an...@apache.org on 2018/05/23 21:36:51 UTC, 0 replies.
- [08/10] mesos git commit: Windows: Ported `sendfile_tests.cpp`. - posted by an...@apache.org on 2018/05/23 21:36:52 UTC, 0 replies.
- [09/10] mesos git commit: Windows: Fixed inheritance in `Subprocess::PIPE()`. - posted by an...@apache.org on 2018/05/23 21:36:53 UTC, 0 replies.
- [10/10] mesos git commit: Windows: Fixed pipe inheritance in Mesos containerizer. - posted by an...@apache.org on 2018/05/23 21:36:54 UTC, 0 replies.
- [01/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:01 UTC, 0 replies.
- [02/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:02 UTC, 0 replies.
- [03/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:03 UTC, 0 replies.
- [04/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:04 UTC, 0 replies.
- [05/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:05 UTC, 0 replies.
- [06/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:06 UTC, 0 replies.
- [07/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:07 UTC, 0 replies.
- [08/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:08 UTC, 0 replies.
- [09/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:09 UTC, 0 replies.
- [10/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:10 UTC, 0 replies.
- [11/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:11 UTC, 0 replies.
- [12/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:12 UTC, 0 replies.
- [13/13] mesos-site git commit: Updated the website built from mesos SHA: 21305ab. - posted by gi...@apache.org on 2018/05/23 22:00:13 UTC, 0 replies.
- [1/6] mesos git commit: Updated the CSI client to use the new libprocess gRPC interface. - posted by ch...@apache.org on 2018/05/23 23:32:05 UTC, 0 replies.
- [2/6] mesos git commit: Renamed `GRPC_RPC` and adapted the new gRPC async API. - posted by ch...@apache.org on 2018/05/23 23:32:06 UTC, 0 replies.
- [3/6] mesos git commit: Overloaded `stringify` for `Error`s to reduce overheads. - posted by ch...@apache.org on 2018/05/23 23:32:07 UTC, 0 replies.
- [4/6] mesos git commit: Supported custom error types for the `Future(Try<...>)` constructor. - posted by ch...@apache.org on 2018/05/23 23:32:08 UTC, 0 replies.
- [5/6] mesos git commit: Renamed `grpc::Channel` to `grpc::client::Connection`. - posted by ch...@apache.org on 2018/05/23 23:32:09 UTC, 0 replies.
- [6/6] mesos git commit: Replaced `RpcResult` with `Try`. - posted by ch...@apache.org on 2018/05/23 23:32:10 UTC, 0 replies.
- [01/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:13 UTC, 0 replies.
- [02/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:14 UTC, 0 replies.
- [03/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:15 UTC, 0 replies.
- [04/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:16 UTC, 0 replies.
- [05/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:17 UTC, 0 replies.
- [06/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:18 UTC, 0 replies.
- [07/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:19 UTC, 0 replies.
- [08/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:20 UTC, 0 replies.
- [09/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:21 UTC, 0 replies.
- [10/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:22 UTC, 0 replies.
- [11/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:23 UTC, 0 replies.
- [12/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:24 UTC, 0 replies.
- [13/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:25 UTC, 0 replies.
- [14/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:26 UTC, 0 replies.
- [15/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:27 UTC, 0 replies.
- [16/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:28 UTC, 0 replies.
- [17/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:29 UTC, 0 replies.
- [18/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:30 UTC, 0 replies.
- [19/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:31 UTC, 0 replies.
- [20/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:32 UTC, 0 replies.
- [21/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:33 UTC, 0 replies.
- [22/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:34 UTC, 0 replies.
- [23/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:35 UTC, 0 replies.
- [24/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:36 UTC, 0 replies.
- [25/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:37 UTC, 0 replies.
- [26/26] mesos-site git commit: Updated the website built from mesos SHA: 3d2a1fd. - posted by gi...@apache.org on 2018/05/23 23:55:38 UTC, 0 replies.
- mesos git commit: Added isolator logs for volume/secret isolator and container logger. - posted by gi...@apache.org on 2018/05/24 01:10:45 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-8947 to 1.4.2 CHANGELOG. - posted by gi...@apache.org on 2018/05/24 01:24:41 UTC, 0 replies.
- [2/2] mesos git commit: Added isolator logs for volume/secret isolator and container logger. - posted by gi...@apache.org on 2018/05/24 01:24:42 UTC, 2 replies.
- [1/3] mesos git commit: Added MESOS-8947 to 1.6.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/24 01:24:54 UTC, 0 replies.
- [2/3] mesos git commit: Added MESOS-8947 to 1.5.2 CHANGELOG. - posted by gi...@apache.org on 2018/05/24 01:24:55 UTC, 0 replies.
- [3/3] mesos git commit: Added MESOS-8947 to 1.4.2 CHANGELOG. - posted by gi...@apache.org on 2018/05/24 01:24:56 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-8947 to 1.6.1 CHANGELOG. - posted by gi...@apache.org on 2018/05/24 01:25:05 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-8947 to 1.5.2 CHANGELOG. - posted by gi...@apache.org on 2018/05/24 01:25:14 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: ef22971. - posted by gi...@apache.org on 2018/05/24 01:33:06 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: ef22971. - posted by gi...@apache.org on 2018/05/24 01:33:07 UTC, 0 replies.
- svn commit: r27071 - /dev/mesos/1.3.3-rc1/ - posted by mp...@apache.org on 2018/05/24 04:43:22 UTC, 0 replies.
- svn commit: r27072 - in /dev/mesos/1.3.3-rc1: ./ mesos-1.3.3.tar.gz mesos-1.3.3.tar.gz.asc mesos-1.3.3.tar.gz.sha512 - posted by mp...@apache.org on 2018/05/24 04:58:18 UTC, 0 replies.
- mesos git commit: Reformated libprocess example code. - posted by bb...@apache.org on 2018/05/24 12:39:51 UTC, 0 replies.
- mesos git commit: Fixed `mesos-style` missing ending newline warning. - posted by an...@apache.org on 2018/05/24 16:52:29 UTC, 0 replies.
- mesos git commit: Moved JWT test keys into the tests source file. - posted by jp...@apache.org on 2018/05/24 19:37:30 UTC, 0 replies.
- [1/3] mesos-site git commit: Updated the website built from mesos SHA: 9780b21. - posted by gi...@apache.org on 2018/05/24 19:59:45 UTC, 0 replies.
- [2/3] mesos-site git commit: Updated the website built from mesos SHA: 9780b21. - posted by gi...@apache.org on 2018/05/24 19:59:46 UTC, 0 replies.
- [3/3] mesos-site git commit: Updated the website built from mesos SHA: 9780b21. - posted by gi...@apache.org on 2018/05/24 19:59:47 UTC, 0 replies.
- [1/2] mesos git commit: Adjusted the tests that use nobody. - posted by ji...@apache.org on 2018/05/24 20:33:24 UTC, 0 replies.
- [2/2] mesos git commit: Removed an unneeded test. - posted by ji...@apache.org on 2018/05/24 20:33:25 UTC, 0 replies.
- mesos git commit: Fixed a performance issue in collect/await. - posted by bm...@apache.org on 2018/05/24 21:32:42 UTC, 0 replies.
- [1/3] mesos-site git commit: Updated the website built from mesos SHA: 05594d6. - posted by gi...@apache.org on 2018/05/24 21:56:00 UTC, 0 replies.
- [2/3] mesos-site git commit: Updated the website built from mesos SHA: 05594d6. - posted by gi...@apache.org on 2018/05/24 21:56:01 UTC, 0 replies.
- [3/3] mesos-site git commit: Updated the website built from mesos SHA: 05594d6. - posted by gi...@apache.org on 2018/05/24 21:56:02 UTC, 0 replies.
- [1/6] mesos git commit: Added support script to check if Python >= 3.6 is available. - posted by an...@apache.org on 2018/05/24 22:27:19 UTC, 0 replies.
- [2/6] mesos git commit: Updated support scripts to check for Python 3. - posted by an...@apache.org on 2018/05/24 22:27:20 UTC, 0 replies.
- [3/6] mesos git commit: Added python3 to list of Pylint excluded files. - posted by an...@apache.org on 2018/05/24 22:27:21 UTC, 0 replies.
- [4/6] mesos git commit: Ported all support scripts to Python 3. - posted by an...@apache.org on 2018/05/24 22:27:22 UTC, 0 replies.
- [5/6] mesos git commit: Ported all support scripts to Python 3. - posted by an...@apache.org on 2018/05/24 22:27:23 UTC, 0 replies.
- [6/6] mesos git commit: Added warning to Python version checker script. - posted by an...@apache.org on 2018/05/24 22:27:24 UTC, 0 replies.
- [1/2] mesos git commit: Fixed a performance issue in collect/await. - posted by bm...@apache.org on 2018/05/24 22:31:03 UTC, 2 replies.
- [2/2] mesos git commit: Added MESOS-8952 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/24 22:31:04 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8952 to the 1.5.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/24 22:31:33 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8952 to the 1.6.1 CHANGELOG. - posted by bm...@apache.org on 2018/05/24 22:33:23 UTC, 0 replies.
- [1/3] mesos git commit: Added MESOS-8952 to the 1.4.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/24 22:42:56 UTC, 0 replies.
- [2/3] mesos git commit: Added MESOS-8952 to the 1.5.2 CHANGELOG. - posted by bm...@apache.org on 2018/05/24 22:42:57 UTC, 0 replies.
- [3/3] mesos git commit: Added MESOS-8952 to the 1.6.1 CHANGELOG. - posted by bm...@apache.org on 2018/05/24 22:42:58 UTC, 0 replies.
- [1/2] mesos git commit: Renamed an ambiguous variable in the `network/ports` isolator. - posted by jp...@apache.org on 2018/05/25 00:32:46 UTC, 0 replies.
- [2/2] mesos git commit: Added enforce_container_ports flag for `network/ports` isolation. - posted by jp...@apache.org on 2018/05/25 00:32:47 UTC, 0 replies.
- [1/5] mesos-site git commit: Updated the website built from mesos SHA: 24359e6. - posted by gi...@apache.org on 2018/05/25 00:55:57 UTC, 0 replies.
- [2/5] mesos-site git commit: Updated the website built from mesos SHA: 24359e6. - posted by gi...@apache.org on 2018/05/25 00:55:58 UTC, 0 replies.
- [3/5] mesos-site git commit: Updated the website built from mesos SHA: 24359e6. - posted by gi...@apache.org on 2018/05/25 00:55:59 UTC, 0 replies.
- [4/5] mesos-site git commit: Updated the website built from mesos SHA: 24359e6. - posted by gi...@apache.org on 2018/05/25 00:56:00 UTC, 0 replies.
- [5/5] mesos-site git commit: Updated the website built from mesos SHA: 24359e6. - posted by gi...@apache.org on 2018/05/25 00:56:01 UTC, 0 replies.
- [1/8] mesos git commit: Removed `destroyed` from `Container` struct in composing containerizer. - posted by qi...@apache.org on 2018/05/25 01:27:38 UTC, 0 replies.
- [2/8] mesos git commit: Ensured that `wait()` and `destroy()` return the same result. - posted by qi...@apache.org on 2018/05/25 01:27:39 UTC, 0 replies.
- [3/8] mesos git commit: Updated composing containerizer tests. - posted by qi...@apache.org on 2018/05/25 01:27:40 UTC, 0 replies.
- [4/8] mesos git commit: Enabled composing containerizer as a default containerizer in tests. - posted by qi...@apache.org on 2018/05/25 01:27:41 UTC, 0 replies.
- [5/8] mesos git commit: Removed extra `containerizer->wait()` calls in tests. - posted by qi...@apache.org on 2018/05/25 01:27:42 UTC, 0 replies.
- [6/8] mesos git commit: Updated comments related to `wait`, `destroy` containerizer methods. - posted by qi...@apache.org on 2018/05/25 01:27:43 UTC, 0 replies.
- [7/8] mesos git commit: Restored `WaitAfterDestroy` test for a nested container. - posted by qi...@apache.org on 2018/05/25 01:27:44 UTC, 0 replies.
- [8/8] mesos git commit: Added test to verify presence of nested container termination status. - posted by qi...@apache.org on 2018/05/25 01:27:45 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: d2ab700. - posted by gi...@apache.org on 2018/05/25 01:50:21 UTC, 0 replies.
- mesos git commit: Fixed an issue with an older shell in a slave test. - posted by ji...@apache.org on 2018/05/25 05:15:09 UTC, 0 replies.
- [1/2] mesos git commit: Fixed python3/post-reviews.py type error. - posted by al...@apache.org on 2018/05/25 12:03:24 UTC, 0 replies.
- [2/2] mesos git commit: Ensured `SlaveRegisteredMessage`s trigger appropriate expectations. - posted by al...@apache.org on 2018/05/25 12:03:25 UTC, 0 replies.
- mesos git commit: Fixed flaky `TerminatedNestedStatus` test. - posted by qi...@apache.org on 2018/05/25 13:36:46 UTC, 0 replies.
- [1/6] mesos git commit: Split linux chroot into prepare and enter phases. - posted by jp...@apache.org on 2018/05/25 21:12:50 UTC, 0 replies.
- [2/6] mesos git commit: Added a containerizer devices path helper. - posted by jp...@apache.org on 2018/05/25 21:12:51 UTC, 0 replies.
- [3/6] mesos git commit: Added a `linux/devices` isolator skeleton. - posted by jp...@apache.org on 2018/05/25 21:12:52 UTC, 0 replies.
- [4/6] mesos git commit: Added `linux/devices` isolator whitelist support. - posted by jp...@apache.org on 2018/05/25 21:12:53 UTC, 0 replies.
- [5/6] mesos git commit: Updated the container launcher mount sequence. - posted by jp...@apache.org on 2018/05/25 21:12:54 UTC, 0 replies.
- [6/6] mesos git commit: Added `linux/devices` isolator whitelist tests. - posted by jp...@apache.org on 2018/05/25 21:12:55 UTC, 0 replies.
- [01/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:09 UTC, 0 replies.
- [02/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:10 UTC, 0 replies.
- [03/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:11 UTC, 0 replies.
- [04/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:12 UTC, 0 replies.
- [05/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:13 UTC, 0 replies.
- [06/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:14 UTC, 0 replies.
- [07/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:15 UTC, 0 replies.
- [08/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:16 UTC, 0 replies.
- [09/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:17 UTC, 0 replies.
- [10/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:18 UTC, 0 replies.
- [11/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:19 UTC, 0 replies.
- [12/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:20 UTC, 0 replies.
- [13/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:21 UTC, 0 replies.
- [14/14] mesos-site git commit: Updated the website built from mesos SHA: ee6c6cf. - posted by gi...@apache.org on 2018/05/25 21:36:22 UTC, 0 replies.
- mesos git commit: Windows: Fixed `ROOT_DOCKER_DockerHealthStatusChange` test. - posted by jo...@apache.org on 2018/05/25 22:37:39 UTC, 0 replies.
- mesos git commit: Updated presentations formatting and simplified site readme. - posted by bm...@apache.org on 2018/05/26 01:05:02 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 285d820. - posted by gi...@apache.org on 2018/05/26 01:27:46 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 285d820. - posted by gi...@apache.org on 2018/05/26 01:27:47 UTC, 0 replies.
- mesos git commit: Modified launch.cpp to writes its logs into cerr. - posted by ar...@apache.org on 2018/05/28 13:25:57 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: a83a252. - posted by gi...@apache.org on 2018/05/28 13:49:13 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: a83a252. - posted by gi...@apache.org on 2018/05/28 13:49:14 UTC, 0 replies.
- mesos git commit: Changed python3 support check script to print to `stderr`. - posted by bb...@apache.org on 2018/05/29 08:20:14 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: 30e7429. - posted by gi...@apache.org on 2018/05/29 08:43:50 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: 30e7429. - posted by gi...@apache.org on 2018/05/29 08:43:51 UTC, 0 replies.
- [1/2] mesos git commit: Fixed python3/mesos-style.py type error. - posted by al...@apache.org on 2018/05/29 09:46:28 UTC, 0 replies.
- [2/2] mesos git commit: Removed unchecked access to an optional in checker process. - posted by al...@apache.org on 2018/05/29 09:46:29 UTC, 0 replies.
- [1/2] mesos git commit: Removed unchecked access to an optional in checker process. - posted by al...@apache.org on 2018/05/29 10:15:05 UTC, 2 replies.
- [2/2] mesos git commit: Added MESOS-8963 to the 1.6.1 CHANGELOG. - posted by al...@apache.org on 2018/05/29 10:15:06 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8963 to the 1.5.2 CHANGELOG. - posted by al...@apache.org on 2018/05/29 10:33:04 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8963 to the 1.4.2 CHANGELOG. - posted by al...@apache.org on 2018/05/29 10:35:51 UTC, 0 replies.
- [1/3] mesos git commit: Added MESOS-8963 to the 1.6.1 CHANGELOG. - posted by al...@apache.org on 2018/05/29 10:43:36 UTC, 0 replies.
- [2/3] mesos git commit: Added MESOS-8963 to the 1.5.2 CHANGELOG. - posted by al...@apache.org on 2018/05/29 10:43:37 UTC, 0 replies.
- [3/3] mesos git commit: Added MESOS-8963 to the 1.4.2 CHANGELOG. - posted by al...@apache.org on 2018/05/29 10:43:38 UTC, 0 replies.
- mesos git commit: Enforced that `allowed_devices` entries must have a path. - posted by jp...@apache.org on 2018/05/29 20:41:12 UTC, 0 replies.
- [1/2] mesos git commit: Added link targets to master and agent flags. - posted by jp...@apache.org on 2018/05/29 21:59:13 UTC, 0 replies.
- [2/2] mesos git commit: Documented the `linux/devices` isolator. - posted by jp...@apache.org on 2018/05/29 21:59:14 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 0ffafd4. - posted by gi...@apache.org on 2018/05/29 22:22:57 UTC, 0 replies.
- mesos git commit: Added overloads for strings::startsWith and strings::endsWith(). - posted by bm...@apache.org on 2018/05/30 00:28:11 UTC, 0 replies.
- mesos git commit: Moved the working groups page to the bottom of the community page. - posted by bm...@apache.org on 2018/05/30 00:42:52 UTC, 0 replies.
- [01/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:02 UTC, 0 replies.
- [02/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:03 UTC, 0 replies.
- [03/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:04 UTC, 0 replies.
- [04/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:05 UTC, 0 replies.
- [05/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:06 UTC, 0 replies.
- [06/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:07 UTC, 0 replies.
- [07/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:08 UTC, 0 replies.
- [08/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:09 UTC, 0 replies.
- [09/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:10 UTC, 0 replies.
- [10/10] mesos-site git commit: Updated the website built from mesos SHA: 521c8fe. - posted by gi...@apache.org on 2018/05/30 00:51:11 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 04ef101. - posted by gi...@apache.org on 2018/05/30 01:13:54 UTC, 0 replies.
- [1/2] mesos git commit: Added libprocess example code to build. - posted by bb...@apache.org on 2018/05/30 07:36:08 UTC, 0 replies.
- [2/2] mesos git commit: Fixed compilation issues in libprocess example. - posted by bb...@apache.org on 2018/05/30 07:36:09 UTC, 0 replies.
- mesos git commit: Updated python.m4 to be compatible with Python 3. - posted by bb...@apache.org on 2018/05/30 11:53:51 UTC, 0 replies.
- [1/3] mesos git commit: Updated python.m4 to be compatible with Python 3. - posted by bb...@apache.org on 2018/05/30 12:04:33 UTC, 0 replies.
- [2/3] mesos git commit: Updated python.m4 to be compatible with Python 3. - posted by bb...@apache.org on 2018/05/30 12:04:34 UTC, 0 replies.
- [3/3] mesos git commit: Updated python.m4 to be compatible with Python 3. - posted by bb...@apache.org on 2018/05/30 12:04:35 UTC, 0 replies.
- [1/2] mesos git commit: Updated `linux/devices` isolator tests for compiler compatibility. - posted by jp...@apache.org on 2018/05/30 15:21:54 UTC, 0 replies.
- [2/2] mesos git commit: Switched test devices for the `linux/devices` isolator tests. - posted by jp...@apache.org on 2018/05/30 15:21:55 UTC, 0 replies.
- mesos git commit: Updated the discard(futures) to take any collection. - posted by bm...@apache.org on 2018/05/30 20:58:43 UTC, 0 replies.
- [01/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:32 UTC, 0 replies.
- [02/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:33 UTC, 0 replies.
- [03/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:34 UTC, 0 replies.
- [04/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:35 UTC, 0 replies.
- [05/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:36 UTC, 0 replies.
- [06/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:37 UTC, 0 replies.
- [07/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:38 UTC, 0 replies.
- [08/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:39 UTC, 0 replies.
- [09/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:40 UTC, 0 replies.
- [10/10] mesos-site git commit: Updated the website built from mesos SHA: d95f984. - posted by gi...@apache.org on 2018/05/30 21:22:41 UTC, 0 replies.
- mesos git commit: Rejected non-zero scalar resource values which be represented as zero. - posted by ji...@apache.org on 2018/05/31 00:26:47 UTC, 0 replies.
- [1/2] mesos git commit: Rejected non-zero scalar resource values which be represented as zero. - posted by ji...@apache.org on 2018/05/31 00:32:47 UTC, 2 replies.
- [2/2] mesos git commit: Added MESOS-8945 to 1.4.2 CHANGELOG. - posted by ji...@apache.org on 2018/05/31 00:32:48 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8945 to 1.5.2 CHANGELOG. - posted by ji...@apache.org on 2018/05/31 00:32:56 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-8945 to 1.6.1 CHANGELOG. - posted by ji...@apache.org on 2018/05/31 00:33:03 UTC, 0 replies.
- [1/2] mesos-site git commit: Updated the website built from mesos SHA: a854a25. - posted by gi...@apache.org on 2018/05/31 00:50:40 UTC, 0 replies.
- [2/2] mesos-site git commit: Updated the website built from mesos SHA: a854a25. - posted by gi...@apache.org on 2018/05/31 00:50:41 UTC, 0 replies.
- [1/4] mesos git commit: Added MESOS-8945 to 1.6.1 CHANGELOG. - posted by ji...@apache.org on 2018/05/31 02:26:42 UTC, 0 replies.
- [2/4] mesos git commit: Added MESOS-8945 to 1.5.2 CHANGELOG. - posted by ji...@apache.org on 2018/05/31 02:26:43 UTC, 0 replies.
- [3/4] mesos git commit: Added MESOS-8945 to 1.4.2 CHANGELOG. - posted by ji...@apache.org on 2018/05/31 02:26:44 UTC, 0 replies.
- [4/4] mesos git commit: Fixed a compile warning regarding signed and unsigned integers. - posted by ji...@apache.org on 2018/05/31 02:26:45 UTC, 0 replies.
- mesos git commit: Fixed a compile warning regarding signed and unsigned integers. - posted by ji...@apache.org on 2018/05/31 02:27:09 UTC, 2 replies.
- [1/4] mesos git commit: Updated mesos to use vector instead of list where possible. - posted by bm...@apache.org on 2018/05/31 02:49:19 UTC, 0 replies.
- [2/4] mesos git commit: Updated mesos to use vector instead of list where possible. - posted by bm...@apache.org on 2018/05/31 02:49:20 UTC, 0 replies.
- [3/4] mesos git commit: Updated await/collect to use vector instead of list. - posted by bm...@apache.org on 2018/05/31 02:49:21 UTC, 0 replies.
- [4/4] mesos git commit: Updated hashmap and LinkedHashMap to return vectors from values(). - posted by bm...@apache.org on 2018/05/31 02:49:22 UTC, 0 replies.
- [01/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:21 UTC, 0 replies.
- [02/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:22 UTC, 0 replies.
- [03/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:23 UTC, 0 replies.
- [04/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:24 UTC, 0 replies.
- [05/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:25 UTC, 0 replies.
- [06/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:26 UTC, 0 replies.
- [07/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:27 UTC, 0 replies.
- [08/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:28 UTC, 0 replies.
- [09/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:29 UTC, 0 replies.
- [10/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:30 UTC, 0 replies.
- [11/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:31 UTC, 0 replies.
- [12/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:32 UTC, 0 replies.
- [13/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:33 UTC, 0 replies.
- [14/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:34 UTC, 0 replies.
- [15/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:35 UTC, 0 replies.
- [16/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:36 UTC, 0 replies.
- [17/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:37 UTC, 0 replies.
- [18/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:38 UTC, 0 replies.
- [19/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:39 UTC, 0 replies.
- [20/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:40 UTC, 0 replies.
- [21/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:41 UTC, 0 replies.
- [22/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:42 UTC, 0 replies.
- [23/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:43 UTC, 0 replies.
- [24/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:44 UTC, 0 replies.
- [25/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:45 UTC, 0 replies.
- [26/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:46 UTC, 0 replies.
- [27/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:47 UTC, 0 replies.
- [28/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:48 UTC, 0 replies.
- [29/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:49 UTC, 0 replies.
- [30/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:50 UTC, 0 replies.
- [31/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:51 UTC, 0 replies.
- [32/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:52 UTC, 0 replies.
- [33/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:53 UTC, 0 replies.
- [34/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:54 UTC, 0 replies.
- [35/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:55 UTC, 0 replies.
- [36/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:56 UTC, 0 replies.
- [37/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:57 UTC, 0 replies.
- [38/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:58 UTC, 0 replies.
- [39/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:12:59 UTC, 0 replies.
- [40/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:13:00 UTC, 0 replies.
- [41/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:13:01 UTC, 0 replies.
- [42/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:13:02 UTC, 0 replies.
- [43/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:13:03 UTC, 0 replies.
- [44/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:13:04 UTC, 0 replies.
- [45/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:13:05 UTC, 0 replies.
- [46/46] mesos-site git commit: Updated the website built from mesos SHA: a52e528. - posted by gi...@apache.org on 2018/05/31 03:13:06 UTC, 0 replies.
- [1/2] mesos git commit: Fixed an overflow bug in Timeout that leads to hanging tests. - posted by bm...@apache.org on 2018/05/31 04:20:14 UTC, 0 replies.
- [2/2] mesos git commit: Fixed an issue in metrics where timers accumulate. - posted by bm...@apache.org on 2018/05/31 04:20:15 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 0f6ce84. - posted by gi...@apache.org on 2018/05/31 04:42:52 UTC, 0 replies.
- [1/3] mesos git commit: Used `*_SOME` macro for checking `Try` values in libprocess. - posted by bb...@apache.org on 2018/05/31 08:27:50 UTC, 0 replies.
- [2/3] mesos git commit: Used `*_SOME` macro for checking `Try` values in stout. - posted by bb...@apache.org on 2018/05/31 08:27:51 UTC, 0 replies.
- [3/3] mesos git commit: Used `*_SOME` macro for checking `Try` values. - posted by bb...@apache.org on 2018/05/31 08:27:52 UTC, 0 replies.
- mesos git commit: Fixed a crash in libprocess due to order-of-evaluation bug. - posted by bm...@apache.org on 2018/05/31 17:10:45 UTC, 0 replies.
- svn commit: r27195 - in /release/mesos/1.5.1: ./ mesos-1.5.1.tar.gz mesos-1.5.1.tar.gz.asc mesos-1.5.1.tar.gz.sha512 - posted by gi...@apache.org on 2018/05/31 18:24:53 UTC, 0 replies.
- mesos git commit: Added MESOS-8340 to the 1.7.x CHANGELOG. - posted by jp...@apache.org on 2018/05/31 19:57:07 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 8092a5e. - posted by gi...@apache.org on 2018/05/31 20:19:50 UTC, 0 replies.
- mesos git commit: Added Mesos 1.5.1 release blog post. - posted by gi...@apache.org on 2018/05/31 20:59:44 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: 3f4fc91. - posted by gi...@apache.org on 2018/05/31 21:23:01 UTC, 0 replies.
- [1/2] mesos git commit: Added Mesos 1.6.0 release JIRA version to release.yml. - posted by gi...@apache.org on 2018/05/31 22:52:23 UTC, 0 replies.
- [2/2] mesos git commit: Added Mesos 1.5.1 release JIRA version to release.yml. - posted by gi...@apache.org on 2018/05/31 22:52:24 UTC, 0 replies.
- [1/4] mesos git commit: Added Mesos 1.5.0 release blog. - posted by gi...@apache.org on 2018/05/31 23:02:48 UTC, 0 replies.
- [2/4] mesos git commit: Updated the website for the 1.5.0 release. - posted by gi...@apache.org on 2018/05/31 23:02:49 UTC, 0 replies.
- [3/4] mesos git commit: Added Mesos 1.5.1 release blog post. - posted by gi...@apache.org on 2018/05/31 23:02:50 UTC, 0 replies.
- [4/4] mesos git commit: Added Mesos 1.5.1 release JIRA version to release.yml. - posted by gi...@apache.org on 2018/05/31 23:02:51 UTC, 0 replies.
- mesos-site git commit: Updated the website built from mesos SHA: ab484fc. - posted by gi...@apache.org on 2018/05/31 23:15:24 UTC, 0 replies.
- svn commit: r27201 - /release/mesos/1.5.0/ - posted by gi...@apache.org on 2018/05/31 23:16:54 UTC, 0 replies.