[1/2] mesos git commit: CMake: Added mesos-protobuf target to build protobuf libraries.

2016-07-25 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master 0616b6b65 -> 285c04a11 CMake: Added mesos-protobuf target to build protobuf libraries. Protobufs need to be (re)generated before building other Mesos sources. To enforce this build order, we introduce a seperate build target that produces

[2/2] mesos git commit: Added Windows build batch script.

2016-07-25 Thread josephwu
Added Windows build batch script. This adds a script that will be run on the ASF CI, similar to how the `docker_build.sh` script is used for the existing Linux-based CI. This Jenkins job for Mesos on Windows can be found here: https://builds.apache.org/job/Mesos-Windows/ Review:

svn commit: r1754060 - in /mesos/site/publish/api/latest/c++: cgroups_8hpp.html cgroups_8hpp_source.html classScope-members.html classScope.html runtime_8hpp.html runtime_8hpp_source.html scope_8hpp.h

2016-07-25 Thread vinodkone
Author: vinodkone Date: Tue Jul 26 00:20:32 2016 New Revision: 1754060 URL: http://svn.apache.org/viewvc?rev=1754060=rev Log: Removed missing files. Removed: mesos/site/publish/api/latest/c++/cgroups_8hpp.html mesos/site/publish/api/latest/c++/cgroups_8hpp_source.html

svn commit: r1754059 - in /mesos/site/publish: ./ api/latest/c++/ api/latest/java/ api/latest/java/org/apache/mesos/ assets/js/ blog/ blog/announcing-mesoscon-eu-2015-hackathon/ blog/dev-community-sta

2016-07-25 Thread vinodkone
Author: vinodkone Date: Tue Jul 26 00:19:13 2016 New Revision: 1754059 URL: http://svn.apache.org/viewvc?rev=1754059=rev Log: Added community blog post. [This commit notification would consist of 58 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[1/2] mesos git commit: Added example framework for testing disk quota enforcement.

2016-07-25 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master 07a12a054 -> 0616b6b65 Added example framework for testing disk quota enforcement. This adds an example framework which exercises the behavior of the agent when the `--enforce_container_disk_quota` agent flag is enabled. The framework will

[2/2] mesos git commit: Added disk full framework to example framework tests.

2016-07-25 Thread josephwu
Added disk full framework to example framework tests. This test is roughly equivalent to the existing `DiskQuotaTest.DiskUsageExceedsQuota` test. Review: https://reviews.apache.org/r/50217/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Removed `C` language support from framework developer guide.

2016-07-25 Thread anand
Repository: mesos Updated Branches: refs/heads/master 9dfcd890b -> 07a12a054 Removed `C` language support from framework developer guide. Mesos does not support writing frameworks in `C` with the scheduler driver interface. Review: https://reviews.apache.org/r/50365/ Project:

mesos git commit: Added Developer Community Status blog post.

2016-07-25 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 3e115accc -> 9dfcd890b Added Developer Community Status blog post. Review: https://reviews.apache.org/r/50313/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Clean up indentation in Java scheduler driver.

2016-07-25 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 59d496ffa -> 3e115accc Clean up indentation in Java scheduler driver. This closes #147 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3e115acc Tree:

mesos git commit: Refactored docker/docker.cpp to use path::absolute().

2016-07-25 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master caa13aba1 -> 59d496ffa Refactored docker/docker.cpp to use path::absolute(). Review: https://reviews.apache.org/r/50081/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added CniIsolatorTest.ROOT_INTERNET_CURL_LaunchContainerInHostNetwork.

2016-07-25 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 357abbeb0 -> caa13aba1 Added CniIsolatorTest.ROOT_INTERNET_CURL_LaunchContainerInHostNetwork. Review: https://reviews.apache.org/r/50224/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Implemented `CgroupsIsolatorProcess::create`.

2016-07-25 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 0e76bd018 -> 357abbeb0 Implemented `CgroupsIsolatorProcess::create`. Review: https://reviews.apache.org/r/49814/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: