mesos git commit: MESOS-1733 Variadic Path Join

2015-06-19 Thread me
Repository: mesos Updated Branches: refs/heads/master 1794d4e0f -> 8c3748abd MESOS-1733 Variadic Path Join This change takes an un-complicated/naive route (no trimming of values etc) at making path::join(...) variadic mainly in order to preserve the earlier over-loaded join functionality. Rev

mesos git commit: Include ExecutorInfos in master/state.json

2015-06-20 Thread me
Repository: mesos Updated Branches: refs/heads/master 68505cd0a -> c08055396 Include ExecutorInfos in master/state.json Review: https://reviews.apache.org/r/34362 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c0805539 T

mesos git commit: Excluded MarkDown files from the style hook.

2015-06-20 Thread me
Repository: mesos Updated Branches: refs/heads/master c08055396 -> 8976e834e Excluded MarkDown files from the style hook. Review: https://reviews.apache.org/r/35506 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8976e834

[3/4] mesos git commit: Fixed authentication failure triggered slave crash.

2015-06-21 Thread me
Fixed authentication failure triggered slave crash. Review: https://reviews.apache.org/r/31838 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6d9f9b7a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6d9f9b7a Diff: ht

[2/4] mesos git commit: Added secret check to CRAM-MD5 authenticatee.

2015-06-21 Thread me
Added secret check to CRAM-MD5 authenticatee. Updating authenticatee to check for secret within credential. Adding a test verifying immediate authenticatee failure when secret is missing. Review: https://reviews.apache.org/r/33057 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commi

[1/4] mesos git commit: Moved cram-md5 authenticatee process definition into implementation file.

2015-06-21 Thread me
Repository: mesos Updated Branches: refs/heads/master 89dbd3d22 -> effc3636d Moved cram-md5 authenticatee process definition into implementation file. Removing the process from the header is much cleaner and also fixes the linked clang 3.4.2 JIRA. Apart from that moving, no code is changed. R

[4/4] mesos git commit: Updated slave to exit on authentication refusal.

2015-06-21 Thread me
Updated slave to exit on authentication refusal. Review: https://reviews.apache.org/r/35583 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/effc3636 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/effc3636 Diff: http:

mesos git commit: Fixed web UI showing "YYYY" for year instead of year.

2015-06-24 Thread me
Repository: mesos Updated Branches: refs/heads/master 2b4921701 -> d86341b21 Fixed web UI showing "" for year instead of year. Review: https://reviews.apache.org/r/35782 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit

mesos git commit: Added reservations support to master's state.json.

2015-06-25 Thread me
Repository: mesos Updated Branches: refs/heads/master f62530487 -> bdf2ea144 Added reservations support to master's state.json. Review: https://reviews.apache.org/r/35717 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bd

[2/3] mesos git commit: Set the ownership of persistent volumes to match the sandbox directory.

2015-06-29 Thread me
Set the ownership of persistent volumes to match the sandbox directory. Review: https://reviews.apache.org/r/35721 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c8e091d1 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tr

[3/3] mesos git commit: Fix failing test: SlaveTest.ROOT_RunTaskWithCommandInfoWithUser.

2015-06-29 Thread me
Fix failing test: SlaveTest.ROOT_RunTaskWithCommandInfoWithUser. Review: https://reviews.apache.org/r/35728 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3d2dec44 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3d2d

[1/3] mesos git commit: Added Configurable Slave Ping Timeouts

2015-06-29 Thread me
Repository: mesos Updated Branches: refs/heads/master b8007aaa9 -> 6cd28dd91 Added Configurable Slave Ping Timeouts Added new --slave_ping_timeout and --max_slave_ping_timeouts flags to mesos-master to supplement the DEFAULT_SLAVE_PING_TIMEOUT (15secs) and DEFAULT_MAX_SLAVE_PING_TIMEOUTS (5).

[2/2] mesos git commit: Fixed typo in slave flags.

2015-06-29 Thread me
Fixed typo in slave flags. Review: https://reviews.apache.org/r/36026 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9ca4a33c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9ca4a33c Diff: http://git-wip-us.apache.or

[1/2] mesos git commit: Remove http specific protocol from master browse in webui.

2015-06-29 Thread me
Repository: mesos Updated Branches: refs/heads/master 667358a04 -> 9ca4a33c9 Remove http specific protocol from master browse in webui. Review: https://reviews.apache.org/r/36022 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/c

[1/2] mesos git commit: Include protobuf classes in generated Javadoc.

2015-06-29 Thread me
Repository: mesos Updated Branches: refs/heads/master cabaf2a23 -> 2db51b134 Include protobuf classes in generated Javadoc. Updates the Java POM to include the generated Java protobuf classes. Review: https://reviews.apache.org/r/35961 Project: http://git-wip-us.apache.org/repos/asf/mesos/r

[2/2] mesos git commit: Converted inconsistent mesos.proto message comments to doxygen style.

2015-06-29 Thread me
Converted inconsistent mesos.proto message comments to doxygen style. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2db51b13 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2db51b13 Diff: http://git-wip-us.apache.org

mesos git commit: Updated SlaveTest.PingTimeoutNoPings test to use custom timeout values.

2015-06-29 Thread me
Repository: mesos Updated Branches: refs/heads/master 2db51b134 -> a9574b461 Updated SlaveTest.PingTimeoutNoPings test to use custom timeout values. Review: https://reviews.apache.org/r/35958 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repo

mesos git commit: MESOS-2942: Documentation for SSL.

2015-06-30 Thread me
Repository: mesos Updated Branches: refs/heads/master d2f5ca60f -> a93c3b2c7 MESOS-2942: Documentation for SSL. Review: https://reviews.apache.org/r/36003 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a93c3b2c Tree: htt

mesos git commit: Firewall rule's apply method now returns HTTP response instead of error message.

2015-07-01 Thread me
Repository: mesos Updated Branches: refs/heads/master a93c3b2c7 -> f40554bab Firewall rule's apply method now returns HTTP response instead of error message. Review: https://reviews.apache.org/r/35919 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache

[1/2] mesos git commit: Updated Upgrade Guide for Mesos 0.23.0

2015-07-03 Thread me
Repository: mesos Updated Branches: refs/heads/master 26d820e15 -> 45363984c Updated Upgrade Guide for Mesos 0.23.0 Added component upgrade order. Review: https://reviews.apache.org/r/36145 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos

[2/2] mesos git commit: Updated CHANGELOG for 0.23.0.

2015-07-03 Thread me
Updated CHANGELOG for 0.23.0. Copied in contents of JIRA Release Notes, categorized. Review: https://reviews.apache.org/r/36152 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/45363984 Tree: http://git-wip-us.apache.org/repo

Git Push Summary

2015-07-03 Thread me
Repository: mesos Updated Tags: refs/tags/0.23.0-rc1 [created] 45363984c

svn commit: r9616 - in /dev/mesos/0.23.0-rc1: ./ mesos-0.23.0.tar.gz mesos-0.23.0.tar.gz.asc mesos-0.23.0.tar.gz.md5

2015-07-03 Thread me
Author: me Date: Fri Jul 3 19:10:40 2015 New Revision: 9616 Log: Adding mesos-0.23.0-rc1. Added: dev/mesos/0.23.0-rc1/ dev/mesos/0.23.0-rc1/mesos-0.23.0.tar.gz (with props) dev/mesos/0.23.0-rc1/mesos-0.23.0.tar.gz.asc dev/mesos/0.23.0-rc1/mesos-0.23.0.tar.gz.md5 Added: dev

mesos git commit: Added a new HTTP response type: PreconditionFailed.

2015-07-06 Thread me
Repository: mesos Updated Branches: refs/heads/master cd6480bf9 -> 7063319ba Added a new HTTP response type: PreconditionFailed. Review: https://reviews.apache.org/r/35714 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7

mesos git commit: Updated 0.23.0 CHANGELOG per Vinod's feedback.

2015-07-06 Thread me
Repository: mesos Updated Branches: refs/heads/master 7063319ba -> 7f1d97c93 Updated 0.23.0 CHANGELOG per Vinod's feedback. Review: https://reviews.apache.org/r/36152 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7f1d97

mesos git commit: Disabled ROOT_RunTaskWithCommandInfoWithUser for MESOS-2199.

2015-07-07 Thread me
Repository: mesos Updated Branches: refs/heads/master 971583522 -> de13d78b7 Disabled ROOT_RunTaskWithCommandInfoWithUser for MESOS-2199. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/de13d78b Tree: http://git-wip-us.apa

mesos git commit: Updated configuration.md with new flags for 0.23.0.

2015-07-08 Thread me
Repository: mesos Updated Branches: refs/heads/master efe36d64f -> fe0246c6d Updated configuration.md with new flags for 0.23.0. Review: https://reviews.apache.org/r/36294 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f

mesos git commit: Updated CHANGELOG for 0.23.0-rc2

2015-07-08 Thread me
Repository: mesos Updated Branches: refs/heads/master fe0246c6d -> bf7262be2 Updated CHANGELOG for 0.23.0-rc2 Review: https://reviews.apache.org/r/36295 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bf7262be Tree: http:

Git Push Summary

2015-07-08 Thread me
Repository: mesos Updated Tags: refs/tags/0.23.0-rc2 [created] 24aef066f

svn commit: r9694 - in /dev/mesos/0.23.0-rc2: ./ mesos-0.23.0.tar.gz mesos-0.23.0.tar.gz.asc mesos-0.23.0.tar.gz.md5

2015-07-08 Thread me
Author: me Date: Wed Jul 8 20:41:15 2015 New Revision: 9694 Log: Adding mesos-0.23.0-rc2. Added: dev/mesos/0.23.0-rc2/ dev/mesos/0.23.0-rc2/mesos-0.23.0.tar.gz (with props) dev/mesos/0.23.0-rc2/mesos-0.23.0.tar.gz.asc dev/mesos/0.23.0-rc2/mesos-0.23.0.tar.gz.md5 Added: dev

mesos git commit: Updated CHANGELOG for 0.23.0-rc3

2015-07-09 Thread me
Repository: mesos Updated Branches: refs/heads/master 85aa1f043 -> 443d2c7b2 Updated CHANGELOG for 0.23.0-rc3 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/443d2c7b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree

Git Push Summary

2015-07-09 Thread me
Repository: mesos Updated Tags: refs/tags/0.23.0-rc3 [created] 6b925538b

svn commit: r9723 - in /dev/mesos/0.23.0-rc3: ./ mesos-0.23.0.tar.gz mesos-0.23.0.tar.gz.asc mesos-0.23.0.tar.gz.md5

2015-07-09 Thread me
Author: me Date: Fri Jul 10 01:02:03 2015 New Revision: 9723 Log: Adding mesos-0.23.0-rc3. Added: dev/mesos/0.23.0-rc3/ dev/mesos/0.23.0-rc3/mesos-0.23.0.tar.gz (with props) dev/mesos/0.23.0-rc3/mesos-0.23.0.tar.gz.asc dev/mesos/0.23.0-rc3/mesos-0.23.0.tar.gz.md5 Added: dev

mesos git commit: Fixed typo in CHANGELOG.

2015-07-10 Thread me
Repository: mesos Updated Branches: refs/heads/master 443d2c7b2 -> 839ba726e Fixed typo in CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/839ba726 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/839ba72

mesos git commit: Fixed incorrect glog link.

2015-07-11 Thread me
Repository: mesos Updated Branches: refs/heads/master 839ba726e -> 1dd072738 Fixed incorrect glog link. Review: https://reviews.apache.org/r/36422 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1dd07273 Tree: http://git-

mesos git commit: Updated CHANGELOG for 0.23.0-rc4

2015-07-17 Thread me
Repository: mesos Updated Branches: refs/heads/master eba5a7339 -> 00a466e8a Updated CHANGELOG for 0.23.0-rc4 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/00a466e8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree

Git Push Summary

2015-07-17 Thread me
Repository: mesos Updated Tags: refs/tags/0.23.0-rc4 [created] 4ce547534

svn commit: r9887 - in /dev/mesos/0.23.0-rc4: ./ mesos-0.23.0.tar.gz mesos-0.23.0.tar.gz.asc mesos-0.23.0.tar.gz.md5

2015-07-17 Thread me
Author: me Date: Fri Jul 17 23:21:44 2015 New Revision: 9887 Log: Adding mesos-0.23.0-rc4. Added: dev/mesos/0.23.0-rc4/ dev/mesos/0.23.0-rc4/mesos-0.23.0.tar.gz (with props) dev/mesos/0.23.0-rc4/mesos-0.23.0.tar.gz.asc dev/mesos/0.23.0-rc4/mesos-0.23.0.tar.gz.md5 Added: dev

svn commit: r9946 - in /release/mesos/0.23.0: ./ mesos-0.23.0.tar.gz mesos-0.23.0.tar.gz.asc mesos-0.23.0.tar.gz.md5

2015-07-22 Thread me
Author: me Date: Thu Jul 23 04:17:48 2015 New Revision: 9946 Log: Adding mesos-0.23.0. Added: release/mesos/0.23.0/ release/mesos/0.23.0/mesos-0.23.0.tar.gz (with props) release/mesos/0.23.0/mesos-0.23.0.tar.gz.asc release/mesos/0.23.0/mesos-0.23.0.tar.gz.md5 Added: release

Git Push Summary

2015-07-22 Thread me
Repository: mesos Updated Tags: refs/tags/0.23.0 [created] 4ce547534

svn commit: r9956 - in /release/mesos: 0.20.0/ 0.20.1/ 0.21.0/ 0.21.1/

2015-07-23 Thread me
Author: me Date: Fri Jul 24 01:25:13 2015 New Revision: 9956 Log: Removed old releases (0.20.x, 0.21.x) from svn. Removed: release/mesos/0.20.0/ release/mesos/0.20.1/ release/mesos/0.21.0/ release/mesos/0.21.1/

[2/3] mesos git commit: Fixed typo in tag script comment.

2015-07-24 Thread me
Fixed typo in tag script comment. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/064c3a0e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/064c3a0e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/064c3a0e Bran

[1/3] mesos git commit: Updated release guide with PyPi instructions; Reformatted, clarified.

2015-07-24 Thread me
Repository: mesos Updated Branches: refs/heads/master b65d3f75e -> 972ceb9e9 Updated release guide with PyPi instructions; Reformatted, clarified. Review: https://reviews.apache.org/r/36299 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/

[3/3] mesos git commit: Updated docs to use standard US-ASCII.

2015-07-24 Thread me
Updated docs to use standard US-ASCII. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/972ceb9e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/972ceb9e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/972ceb9e

mesos git commit: Updated docs to use standard US-ASCII.

2015-07-24 Thread me
Repository: mesos Updated Branches: refs/heads/master cb941fefc -> 9a5abd79b Updated docs to use standard US-ASCII. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9a5abd79 Tree: http://git-wip-us.apache.org/repos/asf/meso

svn commit: r1692599 [5/5] - in /mesos/site: publish/ publish/blog/ publish/blog/framework-authentication-in-apache-mesos-0-15-0/ publish/blog/mesos-0-14-2-released/ publish/blog/mesos-0-16-0-released

2015-07-24 Thread me
Modified: mesos/site/source/documentation/latest/app-framework-development-guide.md URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/app-framework-development-guide.md?rev=1692599&r1=1692598&r2=1692599&view=diff =

svn commit: r1692599 [1/5] - in /mesos/site: publish/ publish/blog/ publish/blog/framework-authentication-in-apache-mesos-0-15-0/ publish/blog/mesos-0-14-2-released/ publish/blog/mesos-0-16-0-released

2015-07-24 Thread me
Author: me Date: Sat Jul 25 00:39:22 2015 New Revision: 1692599 URL: http://svn.apache.org/r1692599 Log: Updated website for 0.23.0 release. Added: mesos/site/publish/documentation/latest/oversubscription/ mesos/site/publish/documentation/latest/oversubscription/index.html (with props

svn commit: r1692599 [4/5] - in /mesos/site: publish/ publish/blog/ publish/blog/framework-authentication-in-apache-mesos-0-15-0/ publish/blog/mesos-0-14-2-released/ publish/blog/mesos-0-16-0-released

2015-07-24 Thread me
Modified: mesos/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1692599&r1=1692598&r2=1692599&view=diff == --- mesos/site/publish/sitemap.xml (original) +++ mesos/site/publish/

svn commit: r1692599 [2/5] - in /mesos/site: publish/ publish/blog/ publish/blog/framework-authentication-in-apache-mesos-0-15-0/ publish/blog/mesos-0-14-2-released/ publish/blog/mesos-0-16-0-released

2015-07-24 Thread me
Modified: mesos/site/publish/documentation/latest/fetcher/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/fetcher/index.html?rev=1692599&r1=1692598&r2=1692599&view=diff == --- mesos/sit

svn commit: r1692599 [3/5] - in /mesos/site: publish/ publish/blog/ publish/blog/framework-authentication-in-apache-mesos-0-15-0/ publish/blog/mesos-0-14-2-released/ publish/blog/mesos-0-16-0-released

2015-07-24 Thread me
Modified: mesos/site/publish/documentation/mesos-testing-patterns/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/mesos-testing-patterns/index.html?rev=1692599&r1=1692598&r2=1692599&view=diff

[2/2] mesos git commit: Added deprecated/removed endpoints to 0.23 upgrade guide.

2015-07-29 Thread me
Added deprecated/removed endpoints to 0.23 upgrade guide. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2c38f201 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2c38f201 Diff: http://git-wip-us.apache.org/repos/asf/m

[1/2] mesos git commit: Updated release guide to suggest updating the getting started guide.

2015-07-29 Thread me
Repository: mesos Updated Branches: refs/heads/master ebcf8cc2f -> 2c38f201f Updated release guide to suggest updating the getting started guide. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/51157768 Tree: http://git-wi

svn commit: r1693368 [3/3] - in /mesos/site: publish/blog/feed.xml publish/blog/index.html publish/index.html publish/sitemap.xml source/index.html.md

2015-07-29 Thread me
Modified: mesos/site/source/index.html.md URL: http://svn.apache.org/viewvc/mesos/site/source/index.html.md?rev=1693368&r1=1693367&r2=1693368&view=diff == --- mesos/site/source/index.html.md (original) +++ mesos/site/sourc

svn commit: r1693368 [2/3] - in /mesos/site: publish/blog/feed.xml publish/blog/index.html publish/index.html publish/sitemap.xml source/index.html.md

2015-07-29 Thread me
Modified: mesos/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1693368&r1=1693367&r2=1693368&view=diff == --- mesos/site/publish/sitemap.xml (original) +++ mesos/site/publish/

svn commit: r1693368 [1/3] - in /mesos/site: publish/blog/feed.xml publish/blog/index.html publish/index.html publish/sitemap.xml source/index.html.md

2015-07-29 Thread me
Author: me Date: Thu Jul 30 00:29:32 2015 New Revision: 1693368 URL: http://svn.apache.org/r1693368 Log: Added Mesos 0.23 release blog. Modified: mesos/site/publish/blog/feed.xml mesos/site/publish/blog/index.html mesos/site/publish/index.html mesos/site/publish/sitemap.xml

svn commit: r1693369 - in /mesos/site: publish/blog/mesos-0-23-0-released/ publish/blog/mesos-0-23-0-released/index.html source/blog/2015-07-29-mesos-0-23-0-released.md

2015-07-29 Thread me
Author: me Date: Thu Jul 30 00:30:33 2015 New Revision: 1693369 URL: http://svn.apache.org/r1693369 Log: Added Mesos 0.23 release blog, actually. Added: mesos/site/publish/blog/mesos-0-23-0-released/ mesos/site/publish/blog/mesos-0-23-0-released/index.html (with props) mesos/site

mesos git commit: Allow slave attributes flag take a value with ':'.

2015-07-30 Thread me
Repository: mesos Updated Branches: refs/heads/master 18e1351b3 -> 032ee8e0b Allow slave attributes flag take a value with ':'. Review: https://reviews.apache.org/r/35986 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/03

mesos git commit: Stopped using RunTaskMessage.framework_id.

2015-07-30 Thread me
Repository: mesos Updated Branches: refs/heads/master 2e4829221 -> b09f8af51 Stopped using RunTaskMessage.framework_id. FrameworkID can be retrieved from RunTaskMessage.framework. Review: https://reviews.apache.org/r/32587 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: h

svn commit: r1693947 - in /mesos/site: publish/community/user-groups/index.html source/community/user-groups.html.md

2015-08-03 Thread me
Author: me Date: Mon Aug 3 17:55:12 2015 New Revision: 1693947 URL: http://svn.apache.org/r1693947 Log: Added Xian MUG to the community page. Modified: mesos/site/publish/community/user-groups/index.html mesos/site/source/community/user-groups.html.md Modified: mesos/site/publish

mesos git commit: Updated submitting-a-patch.md with bootstrap command.

2015-08-03 Thread me
Repository: mesos Updated Branches: refs/heads/master 2c888f199 -> 5b3d4a00d Updated submitting-a-patch.md with bootstrap command. When developer is using git to clone the mesos source code and want to build & submit a patch, s/he needs to run ./bootstrap first to generate some files such as c

mesos git commit: Fixed disable endpoints rule failing to recognize HTTP path delegates.

2015-08-04 Thread me
Repository: mesos Updated Branches: refs/heads/master 5b3d4a00d -> 6f15f67e1 Fixed disable endpoints rule failing to recognize HTTP path delegates. Review: https://reviews.apache.org/r/36821 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos

[2/2] mesos git commit: Don't check protobuf jar in libprocess.

2015-08-17 Thread me
Don't check protobuf jar in libprocess. Review: https://reviews.apache.org/r/36810 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/472fbbfd Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/472fbbfd Diff: http://git-wip

[1/2] mesos git commit: Don't check protobuf jar when --disable-java flag.

2015-08-17 Thread me
Repository: mesos Updated Branches: refs/heads/master c532490bf -> 922eca767 Don't check protobuf jar when --disable-java flag. Review: https://reviews.apache.org/r/36811 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/92

svn commit: r1697524 - /mesos/site/source/community/user-groups.html.md

2015-08-24 Thread me
Author: me Date: Tue Aug 25 00:53:08 2015 New Revision: 1697524 URL: http://svn.apache.org/r1697524 Log: Added Albany, NY Mesos User Group to community page. Modified: mesos/site/source/community/user-groups.html.md Modified: mesos/site/source/community/user-groups.html.md URL: http

[1/3] mesos git commit: Removed '.json' extension in files endpoints url.

2015-09-12 Thread me
Repository: mesos Updated Branches: refs/heads/master c1b11acaf -> 8f7e303df Removed '.json' extension in files endpoints url. Added HTTP files endpoints without the json extension. Review: https://reviews.apache.org/r/36127 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/3] mesos git commit: Removed '.json' extension in master endpoints url.

2015-09-12 Thread me
Removed '.json' extension in master endpoints url. Added HTTP endpoints in master without the json extension. Review: https://reviews.apache.org/r/36125 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f893c856 Tree: http://g

[3/3] mesos git commit: Removed '.json' extension in slave endpoints url.

2015-09-12 Thread me
Removed '.json' extension in slave endpoints url. Added HTTP endpoints in slave without the json extension. Review: https://reviews.apache.org/r/36126 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7b8da01d Tree: http://git

mesos git commit: Added upgrade notes for deprecating '.json' endpoints.

2015-09-13 Thread me
Repository: mesos Updated Branches: refs/heads/master 8f7e303df -> 3c8081cb0 Added upgrade notes for deprecating '.json' endpoints. Added a note for the deprecation of endpoints with '.json' extension. Review: https://reviews.apache.org/r/38321 Project: http://git-wip-us.apache.org/repos/as

mesos git commit: Added Labels field of FrameworkInfo into v1 mesos.proto.

2015-09-14 Thread me
Repository: mesos Updated Branches: refs/heads/master ddaa556dd -> bf72ab6f7 Added Labels field of FrameworkInfo into v1 mesos.proto. Review: https://reviews.apache.org/r/38334 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: Added CHANGELOG for 0.24.1

2015-09-18 Thread me
Repository: mesos Updated Branches: refs/heads/master 2ac34e2c9 -> 016b02d7e Added CHANGELOG for 0.24.1 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/016b02d7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/016b0

Git Push Summary

2015-09-18 Thread me
Repository: mesos Updated Tags: refs/tags/0.24.1-rc1 [created] 44873806c

svn commit: r10561 - in /dev/mesos/0.24.1-rc1: ./ mesos-0.24.1.tar.gz mesos-0.24.1.tar.gz.asc mesos-0.24.1.tar.gz.md5

2015-09-18 Thread me
Author: me Date: Sat Sep 19 00:52:46 2015 New Revision: 10561 Log: Adding mesos-0.24.1-rc1. Added: dev/mesos/0.24.1-rc1/ dev/mesos/0.24.1-rc1/mesos-0.24.1.tar.gz (with props) dev/mesos/0.24.1-rc1/mesos-0.24.1.tar.gz.asc dev/mesos/0.24.1-rc1/mesos-0.24.1.tar.gz.md5 Added: dev

mesos git commit: Added CHANGELOG for 0.23.1, added title back for 0.23.0.

2015-09-21 Thread me
Repository: mesos Updated Branches: refs/heads/master 499f724fa -> 40a0c3e85 Added CHANGELOG for 0.23.1, added title back for 0.23.0. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/40a0c3e8 Tree: http://git-wip-us.apache.

Git Push Summary

2015-09-21 Thread me
Repository: mesos Updated Tags: refs/tags/0.23.1-rc1 [created] a9ea8b104

svn commit: r10584 - in /dev/mesos/0.23.1-rc1: ./ mesos-0.23.1.tar.gz mesos-0.23.1.tar.gz.asc mesos-0.23.1.tar.gz.md5

2015-09-21 Thread me
Author: me Date: Tue Sep 22 00:51:46 2015 New Revision: 10584 Log: Adding mesos-0.23.1-rc1. Added: dev/mesos/0.23.1-rc1/ dev/mesos/0.23.1-rc1/mesos-0.23.1.tar.gz (with props) dev/mesos/0.23.1-rc1/mesos-0.23.1.tar.gz.asc dev/mesos/0.23.1-rc1/mesos-0.23.1.tar.gz.md5 Added: dev

mesos git commit: Added CHANGELOG for 0.22.2

2015-09-23 Thread me
Repository: mesos Updated Branches: refs/heads/master ae12e7407 -> ec2124196 Added CHANGELOG for 0.22.2 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ec212419 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ec212

Git Push Summary

2015-09-23 Thread me
Repository: mesos Updated Tags: refs/tags/0.22.2-rc1 [created] 12e7f4599

svn commit: r10627 - in /dev/mesos/0.22.2-rc1: ./ mesos-0.22.2.tar.gz mesos-0.22.2.tar.gz.asc mesos-0.22.2.tar.gz.md5

2015-09-24 Thread me
Author: me Date: Thu Sep 24 07:06:12 2015 New Revision: 10627 Log: Adding mesos-0.22.2-rc1. Added: dev/mesos/0.22.2-rc1/ dev/mesos/0.22.2-rc1/mesos-0.22.2.tar.gz (with props) dev/mesos/0.22.2-rc1/mesos-0.22.2.tar.gz.asc dev/mesos/0.22.2-rc1/mesos-0.22.2.tar.gz.md5 Added: dev

svn commit: r10632 - in /release/mesos/0.24.1: ./ mesos-0.24.1.tar.gz mesos-0.24.1.tar.gz.asc mesos-0.24.1.tar.gz.md5

2015-09-24 Thread me
Author: me Date: Thu Sep 24 19:52:53 2015 New Revision: 10632 Log: Adding mesos-0.24.1. Added: release/mesos/0.24.1/ release/mesos/0.24.1/mesos-0.24.1.tar.gz (with props) release/mesos/0.24.1/mesos-0.24.1.tar.gz.asc release/mesos/0.24.1/mesos-0.24.1.tar.gz.md5 Added: release

Git Push Summary

2015-09-24 Thread me
Repository: mesos Updated Tags: refs/tags/0.24.1 [created] 44873806c

Git Push Summary

2015-09-24 Thread me
Repository: mesos Updated Tags: refs/tags/0.21.2-rc1 [created] 93bc98bac

svn commit: r10637 - in /dev/mesos/0.21.2-rc1: ./ mesos-0.21.2.tar.gz mesos-0.21.2.tar.gz.asc mesos-0.21.2.tar.gz.md5

2015-09-24 Thread me
Author: me Date: Fri Sep 25 00:37:00 2015 New Revision: 10637 Log: Adding mesos-0.21.2-rc1. Added: dev/mesos/0.21.2-rc1/ dev/mesos/0.21.2-rc1/mesos-0.21.2.tar.gz (with props) dev/mesos/0.21.2-rc1/mesos-0.21.2.tar.gz.asc dev/mesos/0.21.2-rc1/mesos-0.21.2.tar.gz.md5 Added: dev

mesos git commit: Updated CHANGELOG for 0.21.2-rc1

2015-09-24 Thread me
Repository: mesos Updated Branches: refs/heads/master 16159a1aa -> 1e715819d Updated CHANGELOG for 0.21.2-rc1 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1e715819 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree

svn commit: r10638 - in /release/mesos/0.23.1: ./ mesos-0.23.1.tar.gz mesos-0.23.1.tar.gz.asc mesos-0.23.1.tar.gz.md5

2015-09-24 Thread me
Author: me Date: Fri Sep 25 01:13:53 2015 New Revision: 10638 Log: Adding mesos-0.23.1. Added: release/mesos/0.23.1/ release/mesos/0.23.1/mesos-0.23.1.tar.gz (with props) release/mesos/0.23.1/mesos-0.23.1.tar.gz.asc release/mesos/0.23.1/mesos-0.23.1.tar.gz.md5 Added: release

Git Push Summary

2015-09-24 Thread me
Repository: mesos Updated Tags: refs/tags/0.23.1 [created] a9ea8b104

svn commit: r1705246 [3/3] - in /mesos/site: publish/ publish/documentation/ publish/documentation/configuration/ publish/documentation/latest/ publish/documentation/latest/configuration/ publish/docu

2015-09-25 Thread me
Added: mesos/site/source/blog/2015-09-24-mesos-0-24-1-and-more-released.md URL: http://svn.apache.org/viewvc/mesos/site/source/blog/2015-09-24-mesos-0-24-1-and-more-released.md?rev=1705246&view=auto == --- mesos/site/sourc

svn commit: r1705246 [1/3] - in /mesos/site: publish/ publish/documentation/ publish/documentation/configuration/ publish/documentation/latest/ publish/documentation/latest/configuration/ publish/docu

2015-09-25 Thread me
Author: me Date: Fri Sep 25 07:42:15 2015 New Revision: 1705246 URL: http://svn.apache.org/viewvc?rev=1705246&view=rev Log: Updated website and blog for Mesos 0.24.1, etc. Added: mesos/site/source/blog/2015-09-24-mesos-0-24-1-and-more-released.md Modified: mesos/site/pub

svn commit: r1705246 [2/3] - in /mesos/site: publish/ publish/documentation/ publish/documentation/configuration/ publish/documentation/latest/ publish/documentation/latest/configuration/ publish/docu

2015-09-25 Thread me
Modified: mesos/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1705246&r1=1705245&r2=1705246&view=diff == --- mesos/site/publish/sitemap.xml (original) +++ mesos/site/publish/

[2/2] mesos git commit: Linked more doc pages from home.md.

2015-09-29 Thread me
Linked more doc pages from home.md. Also made various cleanups and fixes throughout the docs. Review: https://reviews.apache.org/r/38860 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/447293df Tree: http://git-wip-us.apache

[1/2] mesos git commit: Docs: Added discussion of finding a shepherd.

2015-09-29 Thread me
Repository: mesos Updated Branches: refs/heads/master 11a2d6084 -> 447293df8 Docs: Added discussion of finding a shepherd. Added suggestion that new contributors seek to find a shepherd for their work before their begin writing code. Made a few other improvements. Review: https://reviews.apac

svn commit: r10688 - in /release/mesos/0.22.2: ./ mesos-0.22.2.tar.gz mesos-0.22.2.tar.gz.asc mesos-0.22.2.tar.gz.md5

2015-09-30 Thread me
Author: me Date: Wed Sep 30 23:55:58 2015 New Revision: 10688 Log: Adding mesos-0.22.2. Added: release/mesos/0.22.2/ release/mesos/0.22.2/mesos-0.22.2.tar.gz (with props) release/mesos/0.22.2/mesos-0.22.2.tar.gz.asc release/mesos/0.22.2/mesos-0.22.2.tar.gz.md5 Added: release

Git Push Summary

2015-09-30 Thread me
Repository: mesos Updated Tags: refs/tags/0.22.2 [created] 12e7f4599

svn commit: r10705 - in /release/mesos/0.21.2: ./ mesos-0.21.2.tar.gz mesos-0.21.2.tar.gz.asc mesos-0.21.2.tar.gz.md5

2015-10-03 Thread me
Author: me Date: Sat Oct 3 10:46:56 2015 New Revision: 10705 Log: Adding mesos-0.21.2. Added: release/mesos/0.21.2/ release/mesos/0.21.2/mesos-0.21.2.tar.gz (with props) release/mesos/0.21.2/mesos-0.21.2.tar.gz.asc release/mesos/0.21.2/mesos-0.21.2.tar.gz.md5 Added: release

Git Push Summary

2015-10-03 Thread me
Repository: mesos Updated Tags: refs/tags/0.21.2 [created] 93bc98bac

mesos git commit: Fixed "--help" output for "--master" in mesos-slave.

2015-10-05 Thread me
Repository: mesos Updated Branches: refs/heads/master 2199a599d -> 3d726e0f2 Fixed "--help" output for "--master" in mesos-slave. Review: https://reviews.apache.org/r/39034 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/

mesos git commit: Added source address to logging when we receive replicated log events.

2015-10-07 Thread me
Repository: mesos Updated Branches: refs/heads/master 5058fac10 -> 575f3b352 Added source address to logging when we receive replicated log events. Fixes MESOS-3417. Review: https://reviews.apache.org/r/39104 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-

mesos git commit: Extract gz file in fetcher.

2015-10-07 Thread me
Repository: mesos Updated Branches: refs/heads/master 575f3b352 -> 263316916 Extract gz file in fetcher. Review: https://reviews.apache.org/r/38337 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/26331691 Tree: http://git

[2/2] mesos git commit: Fixed misleading information in the Mesos framework writing guide.

2015-10-09 Thread me
Fixed misleading information in the Mesos framework writing guide. The framework author's guide contained some misleading and incomplete information. Added description of the Mesos command executor. Fixed outdated information about how to use ExecutorInfo. Added a link to the Mesos fetcher user d

[1/2] mesos git commit: Renamed libprocess tests to libprocess-tests.

2015-10-09 Thread me
Repository: mesos Updated Branches: refs/heads/master ee9280f35 -> e8e9768c7 Renamed libprocess tests to libprocess-tests. Review: https://reviews.apache.org/r/39138 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/68743dc

mesos git commit: Pass LIBPROCESS_IP even when executor environment is specified.

2015-10-09 Thread me
Repository: mesos Updated Branches: refs/heads/master 95c9f9571 -> 14f7967ef Pass LIBPROCESS_IP even when executor environment is specified. If DNS is not available on the agent node and a task is launched which explicitly specifies the executor's environment, LIBPROCESS_IP will not be passed

  1   2   3   4   5   >