mesos git commit: Propagated work_dir flag from local runs to agents/masters.

2016-08-10 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 683551c92 -> 1f988a35b Propagated work_dir flag from local runs to agents/masters. Review: https://reviews.apache.org/r/50003/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Avoid unnecessarily subtracting resources during contains check.

2016-08-10 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 853869eb3 -> 7ec00915d Avoid unnecessarily subtracting resources during contains check. In Resources::contains, we do not need to subtract resources if the resource is not a persistent volume as other Resource objects will be merged

svn commit: r14761 - in /dev/mesos/1.0.1-rc1: ./ mesos-1.0.1.tar.gz mesos-1.0.1.tar.gz.asc mesos-1.0.1.tar.gz.md5

2016-08-10 Thread vinodkone
Author: vinodkone Date: Thu Aug 11 00:29:32 2016 New Revision: 14761 Log: Adding mesos-1.0.1-rc1. Added: dev/mesos/1.0.1-rc1/ dev/mesos/1.0.1-rc1/mesos-1.0.1.tar.gz (with props) dev/mesos/1.0.1-rc1/mesos-1.0.1.tar.gz.asc dev/mesos/1.0.1-rc1/mesos-1.0.1.tar.gz.md5 Added:

[mesos] Git Push Summary

2016-08-10 Thread vinodkone
Repository: mesos Updated Tags: refs/tags/1.0.1-rc1 [created] 3611eb0b7

mesos git commit: Used MESOS_VERSION instead of fixed mesos version string.

2016-08-10 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.0.x 8c6e36600 -> 3611eb0b7 Used MESOS_VERSION instead of fixed mesos version string. Fixed the hard coded version string in GetAgents test in api_tests. Review: https://reviews.apache.org/r/49788/ Project:

mesos git commit: Updated version in configure.ac and CMakeLists.txt.

2016-08-10 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.0.x 69fe49dc1 -> 8c6e36600 Updated version in configure.ac and CMakeLists.txt. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8c6e3660 Tree:

mesos git commit: Updated CHANGELOG for 1.0.1.

2016-08-10 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.0.x 4d76bb145 -> 69fe49dc1 Updated CHANGELOG for 1.0.1. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/69fe49dc Tree:

[2/2] mesos git commit: Updated CHANGELOG for 1.0.1.

2016-08-10 Thread vinodkone
Updated CHANGELOG for 1.0.1. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/853869eb Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/853869eb Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/853869eb Branch:

mesos git commit: Fixed minor typo in comment.

2016-08-10 Thread anand
Repository: mesos Updated Branches: refs/heads/master 5bfa2476a -> 12712c59b Fixed minor typo in comment. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/12712c59 Tree:

[1/2] mesos git commit: Added missing includes to health checker sources.

2016-08-10 Thread alexr
Repository: mesos Updated Branches: refs/heads/master f511a24a5 -> 5bfa2476a Added missing includes to health checker sources. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5bfa2476 Tree:

[2/2] mesos git commit: Moved the implementation of health checker to the .cpp file.

2016-08-10 Thread alexr
Moved the implementation of health checker to the .cpp file. Review: https://reviews.apache.org/r/50922/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d5f3b0d1 Tree:

mesos git commit: Windows: Fix build in src/launcher/executor.*.

2016-08-10 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master f7bc7e470 -> f511a24a5 Windows: Fix build in src/launcher/executor.*. The namespace was refactored in some other cleanup: https://reviews.apache.org/r/50411/ Review: https://reviews.apache.org/r/50964/ Project:

mesos git commit: Fixed typo for REX-Ray in 1.0 blog post.

2016-08-10 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 044450208 -> f7bc7e470 Fixed typo for REX-Ray in 1.0 blog post. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f7bc7e47 Tree:

mesos git commit: Removed `test_containerizer.py` from src/Makefile.am.

2016-08-10 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master b2d83a3b8 -> 044450208 Removed `test_containerizer.py` from src/Makefile.am. This file was deleted when we removed the external containerizer. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added Tomasz Janiszewski to contributors.yaml.

2016-08-10 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 5a17f4044 -> b2d83a3b8 Added Tomasz Janiszewski to contributors.yaml. This closes #156 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b2d83a3b Tree:

[1/5] mesos git commit: Removed the redundant `mesos::` namespace prefix + minor style fixes.

2016-08-10 Thread anand
Repository: mesos Updated Branches: refs/heads/master 0d3793e94 -> 5a17f4044 Removed the redundant `mesos::` namespace prefix + minor style fixes. Review: https://reviews.apache.org/r/50872/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/5] mesos git commit: Made the command executor use the unversioned protobufs internally.

2016-08-10 Thread anand
Made the command executor use the unversioned protobufs internally. Currently, the existing command executor was in the `v1` namespace and used the v1 protobufs. This change addresses that and moves the code to the `mesos::internal` namespace. Review: https://reviews.apache.org/r/50411/

[5/5] mesos git commit: Minor cleanups to the command executor.

2016-08-10 Thread anand
Minor cleanups to the command executor. This change does a few minor cleanups: - Renamed `taskID` -> `taskId` - Renamed `taskId` argument to `_taskId` to avoid confusion with the member variable `taskId`. Review: https://reviews.apache.org/r/50413/ Project:

[2/5] mesos git commit: Added helpers evolve/devolve functions for executor calls/events.

2016-08-10 Thread anand
Added helpers evolve/devolve functions for executor calls/events. This change adds a couple of missing evolve/devolve helpers that we would be needing for making the existing command executor unversioned. Review: https://reviews.apache.org/r/50410/ Project:

[3/4] mesos git commit: Removed unneeded extra space in stout code base.

2016-08-10 Thread mpark
Removed unneeded extra space in stout code base. This patch is part of MESOS-5830, specially working on cleaning up unneeded space in project stout. Review: https://reviews.apache.org/r/50899/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[4/4] mesos git commit: Removed unneeded extra space in libprocess code base.

2016-08-10 Thread mpark
Removed unneeded extra space in libprocess code base. This patch is part of MESOS-5830, specially working on cleaning up unneeded space in project libprocess. Review: https://reviews.apache.org/r/50900/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/4] mesos git commit: Trimmed unneeded extra space between right angle brackets.

2016-08-10 Thread mpark
Repository: mesos Updated Branches: refs/heads/master 705896003 -> 0d3793e94 http://git-wip-us.apache.org/repos/asf/mesos/blob/bea8c3c9/src/tests/master_contender_detector_tests.cpp -- diff --git

[2/4] mesos git commit: Trimmed unneeded extra space between right angle brackets.

2016-08-10 Thread mpark
Trimmed unneeded extra space between right angle brackets. Mesos codebase has been evolved and no more need an extra space between two right angle brackets, e.g. vector