mesos git commit: Adjusted include order in docker store.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master d8a170b40 -> dd388a753 Adjusted include order in docker store. Review: https://reviews.apache.org/r/45211/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dd388a75 Tre

[2/2] mesos git commit: Removed has_mode check in docker.cpp.

2016-06-17 Thread jieyu
Removed has_mode check in docker.cpp. The has_mode check is not needed as mode is a required field in Volume protobuf. Review: https://reviews.apache.org/r/48769/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d8a170b4 Tree

[1/2] mesos git commit: Enabled docker volume support for DockerContainerizer.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 88bd5f564 -> d8a170b40 Enabled docker volume support for DockerContainerizer. Review: https://reviews.apache.org/r/36440/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/comm

[2/2] mesos git commit: Updated docker-volume.md by adding volume test.

2016-06-17 Thread jieyu
Updated docker-volume.md by adding volume test. Review: https://reviews.apache.org/r/48897/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/88bd5f56 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/88bd5f56 Diff: http:

[1/2] mesos git commit: Some cleanup in docker-volume.md.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master ec41d1aa8 -> 88bd5f564 Some cleanup in docker-volume.md. 1. Clarified dvdcli needs to be installed on each agent. 2. s/mesos-slave/mesos-agent Review: https://reviews.apache.org/r/48483/ Project: http://git-wip-us.apache.org/repos/asf/me

[4/5] mesos git commit: Implemented v1::master::Call::GET_TASKS.

2016-06-17 Thread vinodkone
Implemented v1::master::Call::GET_TASKS. Review: https://reviews.apache.org/r/48046/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7f340fba Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7f340fba Diff: http://git-w

[5/5] mesos git commit: Added unit test for master /tasks endpoint.

2016-06-17 Thread vinodkone
Added unit test for master /tasks endpoint. Review: https://reviews.apache.org/r/48450/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ec41d1aa Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ec41d1aa Diff: http://gi

[3/5] mesos git commit: Added Task proto message to v1/mesos.proto.

2016-06-17 Thread vinodkone
Added Task proto message to v1/mesos.proto. Review: https://reviews.apache.org/r/48449/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/26fed989 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/26fed989 Diff: http://gi

[1/5] mesos git commit: Extracted task collection logic to helper function.

2016-06-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master a6f1587f7 -> ec41d1aa8 Extracted task collection logic to helper function. Added a helper function _tasks() to collect tasks. This is to be used by both tasks() and getTasks() in operator API. Review: https://reviews.apache.org/r/48400/

[2/5] mesos git commit: Changed GetTask.limit type to int32 with default value 100.

2016-06-17 Thread vinodkone
Changed GetTask.limit type to int32 with default value 100. This protobuf message should be int32 instead of string. Default value is set to TASK_LIMIT (100). Review: https://reviews.apache.org/r/48401/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.

mesos git commit: Minor edit on the CNI doc.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 2a7e4d25b -> a6f1587f7 Minor edit on the CNI doc. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a6f1587f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a6f15

mesos git commit: Fixed incorrect header include order.

2016-06-17 Thread anand
Repository: mesos Updated Branches: refs/heads/master c1d2cf61f -> 2a7e4d25b Fixed incorrect header include order. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2a7e4d25 Tree: http://git-wip-us.apache.org/repos/asf/mesos

[2/2] mesos git commit: Added documentation about Mesos metadata for CNI plugins.

2016-06-17 Thread jieyu
Added documentation about Mesos metadata for CNI plugins. Review: https://reviews.apache.org/r/48893 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c1d2cf61 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c1d2cf61 Di

[1/2] mesos git commit: Fixed an indentation issue in CNI doc.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master fb53757e7 -> c1d2cf61f Fixed an indentation issue in CNI doc. Review: https://reviews.apache.org/r/48892 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3a381353 Tree:

mesos git commit: Added Mesos metadata when invoking CNI plugins.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master f4ce11d94 -> fb53757e7 Added Mesos metadata when invoking CNI plugins. https://reviews.apache.org/r/48527 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fb53757e Tree

mesos git commit: Display allocated resources in the webui agent listing.

2016-06-17 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 9921e4609 -> f4ce11d94 Display allocated resources in the webui agent listing. Review: https://reviews.apache.org/r/48885/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/com

mesos git commit: Fixed variable shadowing in `launchTaskPosix`.

2016-06-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 81214c872 -> 9921e4609 Fixed variable shadowing in `launchTaskPosix`. Review: https://reviews.apache.org/r/48836/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9921e

[2/2] mesos git commit: Stout: Added parse() for JSON::Array.

2016-06-17 Thread jieyu
Stout: Added parse() for JSON::Array. Review: https://reviews.apache.org/r/48680/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5c7be4ba Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5c7be4ba Diff: http://git-wip-

[1/2] mesos git commit: Enabled volume support for mesos-execute.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master d2d5c409f -> 81214c872 Enabled volume support for mesos-execute. Review: https://reviews.apache.org/r/46762/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/81214c87 T

[2/4] mesos git commit: Fixed Cmake build for Nvidia GPU support on Linux.

2016-06-17 Thread bmahler
Fixed Cmake build for Nvidia GPU support on Linux. Review: https://reviews.apache.org/r/48881/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/da610431 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/da610431 Diff: ht

[1/4] mesos git commit: Clarified comments on socket data structures in SocketManager.

2016-06-17 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 74820f7a9 -> d2d5c409f Clarified comments on socket data structures in SocketManager. Review: https://reviews.apache.org/r/46025/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/me

[4/4] mesos git commit: Fixed Cmake build for Nvidia GPU support on Linux in libprocess.

2016-06-17 Thread bmahler
Fixed Cmake build for Nvidia GPU support on Linux in libprocess. Review: https://reviews.apache.org/r/48883/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d2d5c409 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d2d

[3/4] mesos git commit: Fixed Cmake build for Nvidia GPU support on Linux in stout.

2016-06-17 Thread bmahler
Fixed Cmake build for Nvidia GPU support on Linux in stout. Review: https://reviews.apache.org/r/48882/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1f65937b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1f65937b

[1/2] mesos git commit: Cleaned up BadRequest messages in weights_handler.

2016-06-17 Thread me
Repository: mesos Updated Branches: refs/heads/master 037201178 -> 74820f7a9 Cleaned up BadRequest messages in weights_handler. There is no need to add () for request body as there is already '' for the message. Review: https://reviews.apache.org/r/46875/ Project: http://git-wip-us.apache.o

[2/2] mesos git commit: Updated confusing curl syntax in quota.md and weights.md.

2016-06-17 Thread me
Updated confusing curl syntax in quota.md and weights.md. There should be a @ before the json file when using "curl -d". If this was intended to be inline json, it should have been inline. Review: https://reviews.apache.org/r/46872/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Com

mesos git commit: Changed build to always enable Nvidia GPU support for Linux.

2016-06-17 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 0291b46eb -> 037201178 Changed build to always enable Nvidia GPU support for Linux. Previously, we supported a configure flag for `--enable-nvidia-gpu-support` to explicitly enable Nvidia GPU support when building Mesos on Linux. This commi

mesos git commit: Adjusted the namespace order for docker volume isolator test.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master d94b9d4b5 -> 0291b46eb Adjusted the namespace order for docker volume isolator test. Review: https://reviews.apache.org/r/48639/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mes

mesos git commit: Fixed incorrect quotation marks in newbie-guide.md.

2016-06-17 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 9838d2781 -> d94b9d4b5 Fixed incorrect quotation marks in newbie-guide.md. Review: https://reviews.apache.org/r/48856/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/

Re: mesos git commit: Added Joseph to the list of committers.

2016-06-17 Thread Benjamin Mahler
Feel free to do a website publish to pick up the changes. On Thu, Jun 16, 2016 at 11:22 AM, wrote: > Repository: mesos > Updated Branches: > refs/heads/master cd8604910 -> d7f465b28 > > > Added Joseph to the list of committers. > > > Project: http://git-wip-us.apache.org/repos/asf/mesos/repo >

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

2016-06-17 Thread vinodkone
Implemented GET_MAINTENANCE_SCHEDULE Call in v1 master API. Review: https://reviews.apache.org/r/48257/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5f09adb9 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5f09adb9

[4/9] mesos git commit: Implemented GET_MAINTENANCE_STATUS Call in v1 master API.

2016-06-17 Thread vinodkone
Implemented GET_MAINTENANCE_STATUS Call in v1 master API. Review: https://reviews.apache.org/r/48084/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b73f0a50 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b73f0a50 D

[7/9] mesos git commit: Implemented START_MAINTENANCE Call in v1 master API.

2016-06-17 Thread vinodkone
Implemented START_MAINTENANCE Call in v1 master API. Review: https://reviews.apache.org/r/48285/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9d7475af Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9d7475af Diff:

[9/9] mesos git commit: Added test case `MasterAPITest.StartAndStopMaintenance`.

2016-06-17 Thread vinodkone
Added test case `MasterAPITest.StartAndStopMaintenance`. Review: https://reviews.apache.org/r/48580/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9838d278 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9838d278 Di

[1/9] mesos git commit: Added maintenance V1 header.

2016-06-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 7c1a7335d -> 9838d2781 Added maintenance V1 header. Review: https://reviews.apache.org/r/48115/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fe14949a Tree: http://g

[6/9] mesos git commit: Added test case `MasterAPITest.GetMaintenanceStatus`.

2016-06-17 Thread vinodkone
Added test case `MasterAPITest.GetMaintenanceStatus`. Review: https://reviews.apache.org/r/48260/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0102f6ef Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0102f6ef Diff:

[2/9] mesos git commit: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-17 Thread vinodkone
Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API. Review: https://reviews.apache.org/r/48116/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e204ddfa Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e204d

[5/9] mesos git commit: Added test case `MasterAPITest.UpdateAndGetMaintenanceSchedule`.

2016-06-17 Thread vinodkone
Added test case `MasterAPITest.UpdateAndGetMaintenanceSchedule`. Review: https://reviews.apache.org/r/48259/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/87c079e9 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/87c

[8/9] mesos git commit: Implemented STOP_MAINTENANCE Call in v1 master API.

2016-06-17 Thread vinodkone
Implemented STOP_MAINTENANCE Call in v1 master API. Review: https://reviews.apache.org/r/48286/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1387f8f8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1387f8f8 Diff: h

mesos git commit: Added preview logo for facebook.

2016-06-17 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 89d072d85 -> 7c1a7335d Added preview logo for facebook. Review: https://reviews.apache.org/r/48861/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7c1a7335 Tree: http

mesos git commit: Removed capturing 'this' in sandbox authorization.

2016-06-17 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 5c0f70d4f -> 89d072d85 Removed capturing 'this' in sandbox authorization. Previously we captured 'this' in the lambda. As we store the lamda in the FilesProcess accessing 'this' can lead to segmentation faults. The problem here is that the

mesos git commit: Removed JNI major version check.

2016-06-17 Thread yan
Repository: mesos Updated Branches: refs/heads/master a1a910833 -> 5c0f70d4f Removed JNI major version check. The major version check makes upgrading frameworks unnecessarily hard because you would have to deploy Mesos and frameworks in lockstep. Dependency management should be done outside o

mesos git commit: Marked some optional fields in acls.proto as required.

2016-06-17 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 5c2521c6d -> a1a910833 Marked some optional fields in acls.proto as required. The messages `GetEndpoints`, `ViewFramework`, `ViewTask`, `ViewExecutor` and `AccessSandbox` all have optional authorization objects as a result of copy and pasti

mesos git commit: Updated committer affiliations and sort the list alphabetically.

2016-06-17 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 2aabaf33e -> 5c2521c6d Updated committer affiliations and sort the list alphabetically. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5c2521c6 Tree: http://git-wip-us

[3/5] mesos git commit: Updated `LocalAuthorizer` to consolidate to the `UPDATE_QUOTA` action.

2016-06-17 Thread mpark
Updated `LocalAuthorizer` to consolidate to the `UPDATE_QUOTA` action. As described in https://reviews.apache.org/r/48039/, `QuotaHandler` is updated to send only one authorization request per action. In this patch, we update the `LocalAuthorizer` to handle `UPDATE_QUOTA`. Note that `QuotaHandler

[4/5] mesos git commit: Updated quota authorization tests to satisfy the new requirements.

2016-06-17 Thread mpark
Updated quota authorization tests to satisfy the new requirements. Review: https://reviews.apache.org/r/48040/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b1bf8612 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b

[1/5] mesos git commit: Removed `SET_QUOTA_WITH_ROLE` and `REMOVE_QUOTA_WITH_PRINCIPAL` actions.

2016-06-17 Thread mpark
Repository: mesos Updated Branches: refs/heads/master 7c0f57ff0 -> 2aabaf33e Removed `SET_QUOTA_WITH_ROLE` and `REMOVE_QUOTA_WITH_PRINCIPAL` actions. Quota-related actions `SET_QUOTA_WITH_ROLE` and `DESTROY_QUOTA_WITH_PRINCIPAL` were "deprecated" in https://reviews.apache.org/r/47399/. However

[2/5] mesos git commit: Updated `QuotaHandler` to send one authorization request per action.

2016-06-17 Thread mpark
Updated `QuotaHandler` to send one authorization request per action. As described in MESOS-5628, this patch makes `QuotaHandler` only send one authorization request per action. During the deprecation cycle of `ACL::SetQuota` and `ACL::RemoveQuota`, the `LocalAuthorizer` for example still needs to

[5/5] mesos git commit: Updated the documentation regarding quota authorization.

2016-06-17 Thread mpark
Updated the documentation regarding quota authorization. Review: https://reviews.apache.org/r/48824/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2aabaf33 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2aabaf33 Di