tnac...@apache.org |
Git Push Summary |
Fri, 02 Jan, 19:33 |
m.@apache.org |
mesos git commit: Fixed invalid tar command on Getting-Started page. |
Mon, 05 Jan, 06:44 |
ji...@apache.org |
mesos git commit: Fixed the broken build caused by Fetcher. |
Mon, 05 Jan, 19:15 |
tnac...@apache.org |
mesos git commit: Add more logging into replicated log recovery. |
Mon, 05 Jan, 22:50 |
tnac...@apache.org |
mesos git commit: Fixed NetworkIsolator error message to be explicit instead of skipping sliently. |
Tue, 06 Jan, 07:07 |
tnac...@apache.org |
mesos git commit: Added service discovery info to task and executor protobufs. |
Wed, 07 Jan, 00:10 |
m.@apache.org |
mesos git commit: Send health state in TaskStatus during reconciliation if known |
Wed, 07 Jan, 21:24 |
m.@apache.org |
mesos git commit: TASK_ERROR is terminal |
Wed, 07 Jan, 21:56 |
bmah...@apache.org |
mesos git commit: Renamed lastTaskHealth to getTaskHealth and other minor cleanups. |
Thu, 08 Jan, 00:34 |
nniel...@apache.org |
[1/3] mesos git commit: Introduced grace period in CommandInfo. |
Thu, 08 Jan, 14:17 |
nniel...@apache.org |
[2/3] mesos git commit: Introduced grace shutdown adjustment across shutdown levels. |
Thu, 08 Jan, 14:17 |
nniel...@apache.org |
[3/3] mesos git commit: Propagated slave shutdown grace period to Executor and CommandExecutor. |
Thu, 08 Jan, 14:17 |
bmah...@apache.org |
[1/3] mesos git commit: Added slave path helpers to avoid depending on raw format strings. |
Thu, 08 Jan, 19:59 |
bmah...@apache.org |
[2/3] mesos git commit: Moved the raw path formatting strings into a .cpp file. |
Thu, 08 Jan, 19:59 |
bmah...@apache.org |
[3/3] mesos git commit: Documented the slave's filesystem layout. |
Thu, 08 Jan, 19:59 |
nniel...@apache.org |
mesos git commit: Updated WhitelistWatcher behaviour and introduced initial whitelist. |
Fri, 09 Jan, 11:24 |
nniel...@apache.org |
mesos git commit: Renamed define guard in WhitelistWatcher. |
Fri, 09 Jan, 15:16 |
ji...@apache.org |
mesos git commit: Added executor directory to RunState. |
Mon, 12 Jan, 18:50 |
ji...@apache.org |
[1/2] mesos git commit: Added a function to get persistent volume paths. |
Mon, 12 Jan, 18:59 |
ji...@apache.org |
[2/2] mesos git commit: Added more overloads for path::join. |
Mon, 12 Jan, 18:59 |
bmah...@apache.org |
mesos git commit: Introduced an Accept Call for performing operations on Offers. |
Mon, 12 Jan, 21:00 |
ji...@apache.org |
mesos git commit: Used resources instead of resource in Limitation. |
Mon, 12 Jan, 21:58 |
bmah...@apache.org |
mesos git commit: Added missing Accept field. |
Tue, 13 Jan, 00:42 |
ji...@apache.org |
[1/2] mesos git commit: Style fixes for the scheduler header. |
Tue, 13 Jan, 18:06 |
ji...@apache.org |
[2/2] mesos git commit: Added accept offers to the old C++ scheduler API. |
Tue, 13 Jan, 18:06 |
m.@apache.org |
[1/2] mesos git commit: Revised authenticator interface to allow for two fold implementations. |
Wed, 14 Jan, 08:15 |
m.@apache.org |
[2/2] mesos git commit: Moved allocator specific declaration into allocator tests. |
Wed, 14 Jan, 08:15 |
dles...@apache.org |
svn commit: r1651774 [1/3] - in /mesos/site: publish/ publish/documentation/configuration/ publish/documentation/getting-started/ publish/documentation/latest/configuration/ publish/documentation/latest/getting-started/ publish/gettingstarted/ source/d... |
Wed, 14 Jan, 18:57 |
dles...@apache.org |
svn commit: r1651774 [2/3] - in /mesos/site: publish/ publish/documentation/configuration/ publish/documentation/getting-started/ publish/documentation/latest/configuration/ publish/documentation/latest/getting-started/ publish/gettingstarted/ source/d... |
Wed, 14 Jan, 18:57 |
dles...@apache.org |
svn commit: r1651774 [3/3] - in /mesos/site: publish/ publish/documentation/configuration/ publish/documentation/getting-started/ publish/documentation/latest/configuration/ publish/documentation/latest/getting-started/ publish/gettingstarted/ source/d... |
Wed, 14 Jan, 18:57 |
dles...@apache.org |
svn commit: r1651778 - in /mesos/site: publish/ publish/blog/ publish/blog/mesoscon-2015-earlybird-registration-now-open/ source/ source/blog/ |
Wed, 14 Jan, 19:20 |
dles...@apache.org |
svn commit: r1651782 - in /mesos/site: publish/blog/feed.xml publish/blog/mesoscon-2015-earlybird-registration-now-open/index.html source/blog/2015-01-14-mesoscon-2015-earlybird-registration-now-open.md |
Wed, 14 Jan, 19:29 |
tnac...@apache.org |
mesos git commit: Clarify slave log about disk usage. |
Wed, 14 Jan, 19:36 |
bmah...@apache.org |
mesos git commit: Added initial Call handler in the Master for accepting offers. |
Wed, 14 Jan, 19:44 |
bmah...@apache.org |
mesos git commit: Added initial operational guide to document master quorum changes. |
Wed, 14 Jan, 19:46 |
bmah...@apache.org |
svn commit: r1651816 - in /mesos/site: publish/ publish/documentation/ publish/documentation/latest/ publish/documentation/latest/operational-guide/ publish/documentation/latest/running-torque-or-mpi-on-mesos/ publish/documentation/operational-guide/ s... |
Wed, 14 Jan, 20:47 |
bmah...@apache.org |
mesos git commit: Removed the torque / MPI document. |
Wed, 14 Jan, 20:56 |
bmah...@apache.org |
svn commit: r1651821 - in /mesos/site: publish/documentation/latest/running-torque-or-mpi-on-mesos/ publish/documentation/running-torque-or-mpi-on-mesos/ publish/sitemap.xml source/documentation/latest/running-torque-or-mpi-on-mesos.md |
Wed, 14 Jan, 20:57 |
ji...@apache.org |
mesos git commit: Supported accept offers in C++ scheduler driver. |
Wed, 14 Jan, 22:57 |
ti...@apache.org |
mesos git commit: Revert "Revised authenticator interface to allow for two fold implementations." |
Wed, 14 Jan, 23:06 |
nniel...@apache.org |
[1/4] mesos git commit: Added example hook module. |
Wed, 14 Jan, 23:41 |
nniel...@apache.org |
[2/4] mesos git commit: Added environment decorator for slave. |
Wed, 14 Jan, 23:41 |
nniel...@apache.org |
[3/4] mesos git commit: Added remove-executor hook for slave. |
Wed, 14 Jan, 23:41 |
nniel...@apache.org |
[4/4] mesos git commit: Introduced Mesos Hooks abstraction. |
Wed, 14 Jan, 23:41 |
ji...@apache.org |
mesos git commit: Added a Resources constructor for vector<Resource>. |
Thu, 15 Jan, 18:17 |
nniel...@apache.org |
mesos git commit: Temporarily disabled VerifySlaveLaunchExecutorHook test. |
Fri, 16 Jan, 02:30 |
ji...@apache.org |
[1/3] mesos git commit: Added three tuples overload for process::await. |
Fri, 16 Jan, 21:56 |
ji...@apache.org |
[2/3] mesos git commit: Added PosixDiskIsolator to monitor container disk usage and to enforce disk quota. |
Fri, 16 Jan, 21:56 |
ji...@apache.org |
[3/3] mesos git commit: Added tests for verifying PosixDiskIsolator. |
Fri, 16 Jan, 21:56 |
nniel...@apache.org |
mesos git commit: Fixed MESOS-2049 by using circular_buffer<Owned<MonitoringInfo>>. |
Fri, 16 Jan, 22:14 |
ji...@apache.org |
[1/2] mesos git commit: Added disk usage statistics reporting. |
Sat, 17 Jan, 00:57 |
ji...@apache.org |
[2/2] mesos git commit: Added a slave flag to turn off disk quota enforcement. |
Sat, 17 Jan, 00:57 |
bmah...@apache.org |
mesos git commit: Added signal handling to the low level scheduler tests. |
Sat, 17 Jan, 02:00 |