mesos git commit: Added the `_isolate` method.

2016-04-13 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master f09ae5bcb -> 0845ec043 Added the `_isolate` method. Once the `isolate` is successful, the `_isolate` method calls out the `mesos-cni-helper` to setup the /etc/hosts, /etc/hostname and /etc/resolv.conf for the container. Review:

[2/3] mesos git commit: Used path::join in test hook for slavePreLaunchDockerHook.

2016-04-13 Thread jieyu
Used path::join in test hook for slavePreLaunchDockerHook. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0e00a830 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0e00a830 Diff:

[1/3] mesos git commit: Added a test for slavePostFetchHook.

2016-04-13 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 124a05b4f -> f09ae5bcb Added a test for slavePostFetchHook. Review: https://reviews.apache.org/r/46175 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f09ae5bc Tree:

[3/3] mesos git commit: Added a slave post fetch hook.

2016-04-13 Thread jieyu
Added a slave post fetch hook. Review: https://reviews.apache.org/r/46173 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/80550c7d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/80550c7d Diff:

[3/4] mesos git commit: Added --http_command_executor flag.

2016-04-13 Thread vinodkone
Added --http_command_executor flag. Review: https://reviews.apache.org/r/44427/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/df24b670 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/df24b670 Diff:

[2/4] mesos git commit: Updated http_command_executor.cpp to use v1 API.

2016-04-13 Thread vinodkone
Updated http_command_executor.cpp to use v1 API. Review: https://reviews.apache.org/r/44424/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bec4d711 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/bec4d711 Diff:

[4/4] mesos git commit: Added HTTP command executor to make files.

2016-04-13 Thread vinodkone
Added HTTP command executor to make files. Added HTTP command executor to make files. For now the content in http_command_executor.cpp is identical to executor.cpp, and it will be updated in the subsequent review. Review: https://reviews.apache.org/r/44423/ Project:

[1/4] mesos git commit: Updated tests for HTTP command executor.

2016-04-13 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master e492b5427 -> 124a05b4f Updated tests for HTTP command executor. Review: https://reviews.apache.org/r/45670/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/124a05b4

[1/2] mesos git commit: Mark private global functions `static` in libprocess tests.

2016-04-13 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 3e4770c04 -> e492b5427 Mark private global functions `static` in libprocess tests. Review: https://reviews.apache.org/r/46029/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Documented internal `libprocess` helper function.

2016-04-13 Thread bmahler
Documented internal `libprocess` helper function. Review: https://reviews.apache.org/r/46027/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e492b542 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e492b542 Diff:

[mesos] Git Push Summary

2016-04-13 Thread jieyu
Repository: mesos Updated Tags: refs/tags/0.28.1 [created] 555db235a

svn commit: r13237 - in /release/mesos/0.28.1: ./ mesos-0.28.1.tar.gz mesos-0.28.1.tar.gz.asc mesos-0.28.1.tar.gz.md5

2016-04-13 Thread jieyu
Author: jieyu Date: Wed Apr 13 19:07:35 2016 New Revision: 13237 Log: Adding mesos-0.28.1. Added: release/mesos/0.28.1/ release/mesos/0.28.1/mesos-0.28.1.tar.gz (with props) release/mesos/0.28.1/mesos-0.28.1.tar.gz.asc release/mesos/0.28.1/mesos-0.28.1.tar.gz.md5 Added:

mesos git commit: Introduced '--networks' flag to mesos-execute.

2016-04-13 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master d88c9f977 -> 3e4770c04 Introduced '--networks' flag to mesos-execute. Review: https://reviews.apache.org/r/45731/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed logic error in mesos-execute.

2016-04-13 Thread alexr
Repository: mesos Updated Branches: refs/heads/master c23932d57 -> d88c9f977 Fixed logic error in mesos-execute. Review: https://reviews.apache.org/r/46102/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d88c9f97 Tree:

[2/2] mesos git commit: Removed numeric suffixes where appropriate in allocator tests.

2016-04-13 Thread alexr
Removed numeric suffixes where appropriate in allocator tests. We should not enumerate variables if the corresponding instance is the only one of such type in the test. Review: https://reviews.apache.org/r/44336/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Moved variable declarations closer to where they are used.

2016-04-13 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 656702960 -> c23932d57 Moved variable declarations closer to where they are used. We usually declare related variables closer to each other to increase code readability. Review: https://reviews.apache.org/r/44335/ Project:

[2/2] mesos git commit: Replaced empty hashmaps with {} in allocator tests.

2016-04-13 Thread alexr
Replaced empty hashmaps with {} in allocator tests. Review: https://reviews.apache.org/r/44334/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/65670296 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/65670296 Diff:

[1/2] mesos git commit: Updated comments in allocator tests for consistency.

2016-04-13 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 06defcb9b -> 656702960 Updated comments in allocator tests for consistency. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2a9e7697 Tree:

[7/9] mesos git commit: Updated CHANGELOG for 0.25.1-rc3 release.

2016-04-13 Thread mpark
Updated CHANGELOG for 0.25.1-rc3 release. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/67835949 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/67835949 Diff:

[3/9] mesos git commit: Updated CHANGELOG for 0.24.2-rc5 release.

2016-04-13 Thread mpark
Updated CHANGELOG for 0.24.2-rc5 release. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c8f77e7f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c8f77e7f Diff:

[9/9] mesos git commit: Updated CHANGELOG for 0.25.1-rc4 release.

2016-04-13 Thread mpark
Updated CHANGELOG for 0.25.1-rc4 release. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2b044b6f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2b044b6f Diff:

[5/9] mesos git commit: Updated CHANGELOG for 0.25.1-rc1 release.

2016-04-13 Thread mpark
Updated CHANGELOG for 0.25.1-rc1 release. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6480c5b7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6480c5b7 Diff:

[4/9] mesos git commit: Updated CHANGELOG for 0.24.2-rc1 release.

2016-04-13 Thread mpark
Updated CHANGELOG for 0.24.2-rc1 release. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d33cbbaf Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d33cbbaf Diff:

[8/9] mesos git commit: Updated CHANGELOG for 0.26.1-rc3 release.

2016-04-13 Thread mpark
Updated CHANGELOG for 0.26.1-rc3 release. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9f3694e1 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9f3694e1 Diff: