[GitHub] mesos pull request #256: Correct spelling errors in the docs

2018-01-12 Thread bbannier
Github user bbannier commented on a diff in the pull request: https://github.com/apache/mesos/pull/256#discussion_r161343683 --- Diff: docs/endpoints/files/browse.json.md --- @@ -20,7 +20,7 @@ Query parameters: ### AUTHENTICATION ### -This endpoint requires

[GitHub] mesos issue #255: Add curl examples to operator-http-api

2018-01-12 Thread vinodkone
Github user vinodkone commented on the issue: https://github.com/apache/mesos/pull/255 @nhandler Thanks for doing this! Awesome. Do I take it that you tested all these commands? Also, is the EOF required in all the curl commands? ---

[GitHub] mesos pull request #256: Correct spelling errors in the docs

2018-01-12 Thread bmahler
Github user bmahler commented on a diff in the pull request: https://github.com/apache/mesos/pull/256#discussion_r161337083 --- Diff: docs/endpoints/files/browse.json.md --- @@ -20,7 +20,7 @@ Query parameters: ### AUTHENTICATION ### -This endpoint requires

[GitHub] mesos pull request #251: Update presentations.md

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/251 ---

[GitHub] mesos pull request #256: Correct spelling errors in the docs

2018-01-12 Thread ralic
Github user ralic commented on a diff in the pull request: https://github.com/apache/mesos/pull/256#discussion_r161336318 --- Diff: docs/endpoints/files/browse.json.md --- @@ -20,7 +20,7 @@ Query parameters: ### AUTHENTICATION ### -This endpoint requires

[GitHub] mesos issue #249: Update presentations.md

2018-01-12 Thread bmahler
Github user bmahler commented on the issue: https://github.com/apache/mesos/pull/249 Thanks, can you close this PR in favor of that one? ---

[GitHub] mesos pull request #256: Correct spelling errors in the docs

2018-01-12 Thread bmahler
Github user bmahler commented on a diff in the pull request: https://github.com/apache/mesos/pull/256#discussion_r161334491 --- Diff: docs/endpoints/files/browse.json.md --- @@ -20,7 +20,7 @@ Query parameters: ### AUTHENTICATION ### -This endpoint requires

[GitHub] mesos pull request #256: Correct spelling errors in the docs

2018-01-12 Thread bmahler
Github user bmahler commented on a diff in the pull request: https://github.com/apache/mesos/pull/256#discussion_r161334849 --- Diff: docs/app-framework-development-guide.md --- @@ -91,13 +91,13 @@ virtual void offerRescinded(SchedulerDriver* driver, const OfferID& offerId);

[GitHub] mesos issue #253: Remove missing MUGs from site

2018-01-12 Thread pleia2
Github user pleia2 commented on the issue: https://github.com/apache/mesos/pull/253 Sure thing, closing. ---

[GitHub] mesos pull request #253: Remove missing MUGs from site

2018-01-12 Thread pleia2
Github user pleia2 closed the pull request at: https://github.com/apache/mesos/pull/253 ---

[GitHub] mesos issue #253: Remove missing MUGs from site

2018-01-12 Thread bmahler
Github user bmahler commented on the issue: https://github.com/apache/mesos/pull/253 No worries! I just realized that the tooling left behind some dirty state and these changes were pulled into the next PR I committed: 370b5b634d1132a34022ec184a3056de46b45c4a. Sorry about

[GitHub] mesos pull request #257: Add new MesosCons, fix 404s on to presentations.md

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/257 ---

Re: Replacing ad hoc virtualenvs for testing and linting with tox

2018-01-12 Thread Stephan Erb
For the Apache Aurora project we solved the need for a virtualenv by using a wrapper-script that will bootstrap a virtualenv on demand. It only requires Python to be installed but no other packages. It works flawlessly on Mac and Linux. Maybe this idea is also useful for Mesos. Virtualenv