mesos git commit: Renamed method 'getWeights' to 'get' in WeightsHandler.

2016-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master d6ff7513a -> 37dc886ee Renamed method 'getWeights' to 'get' in WeightsHandler. Review: https://reviews.apache.org/r/49293/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Added Agent protobuf message.

2016-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master f9fe7f47c -> 5756e8527 Added Agent protobuf message. This patch added Agent protobuf message to: 1. v1 message: v1/master/master.proto 2. unversioned message: master/master.proto Review: https://reviews.apache.org/r/48841/ Project:

[3/3] mesos git commit: Implemented REMOVE_QUOTA Call in v1 master API.

2016-06-28 Thread anand
Implemented REMOVE_QUOTA Call in v1 master API. Review: https://reviews.apache.org/r/49247/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/aaecd723 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/aaecd723 Diff:

mesos git commit: Removed an unused constant in the GPU isolator.

2016-06-28 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 7748f5ca9 -> 0c0a938fa Removed an unused constant in the GPU isolator. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0c0a938f Tree:

[1/2] mesos git commit: Implemented v1 operator API GET_FRAMEWORK call.

2016-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 020763b7a -> 76b746682 Implemented v1 operator API GET_FRAMEWORK call. Review: https://reviews.apache.org/r/49137/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Added Framework protobuf message.

2016-06-28 Thread vinodkone
Added Framework protobuf message. Added 'Framework' protobuf message to master/master.proto & v1/master/master.proto. Review: https://reviews.apache.org/r/49136/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b00f870b

[1/2] mesos git commit: Fixed FD inheritance leak when SSL is enabled.

2016-06-28 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master aaecd7230 -> 020763b7a Fixed FD inheritance leak when SSL is enabled. Incoming sockets are leaked when the agent forks because incoming sockets are not modified with the CLOEXEC option. Review: https://reviews.apache.org/r/49280/

[2/2] mesos git commit: Added TODOs to make Socket CLOEXEC optional.

2016-06-28 Thread josephwu
Added TODOs to make Socket CLOEXEC optional. All sockets made by libprocess are, by default, nonblocking and not inherited by forks. This is the opposite of the Linux default. Nonblocking is a requirement of libprocess, but "close-on-exec" is not. The latter should be modifiable by the user of

[2/2] mesos git commit: Implemented v1 operator update weights API.

2016-06-28 Thread vinodkone
Implemented v1 operator update weights API. Review: https://reviews.apache.org/r/49064/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8570c150 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8570c150 Diff:

[1/2] mesos git commit: Extracted public logic of updating weights into _updateWeights.

2016-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 76b746682 -> 8570c1508 Extracted public logic of updating weights into _updateWeights. This patch refactored the logic of updating weights in WeightsHandler. Extracted the public code into new `_updateWeights()` method so that the new

mesos git commit: Added self to contributors.

2016-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 0a0ed2d98 -> a8145a97a Added self to contributors. This closes #116 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a8145a97 Tree:

mesos git commit: Removed unused parameters in command executor.

2016-06-28 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master a8145a97a -> 6c0a6e150 Removed unused parameters in command executor. Review: https://reviews.apache.org/r/49353 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added Slack information to community page.

2016-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8570c1508 -> 720200226 Added Slack information to community page. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/72020022 Tree:

mesos git commit: Added proto message definitions to support appc runtime.

2016-06-28 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 720200226 -> c5b118e60 Added proto message definitions to support appc runtime. Review: https://reviews.apache.org/r/49207/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Enabled fine-grained authorization in the master's frameworks endpoint.

2016-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c5b118e60 -> 9a144796e Enabled fine-grained authorization in the master's frameworks endpoint. Even if ACLs were defined for the actions `VIEW_FRAMEWORKS`, `VIEW_EXECUTORS` and `VIEW_TASKS`, the data these actions were supposed to protect,