mesos-site git commit: Updated the website built from mesos SHA: e649b41.

2018-02-20 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site b4abb9928 -> 593fcca0e Updated the website built from mesos SHA: e649b41. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/593fcca0 Tree:

mesos-site git commit: Updated the website built from mesos SHA: e649b41.

2018-02-20 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site f0915530c -> b4abb9928 Updated the website built from mesos SHA: e649b41. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/b4abb992 Tree:

mesos-site git commit: Updated the website built from mesos SHA: 661ac5b.

2018-02-20 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 75a135765 -> f0915530c Updated the website built from mesos SHA: 661ac5b. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/f0915530 Tree:

[1/2] mesos git commit: Allowed base64-decoding with whitespaces.

2018-02-20 Thread kapil
Repository: mesos Updated Branches: refs/heads/1.5.x 9840ae195 -> d0b303e41 Allowed base64-decoding with whitespaces. Most base64 decoders do not fail on encountering whitespace characters as several encoders embed newlines to enforce line-width in encoded data. Review:

[1/2] mesos git commit: Allowed base64-decoding with whitespaces.

2018-02-20 Thread kapil
Repository: mesos Updated Branches: refs/heads/1.4.x 638d24dbb -> 2b97ba53b Allowed base64-decoding with whitespaces. Most base64 decoders do not fail on encountering whitespace characters as several encoders embed newlines to enforce line-width in encoded data. Review:

[2/2] mesos git commit: Added MESOS-8569 to 1.4.2 changelog.

2018-02-20 Thread kapil
Added MESOS-8569 to 1.4.2 changelog. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2b97ba53 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2b97ba53 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2b97ba53

[1/2] mesos git commit: Added MESOS-8569 to 1.4.2 changelog.

2018-02-20 Thread kapil
Repository: mesos Updated Branches: refs/heads/master 661ac5beb -> e649b41d1 Added MESOS-8569 to 1.4.2 changelog. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ee61dc48 Tree:

mesos-site git commit: Updated the website built from mesos SHA: 75dd718.

2018-02-20 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 5a0b24e65 -> 75a135765 Updated the website built from mesos SHA: 75dd718. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/75a13576 Tree:

mesos git commit: Allowed base64-decoding with whitespaces.

2018-02-20 Thread kapil
Repository: mesos Updated Branches: refs/heads/master 75dd71886 -> 661ac5beb Allowed base64-decoding with whitespaces. Most base64 decoders do not fail on encountering whitespace characters as several encoders embed newlines to enforce line-width in encoded data. Review:

[2/2] mesos git commit: Made all allocator tests allow for slave backoff.

2018-02-20 Thread bbannier
Made all allocator tests allow for slave backoff. Most of the allocator tests were expecting a single invocation of 'addSlave' on the allocator when registering a slave. Due to the nature of our slave registration backoff, a single slave possibly sends multiple registration requests in short

[1/2] mesos git commit: Updated Cluster::Slave::shutdown to support a paused clock.

2018-02-20 Thread bbannier
Repository: mesos Updated Branches: refs/heads/master 072ea2787 -> 75dd71886 Updated Cluster::Slave::shutdown to support a paused clock. Review: https://reviews.apache.org/r/65717/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos-site git commit: Updated the website built from mesos SHA: 072ea27.

2018-02-20 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 6d6c6269c -> 5a0b24e65 Updated the website built from mesos SHA: 072ea27. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/5a0b24e6 Tree:

mesos git commit: Reverted unintended edit to cpplint.py.

2018-02-20 Thread bbannier
Repository: mesos Updated Branches: refs/heads/master a22e2b206 -> 072ea2787 Reverted unintended edit to cpplint.py. In 'bea8c3c9' we replaced '> >' with '>>' in C++ templates in a sweep across the codebase. We also unintentionally modified a comment in 'cpplint.py' which was e.g., not