svn commit: r1754059 - in /mesos/site/publish: ./ api/latest/c++/ api/latest/java/ api/latest/java/org/apache/mesos/ assets/js/ blog/ blog/announcing-mesoscon-eu-2015-hackathon/ blog/dev-community-sta

2016-07-25 Thread vinodkone
Author: vinodkone Date: Tue Jul 26 00:19:13 2016 New Revision: 1754059 URL: http://svn.apache.org/viewvc?rev=1754059=rev Log: Added community blog post. [This commit notification would consist of 58 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

mesos git commit: Added Developer Community Status blog post.

2016-07-25 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 3e115accc -> 9dfcd890b Added Developer Community Status blog post. Review: https://reviews.apache.org/r/50313/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

svn commit: r14504 - in /dev/mesos/1.0.0-rc4: ./ mesos-1.0.0.tar.gz mesos-1.0.0.tar.gz.asc mesos-1.0.0.tar.gz.md5

2016-07-22 Thread vinodkone
Author: vinodkone Date: Sat Jul 23 05:39:36 2016 New Revision: 14504 Log: Adding mesos-1.0.0-rc4. Added: dev/mesos/1.0.0-rc4/ dev/mesos/1.0.0-rc4/mesos-1.0.0.tar.gz (with props) dev/mesos/1.0.0-rc4/mesos-1.0.0.tar.gz.asc dev/mesos/1.0.0-rc4/mesos-1.0.0.tar.gz.md5 Added: dev

[mesos] Git Push Summary

2016-07-22 Thread vinodkone
Repository: mesos Updated Tags: refs/tags/1.0.0-rc4 [created] c9b70582e

[mesos] Git Push Summary

2016-07-22 Thread vinodkone
Repository: mesos Updated Tags: refs/tags/1.0.0-rc3 [created] ea4cc1467

mesos git commit: Updated endpoint docs for 1.0.0-rc3.

2016-07-22 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.0.x 3931cef73 -> ea4cc1467 Updated endpoint docs for 1.0.0-rc3. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ea4cc146 Tree:

[2/2] mesos git commit: Updated CHANGELOG for 1.0.0-rc3.

2016-07-22 Thread vinodkone
Updated CHANGELOG for 1.0.0-rc3. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7b35cd98 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7b35cd98 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7b35cd98

[1/2] mesos git commit: Updated endpoints help.

2016-07-22 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master b9651f654 -> 16fe3472d Updated endpoints help. Auto-generated by running support/generate-endpoint-help.py. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/16fe3472

[4/4] mesos git commit: Updated CHANGELOG for 1.0.0-rc3.

2016-07-22 Thread vinodkone
Updated CHANGELOG for 1.0.0-rc3. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3931cef7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3931cef7 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3931cef7

[2/4] mesos git commit: Fixed the incomplete `TaskStatus` message of docker executor.

2016-07-22 Thread vinodkone
Fixed the incomplete `TaskStatus` message of docker executor. When we enable health check for the tasks run in docker container, their `TaskStatus` messages generated by docker executor may miss `NetworkInfo` field and agent would fill the host ip as default value. In this change, we cache the

[1/4] mesos git commit: Disabled the `--registry_strict` master flag.

2016-07-22 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.0.x c09ee618c -> 3931cef73 Disabled the `--registry_strict` master flag. This flag was always marked as experimental. This flag controlled whether the master will behave the same, regardless of whether the master has failed over. Notably, in

mesos git commit: Disabled the `--registry_strict` master flag.

2016-07-22 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 6f6b4a4c2 -> c2419e417 Disabled the `--registry_strict` master flag. This flag was always marked as experimental. This flag controlled whether the master will behave the same, regardless of whether the master has failed over. Notably, in

[1/3] mesos git commit: Renamed GET_LEADING_MASTER to GET_MASTER in v1 operator API.

2016-07-19 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.0.x 99bdf297b -> c3128a58a Renamed GET_LEADING_MASTER to GET_MASTER in v1 operator API. Review: https://reviews.apache.org/r/50211 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/3] mesos git commit: Made build* fields optional in VersionInfo protobuf.

2016-07-19 Thread vinodkone
Made build* fields optional in VersionInfo protobuf. This will enable us to use the VersionInfo for other components that do not necessarily have a build_user etc. Review: https://reviews.apache.org/r/50213 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/3] mesos git commit: Removed GET_STATE_SUMMARY from v1 operator API.

2016-07-19 Thread vinodkone
Removed GET_STATE_SUMMARY from v1 operator API. It is not clear if we would need this in v1 API. Review: https://reviews.apache.org/r/50212 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d0f042e9 Tree:

[1/3] mesos git commit: Renamed GET_LEADING_MASTER to GET_MASTER in v1 operator API.

2016-07-19 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master dc4a4ae9b -> db305bb35 Renamed GET_LEADING_MASTER to GET_MASTER in v1 operator API. Review: https://reviews.apache.org/r/50211 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/3] mesos git commit: Removed GET_STATE_SUMMARY from v1 operator API.

2016-07-19 Thread vinodkone
Removed GET_STATE_SUMMARY from v1 operator API. It is not clear if we would need this in v1 API. Review: https://reviews.apache.org/r/50212 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dc801841 Tree:

[1/2] mesos git commit: Speed up reservation test by lowering allocation interval.

2016-07-19 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master b43bb4fea -> dc4a4ae9b Speed up reservation test by lowering allocation interval. ReserveResource test (and UnreserveResource test) in v1 operator API is very slow, taking more than 1000 ms. If we set allocation interval in master flag to

mesos git commit: Removed unnecessary await from test.

2016-07-19 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 66ebdfdc4 -> b43bb4fea Removed unnecessary await from test. Review: https://reviews.apache.org/r/49892/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b43bb4fe Tree:

mesos git commit: Fixed the flaky test case `AgentAPITest.GetState`.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 061632cb5 -> 6c628d4a3 Fixed the flaky test case `AgentAPITest.GetState`. This test case is flaky because we didn't wait for the agent receives and properly handles the ACK of `TASK_KILLED`. Then the agent may have not yet marked the task

mesos git commit: Added missing tables attributes in docs.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master bd2310b56 -> 061632cb5 Added missing tables attributes in docs. Most of the tables presented in docs uses `class="table table-striped"`. To make tables looks consitent I added this attribute where it was missing on modules and

[1/2] mesos git commit: Included v1 Executor Protos in maven jar.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/0.28.x 5464a90ca -> f5e308877 Included v1 Executor Protos in maven jar. Updated the Makefile to include v1 executor protos classes files in the generated mesos maven jar. Review: https://reviews.apache.org/r/47582/ Project:

mesos git commit: Added Dhilip to contributors.yml.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8a8286ccd -> 241214841 Added Dhilip to contributors.yml. This closes #142 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/24121484 Tree:

[2/8] mesos git commit: Implemented 'GetExecutors' call in v1 agent API.

2016-07-13 Thread vinodkone
Implemented 'GetExecutors' call in v1 agent API. Review: https://reviews.apache.org/r/49758/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/950e9ce9 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/950e9ce9 Diff:

[6/8] mesos git commit: Added test case for 'GetExecutors' call in v1 agent API.

2016-07-13 Thread vinodkone
Added test case for 'GetExecutors' call in v1 agent API. Review: https://reviews.apache.org/r/49798/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3230093a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3230093a

[3/8] mesos git commit: Implemented 'GetTasks' call in v1 agent API.

2016-07-13 Thread vinodkone
Implemented 'GetTasks' call in v1 agent API. Review: https://reviews.apache.org/r/49759/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d8e4b05b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d8e4b05b Diff:

[8/8] mesos git commit: Added test case for 'GetState' call in v1 agent API.

2016-07-13 Thread vinodkone
Added test case for 'GetState' call in v1 agent API. Review: https://reviews.apache.org/r/49800/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b413918b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b413918b Diff:

[4/8] mesos git commit: Implemented 'GetState' call in v1 agent API.

2016-07-13 Thread vinodkone
Implemented 'GetState' call in v1 agent API. Review: https://reviews.apache.org/r/49760/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a2981795 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a2981795 Diff:

[1/8] mesos git commit: Implemented 'GetFrameworks' call in v1 agent API.

2016-07-13 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master e6444713d -> b413918be Implemented 'GetFrameworks' call in v1 agent API. Review: https://reviews.apache.org/r/49757/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added Ammar Askar to contributors.yaml.

2016-07-12 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master fd8169ac2 -> ce36274c2 Added Ammar Askar to contributors.yaml. This closes #139 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ce36274c Tree:

mesos git commit: Renamed `info` to `executorInfo` in `Master::Http::_getExecutors`.

2016-07-11 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 3fea995d9 -> cc1e9b77a Renamed `info` to `executorInfo` in `Master::Http::_getExecutors`. Review: https://reviews.apache.org/r/49865/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Removed an unnecessary `Clock::settle` from a test case.

2016-07-11 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c84880a1d -> e765520f3 Removed an unnecessary `Clock::settle` from a test case. Review: https://reviews.apache.org/r/49692/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Cleaned up some minor style issues.

2016-07-11 Thread vinodkone
Cleaned up some minor style issues. Review: https://reviews.apache.org/r/49693/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e765520f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e765520f Diff:

mesos git commit: Added Yong Tang to contributors list.

2016-07-11 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 1ddc86846 -> 39b9ba687 Added Yong Tang to contributors list. This PR added Yong Tang to contributors list. This closes #138 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added drexin to contributors.yaml.

2016-07-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master cc0d3fb14 -> 877e5d7b8 Added drexin to contributors.yaml. This closes #135 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/877e5d7b Tree:

mesos git commit: Added Snap plugin to tools list.

2016-07-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 5dc0f3102 -> 96be2aab4 Added Snap plugin to tools list. Add the newly-released Mesos plugin for Intel's [Snap](https://github.com/intelsdi-x/snap) telemetry framework to the tools documentation. This closes #134 Project:

mesos git commit: Used MESOS_VERSION instead of fixed mesos version string.

2016-07-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 2b78b20df -> 5dc0f3102 Used MESOS_VERSION instead of fixed mesos version string. Fixed the hard coded version string in GetAgents test in api_tests. Review: https://reviews.apache.org/r/49788/ Project:

mesos git commit: MESOS-5808 - Elasticsearch misspelled on homepage.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 13fe3f5e5 -> 5f0f8b832 MESOS-5808 - Elasticsearch misspelled on homepage. Review: https://reviews.apache.org/r/49785/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[mesos] Git Push Summary

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.0.x [created] 9c8bfa9b1

[mesos] Git Push Summary

2016-07-07 Thread vinodkone
Repository: mesos Updated Tags: refs/tags/1.0.0-rc2 [created] 9c8bfa9b1

mesos git commit: Updated Mesos version to 1.1.0.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 9c8bfa9b1 -> 13fe3f5e5 Updated Mesos version to 1.1.0. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/13fe3f5e Tree:

mesos git commit: Pulled APIs into a separate section in docs/home.md.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master fb7d605ad -> 9c8bfa9b1 Pulled APIs into a separate section in docs/home.md. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9c8bfa9b Tree:

mesos git commit: Removed invalid/duplicate issues from 1.0.0. CHANGELOG.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master a7adef8a0 -> 1126c7092 Removed invalid/duplicate issues from 1.0.0. CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1126c709 Tree:

mesos git commit: Updated CHANGELOG for 1.0.0.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 86daa2e63 -> a7adef8a0 Updated CHANGELOG for 1.0.0. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a7adef8a Tree:

mesos git commit: Updated configuration.md.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 7573eb2a5 -> 86daa2e63 Updated configuration.md. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/86daa2e6 Tree:

mesos git commit: Updated configuration.md.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master d2c153f01 -> 7573eb2a5 Updated configuration.md. Review: https://reviews.apache.org/r/49768/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7573eb2a Tree:

mesos git commit: Linked to lists.apache.org for archive links.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 649c2d800 -> 6af407510 Linked to lists.apache.org for archive links. Note that the last archive link isn't there, because apparently that's not on lists.apache.org yet. Thanks! --Rich This closes #131 Project:

mesos git commit: Generated endpoints.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 4ec1ef2d9 -> 35852ce16 Generated endpoints. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/35852ce1 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/35852ce1

mesos git commit: Fixed parameter names in test-upgrade.py.

2016-07-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 554ec1b26 -> 4ec1ef2d9 Fixed parameter names in test-upgrade.py. Added 'MESOS_AUTHENTICATE_FRAMEWORKS' in env variable when starting master. Also changed 'mesos-agent.sh' back to 'mesos-slave.sh' since 'slave' is not renamed in 0.28.x.

mesos git commit: Added CMakeLists.txt to release guide.

2016-07-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 13c2020d4 -> d1ba1c8e2 Added CMakeLists.txt to release guide. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d1ba1c8e Tree:

mesos git commit: Refactor all `get*` helper functions for master API to blocking version.

2016-07-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8cbc1aeff -> b16dbb2c2 Refactor all `get*` helper functions for master API to blocking version. This makes sure \`GetState()\` collection is done in an atomic fashion and avoid a race condition when doing `subscribe`. Things can be

mesos git commit: Added contributor to contributors.yaml.

2016-07-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8e274c246 -> 850bab164 Added contributor to contributors.yaml. This closes #129 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/850bab16 Tree:

[2/3] mesos git commit: Added filtering for orphaned executors in `GET_EXECUTORS` operator API.

2016-07-06 Thread vinodkone
Added filtering for orphaned executors in `GET_EXECUTORS` operator API. Review: https://reviews.apache.org/r/49685/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c1e0e4a4 Tree:

[1/3] mesos git commit: Renamed `unsubscribed_frameworks` to `recovered_frameworks`.

2016-07-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master d6a209a79 -> 29f848b73 Renamed `unsubscribed_frameworks` to `recovered_frameworks`. Review: https://reviews.apache.org/r/49681/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/3] mesos git commit: Added filtering for orphaned tasks in `GET_TASKS` operator API.

2016-07-06 Thread vinodkone
Added filtering for orphaned tasks in `GET_TASKS` operator API. Review: https://reviews.apache.org/r/49686/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/29f848b7 Tree:

[3/4] mesos git commit: Changed name of authorization test.

2016-07-06 Thread vinodkone
Changed name of authorization test. The name should reflect the name of the submessage in ReRegisterSlave message. Review: https://reviews.apache.org/r/49699/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a626dfee Tree:

[2/4] mesos git commit: Renamed incorrect variable name in authorization tests.

2016-07-06 Thread vinodkone
Renamed incorrect variable name in authorization tests. Review: https://reviews.apache.org/r/49698/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1f2555ab Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1f2555ab

[4/4] mesos git commit: Added test to check orphaned tasks are filtered.

2016-07-06 Thread vinodkone
Added test to check orphaned tasks are filtered. Review: https://reviews.apache.org/r/49700/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d6a209a7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d6a209a7 Diff:

mesos git commit: Fixed variable name in reconciliation tests.

2016-07-05 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master def697929 -> 26303f4be Fixed variable name in reconciliation tests. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/26303f4b Tree:

[4/4] mesos git commit: Extended install() to support 7 arguments.

2016-07-05 Thread vinodkone
Extended install() to support 7 arguments. Review: https://reviews.apache.org/r/49606/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/90bcedce Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/90bcedce Diff:

[3/4] mesos git commit: Added filtering for orphaned tasks in /state endpoint.

2016-07-05 Thread vinodkone
Added filtering for orphaned tasks in /state endpoint. Review: https://reviews.apache.org/r/49609/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0cb4533b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0cb4533b

[1/4] mesos git commit: Added test for sending framework information after master failover.

2016-07-05 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c5e2aae13 -> 6fd4e9a53 Added test for sending framework information after master failover. We test that the FrameworkInfos for running frameworks are send from the agent to the master when an agent reregisters. Review:

[4/4] mesos git commit: Fixed `delete` usage in authorization_test.cpp.

2016-07-04 Thread vinodkone
Fixed `delete` usage in authorization_test.cpp. Additionally this review fixes some minor formatting and typo issues. Review: https://reviews.apache.org/r/49575/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2c858800

[3/4] mesos git commit: Refactored /role and getRoles endpoint code.

2016-07-04 Thread vinodkone
Refactored /role and getRoles endpoint code. This patch factors out common functionality of getting filtered/authorized roles which was previously duplicated between both methods. Review: https://reviews.apache.org/r/49574/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/4] mesos git commit: Updateted documentation for roles endpoint filtering.

2016-07-04 Thread vinodkone
Updateted documentation for roles endpoint filtering. Review: https://reviews.apache.org/r/49370/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/28c19097 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/28c19097

mesos git commit: Added new utility function, `frameworkHasCapability()`.

2016-07-01 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 53de5578c -> 2a49ae261 Added new utility function, `frameworkHasCapability()`. Replace various hand-coded loops checking for capabilities with calls to this new function instead. Review: https://reviews.apache.org/r/49469/ Project:

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

2016-07-01 Thread vinodkone
Implemented GET_EXECUTORS Call in v1 master API. Review: https://reviews.apache.org/r/49465/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/53de5578 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/53de5578 Diff:

[2/2] mesos git commit: Added documentation on coarse grain authorization for endpoints.

2016-07-01 Thread vinodkone
Added documentation on coarse grain authorization for endpoints. Coarse grained authorization for endpoints landed a while ago, however no documentation is available. Review: https://reviews.apache.org/r/49257/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Added validation for the `get_endpoints` ACL.

2016-07-01 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c1239fbd5 -> 926e8d25c Added validation for the `get_endpoints` ACL. The fact that not all endpoints can be secure through ACLs, yet the ACL is called \`get_endpoints\`, can be confusing for operators. Therefore, if an operator tries to

mesos git commit: Added networking and http-api slack channels to work group docs.

2016-06-30 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 1de753459 -> 1f47583ad Added networking and http-api slack channels to work group docs. Review: https://reviews.apache.org/r/49457/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Have maven run in batch mode.

2016-06-30 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c0843b658 -> 135d2c7b0 Have maven run in batch mode. Adds the \`-B\` flag to the MESOS_JAR target's maven build and install. Review: https://reviews.apache.org/r/49422/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/3] mesos git commit: Updated GetFrameworks v1 call in master.

2016-06-30 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 05ce17df0 -> c0843b658 Updated GetFrameworks v1 call in master. This change removes tasks and executors information from GetFrameworks call because we can get that from GetTasks and GetExecutors (not yet implemented) calls. Review:

[3/3] mesos git commit: Decoupled implementation of `tasks()` and `getTasks()` in master.

2016-06-30 Thread vinodkone
Decoupled implementation of `tasks()` and `getTasks()` in master. The response of `getTasks()` is going to look different from that of `tasks()`, so it doesn't make sense to couple their implementations. Note that this is pure code movement, there is no functional change. Review:

[2/3] mesos git commit: Updated GetTasks v1 call in master.

2016-06-30 Thread vinodkone
Updated GetTasks v1 call in master. The response now distinguishes between active tasks, completed tasks, pending tasks and orphan tasks to make it easy for clients. Consequently got rid of offset, limit and offset in the Call because they don't make sense when we have multiple fields in the

[2/2] mesos git commit: Added support for VIEW_FLAGS authorization action in HTTP API.

2016-06-30 Thread vinodkone
Added support for VIEW_FLAGS authorization action in HTTP API. Adds an intermediate function `Master::http::_flags()` which performs authorization and it is called by both the endpoint `/flags` handler and the HTTP API v1 call `getFlags()` handler. Review: https://reviews.apache.org/r/49394/

[1/2] mesos git commit: Added the VIEW_FLAGS authorization action.

2016-06-30 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 6b8682b9c -> b6b617a01 Added the VIEW_FLAGS authorization action. Adds authorization for viewing flags. Instead of being part of `get_endpoints` it uses its own action `VIEW_FLAGS` which is used to restrict access to the `/flags` endpoint,

mesos git commit: Added the #gpus slack channel to the GPU working group documentation.

2016-06-30 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 99568f446 -> cd7974f0e Added the #gpus slack channel to the GPU working group documentation. Review: https://reviews.apache.org/r/49456/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

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: 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,

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:

[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

[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: 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:

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:

[2/2] mesos git commit: Move allocator header and proto to own package.

2016-06-26 Thread vinodkone
Move allocator header and proto to own package. This is the second part of moving allocator to own package: 1. Move the non-versioned allocator.proto and allocator.hpp; 2. Move namespace of `Allocator` base class; 3. Fix allocation-module.md; 4. Call out allocator api change in docs/upgrades.md.

[1/2] mesos git commit: Moved v1/master/allocator.proto to its own package.

2016-06-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 97ee7e475 -> 170ac150e Moved v1/master/allocator.proto to its own package. Review: https://reviews.apache.org/r/48902/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Added AFFILIATIONS.yml file.

2016-06-24 Thread vinodkone
ame: Vinod Kone + affiliations: +- {organization: Mesosphere, start_date: 2016-01-05} +- {organization: Twitter, end_date: 2016-01-04} + emails: +- vinodkone@Vinods-MacBook-Pro.local +- vinodk...@gmail.com + jira_user: vinodkone + reviewboard_user: vinodkone + +- name: Yong Qiao Wang

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

2016-06-22 Thread vinodkone
Implemented DESTROY_VOLUMES Call in v1 master API. Review: https://reviews.apache.org/r/48927/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1c7ff6ea Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1c7ff6ea Diff:

[3/3] mesos git commit: Added test case `MasterAPITest.CreateAndDetroyVolumes`.

2016-06-22 Thread vinodkone
Added test case `MasterAPITest.CreateAndDetroyVolumes`. Review: https://reviews.apache.org/r/48938/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/589d5b26 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/589d5b26

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

2016-06-22 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 127766845 -> 589d5b260 Implemented CREATE_VOLUMES Call in v1 master API. Review: https://reviews.apache.org/r/48926/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Removed GET_RESOURCE_STATISTICS call from agent.proto.

2016-06-21 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 39c8e3648 -> eb9962cb9 Removed GET_RESOURCE_STATISTICS call from agent.proto. This call is subsumed by the GET_CONTAINERS call. Review: https://reviews.apache.org/r/49042 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

[3/3] mesos git commit: Added validation for UUID's to master/agent validation helpers.

2016-06-20 Thread vinodkone
Added validation for UUID's to master/agent validation helpers. This change adds logic to the master/agent validation helpers to see if the status update acknowledgments have a valid UUID set conforming to one of the supported versions. Review: https://reviews.apache.org/r/48614/ Project:

[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:

[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:

[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:

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:

[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

<    2   3   4   5   6   7   8   9   10   11   >