al...@apache.org |
mesos git commit: Fixed whitespace and code style in Network::Address. |
Mon, 05 Dec, 17:39 |
al...@apache.org |
mesos git commit: Fixed `defer()` invocation in "switchboard.cpp". |
Mon, 05 Dec, 22:28 |
al...@apache.org |
mesos git commit: Expanded the comment around `ContainerInfo` protobuf. |
Tue, 06 Dec, 09:43 |
al...@apache.org |
mesos git commit: Removed redundant semicolons. |
Wed, 07 Dec, 13:46 |
al...@apache.org |
mesos git commit: Added Ryuichi Okumura to the contributors list. |
Wed, 07 Dec, 14:00 |
al...@apache.org |
[1/2] mesos git commit: Timed health check duration. |
Sat, 10 Dec, 21:32 |
al...@apache.org |
[2/2] mesos git commit: Added comments around some health check limitations. |
Sat, 10 Dec, 21:32 |
al...@apache.org |
mesos git commit: Added John Kordich to contributors. |
Tue, 13 Dec, 11:12 |
al...@apache.org |
[1/2] mesos git commit: Documentation for the port-mapper CNI plugin. |
Thu, 22 Dec, 14:12 |
al...@apache.org |
[2/2] mesos git commit: Added MESOS-6411 to CHANGELOG for 1.1.1. |
Thu, 22 Dec, 14:12 |
al...@apache.org |
mesos git commit: Added MESOS-6411 to CHANGELOG for 1.1.1. |
Thu, 22 Dec, 14:18 |
al...@apache.org |
[1/2] mesos git commit: Ensured master always relinks during scheduler re-registration. |
Thu, 22 Dec, 14:27 |
al...@apache.org |
[2/2] mesos git commit: Added MESOS-6676 to CHANGELOG for 1.1.1. |
Thu, 22 Dec, 14:27 |
al...@apache.org |
mesos git commit: Added MESOS-6676 to CHANGELOG for 1.1.1. |
Thu, 22 Dec, 14:28 |
al...@apache.org |
mesos git commit: Handled all possible offers in FaultToleranceTest.FrameworkReregister. |
Thu, 22 Dec, 15:23 |
al...@apache.org |
mesos git commit: Removed extra ';' from "isolator.hpp". |
Tue, 27 Dec, 10:57 |
an...@apache.org |
[1/7] mesos git commit: Introduced streaming content types. |
Thu, 01 Dec, 06:43 |
an...@apache.org |
[2/7] mesos git commit: Made `serialize()`/`deserialize()` handle streaming content types. |
Thu, 01 Dec, 06:43 |
an...@apache.org |
[3/7] mesos git commit: Added validation for the attach container input call on the agent. |
Thu, 01 Dec, 06:43 |
an...@apache.org |
[4/7] mesos git commit: Made the agent's `api/v1` handler handle request streaming. |
Thu, 01 Dec, 06:43 |
an...@apache.org |
[5/7] mesos git commit: Added the v1 \`ATTACH_CONTAINER_INPUT\` call handler on the agent. |
Thu, 01 Dec, 06:43 |
an...@apache.org |
[6/7] mesos git commit: Added a test for the `ATTACH_CONTAINER_INPUT` call on the Agent API. |
Thu, 01 Dec, 06:43 |
an...@apache.org |
[7/7] mesos git commit: Fixed the attach output container test to use the mock containerizer. |
Thu, 01 Dec, 06:43 |
an...@apache.org |
[1/2] mesos git commit: Made `http::serv()` use the streaming request decoder. |
Fri, 02 Dec, 18:58 |
an...@apache.org |
[2/2] mesos git commit: Updated the IOSwitchboard http handler to work with streaming requests. |
Fri, 02 Dec, 18:58 |
an...@apache.org |
mesos git commit: Removed erroneous close of reader in the attach input handler. |
Sat, 03 Dec, 04:49 |
an...@apache.org |
[1/3] mesos git commit: Fixed the Agent API to return \`BadRequest\` for deserialization errors. |
Sun, 04 Dec, 02:25 |
an...@apache.org |
[2/3] mesos git commit: Fixed the attach input call validation on the agent. |
Sun, 04 Dec, 02:25 |
an...@apache.org |
[3/3] mesos git commit: Fixed an attach container input test impacted by stricter validation. |
Sun, 04 Dec, 02:25 |
an...@apache.org |
[1/4] mesos git commit: Added `setWindowSize()` to stout for setting a TTY's window size. |
Mon, 05 Dec, 18:12 |
an...@apache.org |
[2/4] mesos git commit: Cleaned up the 'IOSwitchboard.RedirectLog' test. |
Mon, 05 Dec, 18:12 |
an...@apache.org |
[3/4] mesos git commit: Added support for 'ATTACH_CONTAINER_INPUT' call to the io switchboard. |
Mon, 05 Dec, 18:12 |
an...@apache.org |
[4/4] mesos git commit: Fixed small bug in `IOSwitchboardServerProcess::acceptLoop()`. |
Mon, 05 Dec, 18:12 |
an...@apache.org |
[1/2] mesos git commit: Fixed missing includes in default_executor_tests.cpp. |
Mon, 05 Dec, 18:24 |
an...@apache.org |
[2/2] mesos git commit: Removed test assumptions about arrival order of status updates. |
Mon, 05 Dec, 18:24 |
an...@apache.org |
[1/3] mesos git commit: Fixed missing protobuf java package/classname definition. |
Mon, 05 Dec, 19:31 |
an...@apache.org |
[2/3] mesos git commit: Enabled java protos generation for v1 Master/Agent API. |
Mon, 05 Dec, 19:31 |
an...@apache.org |
[3/3] mesos git commit: Enabled python proto generation for v1 Master/Agent API. |
Mon, 05 Dec, 19:31 |
an...@apache.org |
svn commit: r17253 - in /release/mesos/0.28.3: ./ mesos-0.28.3.tar.gz mesos-0.28.3.tar.gz.asc mesos-0.28.3.tar.gz.md5 |
Tue, 06 Dec, 01:11 |
an...@apache.org |
[mesos] Git Push Summary |
Tue, 06 Dec, 01:11 |
an...@apache.org |
mesos git commit: Made sure parser settings member is properly initialized. |
Tue, 06 Dec, 02:35 |
an...@apache.org |
mesos git commit: Made the IO Switchboard wait for the reader to signal before exiting. |
Wed, 07 Dec, 21:43 |
an...@apache.org |
[1/2] mesos git commit: Added a test for the 'ATTACH_CONTAINER_INPUT' call. |
Thu, 08 Dec, 00:57 |
an...@apache.org |
[2/2] mesos git commit: Made the default 'Accept-Type' be JSON on the Agent API. |
Thu, 08 Dec, 00:57 |
an...@apache.org |
mesos git commit: Fixed erroneous usage of 'Accept' header as 'Accept-Type'. |
Mon, 12 Dec, 04:27 |
an...@apache.org |
[1/2] mesos git commit: Acked correct task id in DefaultExecutorTest.KillTaskGroupOnTaskFailure. |
Tue, 13 Dec, 18:53 |
an...@apache.org |
[2/2] mesos git commit: Acked correct task id in DefaultExecutorTest.KillTask test. |
Tue, 13 Dec, 18:53 |
an...@apache.org |
mesos git commit: Removed test assumptions about arrival order of status updates. |
Tue, 13 Dec, 23:39 |
an...@apache.org |
mesos git commit: Fixed the 'IOSwitchboardTest.KillSwitchboardContainerDestroyed' test. |
Fri, 16 Dec, 18:32 |
an...@apache.org |
[1/4] mesos git commit: Added blog post for the 0.28.3 release. |
Tue, 20 Dec, 23:46 |
an...@apache.org |
[2/4] mesos git commit: Fixed target version for the 1.1.0 release. |
Tue, 20 Dec, 23:46 |
an...@apache.org |
[3/4] mesos git commit: Updated releases.yml for Mesos 0.28.3. |
Tue, 20 Dec, 23:46 |
an...@apache.org |
[4/4] mesos git commit: Added some missing log statements for scheduler calls. |
Tue, 20 Dec, 23:46 |
an...@apache.org |
svn commit: r1775363 - in /mesos/site/publish: ./ api/latest/c++/ api/latest/java/ api/latest/java/org/apache/mesos/ blog/ community/user-groups/ documentation/ documentation/api-client-libraries/ documentation/app-framework-development-guide/ document... |
Wed, 21 Dec, 00:00 |
an...@apache.org |
svn commit: r1775366 - in /mesos/site/publish/blog/mesos-0-28-3-released: ./ index.html |
Wed, 21 Dec, 00:37 |
an...@apache.org |
[1/4] mesos git commit: Enabled python proto generation for v1 Master/Agent API. |
Wed, 28 Dec, 18:01 |
an...@apache.org |
[2/4] mesos git commit: Enabled java protos generation for v1 Master/Agent API. |
Wed, 28 Dec, 18:01 |
an...@apache.org |
[3/4] mesos git commit: Fixed missing protobuf java package/classname definition. |
Wed, 28 Dec, 18:01 |
an...@apache.org |
[4/4] mesos git commit: Added MESOS-6597 to CHANGELOG for 1.1.1. |
Wed, 28 Dec, 18:01 |
b...@apache.org |
[1/2] mesos git commit: Added `process::loop` abstraction. |
Thu, 01 Dec, 08:53 |
b...@apache.org |
[2/2] mesos git commit: Added an http::serve abstraction. |
Thu, 01 Dec, 08:53 |
b...@apache.org |
mesos git commit: Fixed bug on OSX with socket shutdown. |
Thu, 01 Dec, 21:38 |
b...@apache.org |
mesos git commit: Changed test constant back to "original" value. |
Mon, 05 Dec, 04:34 |
b...@apache.org |
[1/2] mesos git commit: Added a synchronous version of loop for io::read/write/redirect. |
Wed, 14 Dec, 16:50 |
b...@apache.org |
[2/2] mesos git commit: Used process::loop in infinitely recursive functions. |
Wed, 14 Dec, 16:50 |
b...@apache.org |
mesos git commit: Avoided capturing `this` in `process::loop`. |
Fri, 16 Dec, 16:27 |
bmah...@apache.org |
mesos git commit: Removed cyclic header dependency in libprocess. |
Thu, 01 Dec, 02:26 |
bmah...@apache.org |
[1/2] mesos git commit: Overrided the webui navbar color to match project website. |
Thu, 01 Dec, 20:05 |
bmah...@apache.org |
[2/2] mesos git commit: Show the Mesos logo in the webui navbar. |
Thu, 01 Dec, 20:05 |
bmah...@apache.org |
mesos git commit: Introduced Resource.AllocationInfo. |
Thu, 01 Dec, 23:09 |
bmah...@apache.org |
mesos git commit: Added macOS 10.12 instructions to the getting started page. |
Fri, 02 Dec, 20:18 |
bmah...@apache.org |
mesos git commit: Introduced FrameworkInfo validation. |
Fri, 02 Dec, 21:48 |
bmah...@apache.org |
mesos git commit: Fixed WebUI error on Firefox 45. |
Fri, 02 Dec, 21:58 |
bmah...@apache.org |
mesos git commit: Introduced 'roles' validation in master. |
Sat, 03 Dec, 01:38 |
bmah...@apache.org |
mesos git commit: Fixed incorrect switch code in network address logic. |
Sat, 03 Dec, 01:49 |
bmah...@apache.org |
mesos git commit: Added a test for FrameworkInfo role(s) validation. |
Sat, 03 Dec, 01:58 |
bmah...@apache.org |
mesos git commit: Minor cleanups to FrameworkInfo role(s) validation tests. |
Sat, 03 Dec, 02:12 |
bmah...@apache.org |
mesos git commit: Added multi-role master validation integration tests. |
Sat, 03 Dec, 02:17 |
bmah...@apache.org |
mesos git commit: Fixed indentation of a function in master.hpp. |
Sat, 03 Dec, 02:18 |
bmah...@apache.org |
mesos git commit: Added Resource.Allocation in Offer. |
Sat, 03 Dec, 02:24 |
bmah...@apache.org |
mesos git commit: Fixed typo in 'Getting Started' document. |
Tue, 06 Dec, 01:09 |
bmah...@apache.org |
mesos git commit: Fixed a visual issue in some of the webui tables. |
Tue, 06 Dec, 23:13 |
bmah...@apache.org |
mesos git commit: Removed redundant semicolons in role_tests.cpp. |
Tue, 06 Dec, 23:14 |
bmah...@apache.org |
mesos git commit: Updated master to add/remove active roles for multi-role frameworks. |
Wed, 07 Dec, 04:32 |
bmah...@apache.org |
mesos git commit: Added a helper function to get roles from FrameworkInfo. |
Wed, 07 Dec, 20:37 |
bmah...@apache.org |
mesos git commit: Added a test for the `getRoles` helper in protobuf utils. |
Thu, 08 Dec, 19:41 |
bmah...@apache.org |
mesos git commit: Removed "*" role from default response of `getRoles` API. |
Thu, 08 Dec, 20:10 |
bmah...@apache.org |
mesos git commit: Added implicit role tests for multi-role frameworks. |
Fri, 09 Dec, 04:08 |
bmah...@apache.org |
mesos git commit: Updated `Role::resources()` in master to handle multi-role frameworks. |
Fri, 09 Dec, 20:17 |
bmah...@apache.org |
mesos git commit: Updated master and agent endpoints to expose FrameworkInfo::roles. |
Sat, 10 Dec, 01:03 |
bmah...@apache.org |
mesos git commit: Added helper function to get per-role resource allocations. |
Sat, 17 Dec, 20:07 |
bmah...@apache.org |
[1/2] mesos git commit: Updated Resources to handle Resource.AllocationInfo. |
Sun, 18 Dec, 01:13 |
bmah...@apache.org |
[2/2] mesos git commit: Added a CHECK when adding a framework in the allocator. |
Sun, 18 Dec, 01:13 |
idow...@apache.org |
[1/7] mesos git commit: Fix configure on FreeBSD. |
Sat, 03 Dec, 00:36 |
idow...@apache.org |
[2/7] mesos git commit: Fix xattr for FreeBSD. |
Sat, 03 Dec, 00:36 |
idow...@apache.org |
[3/7] mesos git commit: Disable sentinel checks for clang on FreeBSD. |
Sat, 03 Dec, 00:37 |
idow...@apache.org |
[4/7] mesos git commit: Fix wait macros on FreeBSD. |
Sat, 03 Dec, 00:37 |
idow...@apache.org |
[5/7] mesos git commit: Move isJailed for FreeBSD into utils. |
Sat, 03 Dec, 00:37 |
idow...@apache.org |
[6/7] mesos git commit: Check isJailed in tests that call mknod. |
Sat, 03 Dec, 00:37 |
idow...@apache.org |
[7/7] mesos git commit: Don't expect an init process in a FreeBSD jail. |
Sat, 03 Dec, 00:37 |