[1/2] mesos git commit: Added authorization for GET '/quota' master endpoint.

2016-05-17 Thread alexr
Repository: mesos Updated Branches: refs/heads/master a4d05ad10 -> 6e4f70b7a Added authorization for GET '/quota' master endpoint. GET access to the '/quota' master endpoint is authorized using the newly introduced 'GET_QUOTA_WITH_ROLE' action. The response JSON is filtered on per-role basis.

[2/2] mesos git commit: Cleaned up logs and ordering in "quota_handler.cpp".

2016-05-17 Thread alexr
Cleaned up logs and ordering in "quota_handler.cpp". Rearrange function definitions so that they follow the common sequence for quota actions: status (GET) - > set (POST) -> remove (DELETE). Use "set" instead of "request" in log entry to avoid confusion. Project:

mesos git commit: Corrected indentation in master quota tests.

2016-05-17 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 6e4f70b7a -> 0b3fc3efb Corrected indentation in master quota tests. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0b3fc3ef Tree:

mesos git commit: Fixed some typos in oversubscription test and allocator.

2016-05-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 0b3fc3efb -> 323ef1c4e Fixed some typos in oversubscription test and allocator. Review: https://reviews.apache.org/r/47436/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Replaced 'slave' with 'agent' in flag names.

2016-05-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 323ef1c4e -> 2e409a525 Replaced 'slave' with 'agent' in flag names. Original names are marked as deprecated. Review: https://reviews.apache.org/r/45200/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Slave/Agent terminology replacement in documentation.

2016-05-17 Thread vinodkone
Slave/Agent terminology replacement in documentation. Renamed 'slave' in documentation with 'agent'. However, not all of them are renamed due to stickiness of class name, JSON response, endpoint, etc. Review: https://reviews.apache.org/r/47303/ Project:

[1/2] mesos git commit: Slave/Agent terminology replacement in documentation.

2016-05-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 2e409a525 -> 24e1e0980 http://git-wip-us.apache.org/repos/asf/mesos/blob/24e1e098/docs/high-availability.md -- diff --git a/docs/high-availability.md

mesos git commit: Fixed broken link for Academic Papers in documentation.

2016-05-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 24e1e0980 -> 0bfd6999e Fixed broken link for Academic Papers in documentation. Review: https://reviews.apache.org/r/47478/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed spelling nits in GET '/quota' authorization.

2016-05-17 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 0bfd6999e -> c96df2382 Fixed spelling nits in GET '/quota' authorization. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c96df238 Tree:

mesos git commit: Updated CHANGELOG to reflect flags rename.

2016-05-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c96df2382 -> a7835f889 Updated CHANGELOG to reflect flags rename. Deprecated flags with keyword 'slave' in favor of 'agent'. Review: https://reviews.apache.org/r/47507/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: