[2/3] mesos git commit: Removed an incorrect `CHECK` in the master.

2017-04-27 Thread mpark
Removed an incorrect `CHECK` in the master. Review: https://reviews.apache.org/r/58688/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6ace0a76 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6ace0a76 Diff: http://gi

[3/3] mesos git commit: MESOS-7323: Made `addSlave` not activate any frameworks.

2017-04-27 Thread mpark
MESOS-7323: Made `addSlave` not activate any frameworks. Review: https://reviews.apache.org/r/58689/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/72752fc6 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/72752fc6 Di

[1/3] mesos git commit: Made the activation of a client in `Sorter::add` explicit.

2017-04-27 Thread mpark
Repository: mesos Updated Branches: refs/heads/master 61823d33f -> 72752fc6d Made the activation of a client in `Sorter::add` explicit. Review: https://reviews.apache.org/r/58687/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/

mesos git commit: Fixed if-clause indentation in "mesos/containerizer.cpp".

2017-04-27 Thread alexr
Repository: mesos Updated Branches: refs/heads/master fd163c20c -> 61823d33f Fixed if-clause indentation in "mesos/containerizer.cpp". Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/61823d33 Tree: http://git-wip-us.apache

mesos git commit: Fixed a link in the upgrade documentation.

2017-04-27 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c70215029 -> fd163c20c Fixed a link in the upgrade documentation. This patch fixes a broken link in the upgrade documentation. Review: https://reviews.apache.org/r/58810/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Removed unused variable from api tests.

2017-04-27 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 5ac18cfcd -> c70215029 Removed unused variable from api tests. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c7021502 Tree: http://git-wip-us.apache.org/repos/asf/mes

mesos git commit: Removed unused capture of this.

2017-04-27 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 0d2db6c87 -> 5ac18cfcd Removed unused capture of this. clang-5 has a warning about unused lambda captures in its -Wall set. Removing this unused capture here to enable building with clang-5. Review: https://reviews.apache.org/r/58795/ Pr

mesos git commit: Temporarily disabled a test on Windows.

2017-04-27 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 01458d529 -> 0d2db6c87 Temporarily disabled a test on Windows. This test uses features of a POSIX shell and as is would never work against Windows agents. Temporarily disable it until we figure out a way to perform this test on both Windows

mesos git commit: Removed deprecated ACL `ShutdownFramework`.

2017-04-27 Thread me
Repository: mesos Updated Branches: refs/heads/master d55148afb -> 01458d529 Removed deprecated ACL `ShutdownFramework`. The `ShutdownFramework` message from `acls.proto` was deprecated more than six months ago in favor of `TeardownFramework`. Since its deprecation cycle is already over, this

[1/2] mesos git commit: Added support for authorization of Hierachical roles.

2017-04-27 Thread me
Repository: mesos Updated Branches: refs/heads/master 2cde52884 -> d55148afb Added support for authorization of Hierachical roles. Adds mechanisms to support authorization of hierarchical roles, that is, it allows operators to write ACLs of the form role/% which will enforce the rule for any n

[2/2] mesos git commit: Added test for authorization of hierarchical roles.

2017-04-27 Thread me
Added test for authorization of hierarchical roles. Adds tests for each of the actions which support hierarchical roles. Review: https://reviews.apache.org/r/57474/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d55148af Tr