mesos git commit: Moved metrics of the hierarchical allocator to a separate file.

2016-03-04 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master d26baee1f -> b770eecfc Moved metrics of the hierarchical allocator to a separate file. To be consistent with the Master and Slave metrics.{hpp,cpp} files, this adds metrics.{hpp,cpp} files for the hierarchical allocator. Review:

mesos git commit: Added AWAIT_READY() call to reservation_endpoint_tests.

2016-03-04 Thread bernd
Repository: mesos Updated Branches: refs/heads/master aafd13385 -> d26baee1f Added AWAIT_READY() call to reservation_endpoint_tests. Calling .get() on a future is a blocking operation and a test calling get() without prior waiting for the future (e.g., AWAIT_READY()) can block forever.

mesos git commit: Fixed http authenticator module typing in master.

2016-03-04 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 369cd040f -> aafd13385 Fixed http authenticator module typing in master. Review: https://reviews.apache.org/r/44370/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Used single space in license check error message.

2016-03-04 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 567323012 -> 369cd040f Used single space in license check error message. Review: https://reviews.apache.org/r/44343/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: