Git Push Summary

2013-12-05 Thread bmahler
Updated Tags: refs/tags/0.16.0-rc1 [created] d0cb03f95

[3/3] git commit: Removed unused 'slaves' table from home page.

2013-12-05 Thread ssorallen
Removed unused 'slaves' table from home page. The slaves table was removed from the home page a while ago, and so the table was not ever being referenced. Review: http://reviews.apache.org/r/16030 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/3] git commit: Made pailer scrollable in Chrome and Safari.

2013-12-05 Thread ssorallen
Made pailer scrollable in Chrome and Safari. After a change to fix the pailer in Firefox, Chrome and Safari broke. By removing the inner code block and using just a pre element, the calculations done by the pailer work again and in all 3 browsers. The style changes simplified the CSS. In JS,

git commit: Added git sha, tag and branch in state.json.

2013-12-05 Thread nnielsen
Updated Branches: refs/heads/master d6535587e - 3f176033d Added git sha, tag and branch in state.json. Exposing build revisions and branch names can help diagnosing problems with slaves and masters in development settings. This patch fetches git sha, tag and branch of repo (if available) and

git commit: Added 'mesos-scp' CLI command.

2013-12-05 Thread benh
Updated Branches: refs/heads/master 3f176033d - cac2d3995 Added 'mesos-scp' CLI command. The CLI command mesos-scp uses scp to copy the specified local file(s) to a specified directory on all slaves known by the current master. From: Du Li lidu...@gmail.com Review:

[1/2] git commit: Fixed group to use 32 bit signed integers for sequence numbers.

2013-12-05 Thread bmahler
Updated Branches: refs/heads/master cac2d3995 - fa14ea423 Fixed group to use 32 bit signed integers for sequence numbers. Review: https://reviews.apache.org/r/16045 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] git commit: Fixed an exception raised in the master related to task statuses.

2013-12-05 Thread bmahler
Fixed an exception raised in the master related to task statuses. Review: https://reviews.apache.org/r/16038 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/081a1aba Tree:

git commit: Fixed MESOS-870: The slave's http endpoint can crash the slave.

2013-12-05 Thread bmahler
Updated Branches: refs/heads/master e5cf7360a - e1875ce9f Fixed MESOS-870: The slave's http endpoint can crash the slave. Review: https://reviews.apache.org/r/16072 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: