aurora git commit: Move lifecycle documentation into separate file

2016-02-06 Thread serb
Repository: aurora Updated Branches: refs/heads/master a9e7a35a2 -> 2d59b697a Move lifecycle documentation into separate file In addition to the move, a couple of releted additions and adjustements have been made: * slight reorganization * documentation of missing states (THROTTELD, DRAINING

aurora git commit: Run all python tests in a single chroot

2016-02-07 Thread serb
Repository: aurora Updated Branches: refs/heads/master 784deaf40 -> b3de59cde Run all python tests in a single chroot For whatever reason, it is no longer necessary to run tests with `fast=False`. The rename is necessary to prevent identical named test suites form clashing. Reviewed at https

aurora git commit: Always close Deflater/Inflater streams

2016-02-14 Thread serb
Repository: aurora Updated Branches: refs/heads/master 2b48f2216 -> c76cfcc5f Always close Deflater/Inflater streams Closing Deflater/Inflater streams explicitly frees their native memory instantly. Otherwise, the memory will only be freed once the object finalizer runs. I got the idea from

aurora git commit: Bump virtualenv version to 14.0.6

2016-02-15 Thread serb
Repository: aurora Updated Branches: refs/heads/master c76cfcc5f -> 9d642dcfa Bump virtualenv version to 14.0.6 Changelog of the new virtualev version is here: https://virtualenv.pypa.io/en/latest/changes.html Important change for us: "Fix an error where virtualenv didn’t pass in a worki

aurora git commit: Update configuration-reference.md documentation on supporting private docker registry.

2016-03-09 Thread serb
Repository: aurora Updated Branches: refs/heads/master bab21ed68 -> 3298d38b5 Update configuration-reference.md documentation on supporting private docker registry. There is no parameter in aurora v0.11 named enable_docker_parameters. However, there is a parameter called allow_docker_paramet

aurora git commit: Don't destroy session between requests with TRequestsTransport

2016-03-09 Thread serb
Repository: aurora Updated Branches: refs/heads/master 3298d38b5 -> 3512cbb98 Don't destroy session between requests with TRequestsTransport As an API consumer, I want the API client to reuse open connections and not create a new one for every query. Reviewed at https://reviews.apache.org/r/

aurora git commit: Add latest design documents

2016-03-09 Thread serb
Repository: aurora Updated Branches: refs/heads/master bde0daa24 -> fbfeca3b8 Add latest design documents Reviewed at https://reviews.apache.org/r/44589/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/fbfeca3b Tree: ht

aurora git commit: Allow overriding hostname before announcing (https://issues.apache.org/jira/browse/AURORA-1611)

2016-03-18 Thread serb
Repository: aurora Updated Branches: refs/heads/master 12be6fb72 -> efa292944 Allow overriding hostname before announcing (https://issues.apache.org/jira/browse/AURORA-1611) Reviewed at https://reviews.apache.org/r/44532/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: h

aurora git commit: Create scheduler-configuration.md

2016-03-19 Thread serb
Repository: aurora Updated Branches: refs/heads/master efa292944 -> b24619b28 Create scheduler-configuration.md Having a simple dump of the all scheduler configuration options makes it much easier to discover or find them via a public search engine. Ideally we would have a way to update this

aurora git commit: Improve presentation and organization of the scheduler landing page

2016-03-21 Thread serb
Repository: aurora Updated Branches: refs/heads/master b24619b28 -> c5254c74b Improve presentation and organization of the scheduler landing page I have opted for a very simple, incremental improvement here. Reviewed at https://reviews.apache.org/r/45076/ Project: http://git-wip-us.apache.o

aurora git commit: Fix flickering of the Aurora logo on refresh.

2016-03-22 Thread serb
Repository: aurora Updated Branches: refs/heads/master c5254c74b -> 335cf88f5 Fix flickering of the Aurora logo on refresh. Refreshing a subpage of /scheduler in Chrome temporarily resize the Aurora logo. This seems to be due to us loading the styles in the after first rending the logo. Movin

aurora git commit: Descheduling a cron should not fail if the job is not scheduled.

2016-03-22 Thread serb
Repository: aurora Updated Branches: refs/heads/master b5c9e1bc4 -> b6d23afdf Descheduling a cron should not fail if the job is not scheduled. This allows clients to be more declarative rather than imperative when expressing that the given job should not be scheduled. Bugs closed: AURORA-1645

aurora git commit: Improve mname and structdump documentation

2016-03-25 Thread serb
Repository: aurora Updated Branches: refs/heads/master 992723181 -> b352e8b16 Improve mname and structdump documentation Reviewed at https://reviews.apache.org/r/45182/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/b3

[1/7] aurora git commit: Reorganize Documentation

2016-03-28 Thread serb
Repository: aurora Updated Branches: refs/heads/master 095009596 -> f28f41a70 http://git-wip-us.apache.org/repos/asf/aurora/blob/f28f41a7/docs/security.md -- diff --git a/docs/security.md b/docs/security.md deleted file mode 10

[4/7] aurora git commit: Reorganize Documentation

2016-03-28 Thread serb
http://git-wip-us.apache.org/repos/asf/aurora/blob/f28f41a7/docs/hooks.md -- diff --git a/docs/hooks.md b/docs/hooks.md deleted file mode 100644 index 28307ab..000 --- a/docs/hooks.md +++ /dev/null @@ -1,244 +0,0 @@ -# Hooks fo

[7/7] aurora git commit: Reorganize Documentation

2016-03-28 Thread serb
Reorganize Documentation This started as a spike to structure the documentation in a way that makes it more approachable. In addition, I believe the new structure will allow us to extend and improve the documentation more easily, as the different sections have more room to grow into something u

[2/7] aurora git commit: Reorganize Documentation

2016-03-28 Thread serb
http://git-wip-us.apache.org/repos/asf/aurora/blob/f28f41a7/docs/reference/configuration.md -- diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md new file mode 100644 index 000..fa09fd4 --- /dev/null

[5/7] aurora git commit: Reorganize Documentation

2016-03-28 Thread serb
http://git-wip-us.apache.org/repos/asf/aurora/blob/f28f41a7/docs/development/design/command-hooks.md -- diff --git a/docs/development/design/command-hooks.md b/docs/development/design/command-hooks.md new file mode 100644 index 00

[3/7] aurora git commit: Reorganize Documentation

2016-03-28 Thread serb
http://git-wip-us.apache.org/repos/asf/aurora/blob/f28f41a7/docs/presentations.md -- diff --git a/docs/presentations.md b/docs/presentations.md deleted file mode 100644 index 84756a2..000 --- a/docs/presentations.md +++ /dev/nu

[6/7] aurora git commit: Reorganize Documentation

2016-03-28 Thread serb
http://git-wip-us.apache.org/repos/asf/aurora/blob/f28f41a7/docs/configuration-tutorial.md -- diff --git a/docs/configuration-tutorial.md b/docs/configuration-tutorial.md deleted file mode 100644 index 97664f3..000 --- a/docs/c

aurora git commit: Fixes to RELEASE-NOTES for new documentation structure.

2016-03-29 Thread serb
Repository: aurora Updated Branches: refs/heads/master bb16cade1 -> ec29ac16f Fixes to RELEASE-NOTES for new documentation structure. Reviewed at https://reviews.apache.org/r/45436/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aur

aurora git commit: Various minor documentation fixes. Most of them dead links.

2016-03-30 Thread serb
Repository: aurora Updated Branches: refs/heads/master c3a3e5ccb -> bc4649ea1 Various minor documentation fixes. Most of them dead links. Reviewed at https://reviews.apache.org/r/45444/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf

aurora git commit: Adding jq to package build.sh.

2016-04-06 Thread serb
Repository: aurora Updated Branches: refs/heads/master a9b3df88e -> b2df0eb56 Adding jq to package build.sh. Reviewed at https://reviews.apache.org/r/45782/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/b2df0eb5 Tree:

aurora git commit: Add GPU design document

2016-04-22 Thread serb
Repository: aurora Updated Branches: refs/heads/master 95dcca56d -> d33903687 Add GPU design document Reviewed at https://reviews.apache.org/r/46591/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/d3390368 Tree: http:/

aurora git commit: Introduce command line option to control the offer filter duration

2016-04-27 Thread serb
Repository: aurora Updated Branches: refs/heads/master 7e30ebe34 -> e817eb11d Introduce command line option to control the offer filter duration Aurora is declining Mesos offers implicitly when launching a task and explicitly when compacting multiple offers of a slave into a single one. The f

aurora git commit: Command line flag to change FrameworkInfo.name

2016-05-03 Thread serb
Repository: aurora Updated Branches: refs/heads/master d8d1c8d68 -> 8a2fc4c97 Command line flag to change FrameworkInfo.name This commit introduces a new command line flag `-framework_name` and changes the value from the hardcoded 'TwitterScheduler' to 'aurora'. This change is non-intrusive a

aurora git commit: Fix dead link in documentation

2016-05-08 Thread serb
Repository: aurora Updated Branches: refs/heads/master 1eac7a675 -> 77c465aef Fix dead link in documentation Reviewed at https://reviews.apache.org/r/47099/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/77c465ae Tree:

aurora git commit: Use 'Mesos agent' instead of 'Mesos slave' in docs

2016-05-22 Thread serb
Repository: aurora Updated Branches: refs/heads/master f25c9c1de -> 9f6a6606c Use 'Mesos agent' instead of 'Mesos slave' in docs There are a few referencess left: those that refer to the `mesos-slave` command line and those that document `clusters.json` attributes that use the term `slave`.

aurora-packaging git commit: Update packaging to work with Aurora 0.13.

2016-05-28 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master aa9bd2de9 -> 7cb3829ca Update packaging to work with Aurora 0.13. In addition to the minimal necessary packaging changes, I have tried to align the tests of the different distributions. A few differences remain. Those are mainly

aurora git commit: Fix containers doc example.

2016-06-03 Thread serb
Repository: aurora Updated Branches: refs/heads/master edd47d08f -> 692b5d147 Fix containers doc example. Reviewed at https://reviews.apache.org/r/48211/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/692b5d14 Tree: ht

aurora git commit: Change the UI to refer to Mesos Agents instead of Mesos Slaves.

2016-06-04 Thread serb
Repository: aurora Updated Branches: refs/heads/master 692b5d147 -> d64e179ed Change the UI to refer to Mesos Agents instead of Mesos Slaves. This change also moves the /slaves endpoint to /agents and adds a compatibility redirect. Bugs closed: AURORA-1449, AURORA-1450 Reviewed at https://r

[1/2] aurora git commit: Add webhook code that can POST events to an endpoint

2016-06-06 Thread serb
Repository: aurora Updated Branches: refs/heads/master d64e179ed -> 2e7b317be Add webhook code that can POST events to an endpoint Bugs closed: AURORA-1683 Reviewed at https://reviews.apache.org/r/47440/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.a

[2/2] aurora git commit: Mark webhooks as experimental

2016-06-06 Thread serb
Mark webhooks as experimental Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/2e7b317b Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/2e7b317b Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/2e7b317b Bran

aurora git commit: Document the logfile locations used in the vagrant box

2016-06-07 Thread serb
Repository: aurora Updated Branches: refs/heads/master 2e7b317be -> e6674939c Document the logfile locations used in the vagrant box Reviewed at https://reviews.apache.org/r/48218/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/auro

aurora git commit: Adding gpg key for serb

2016-06-07 Thread serb
Repository: aurora Updated Branches: refs/heads/master 692074ca8 -> 583607a9e Adding gpg key for serb Reviewed at https://reviews.apache.org/r/48359/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/583607a9 Tree: h

svn commit: r13931 - /dev/aurora/KEYS

2016-06-07 Thread serb
Author: serb Date: Tue Jun 7 21:37:03 2016 New Revision: 13931 Log: Adding gpg key for serb Modified: dev/aurora/KEYS Modified: dev/aurora/KEYS == --- dev/aurora/KEYS (original) +++ dev/aurora/KEYS Tue Jun 7 21:37

svn commit: r13932 - /release/aurora/KEYS

2016-06-07 Thread serb
Author: serb Date: Tue Jun 7 21:37:42 2016 New Revision: 13932 Log: Adding gpg key for serb Modified: release/aurora/KEYS Modified: release/aurora/KEYS == --- release/aurora/KEYS (original) +++ release/aurora/KEYS

svn commit: r13958 - in /dev/aurora/0.14.0-rc0: apache-aurora-0.14.0-rc0.tar.gz apache-aurora-0.14.0-rc0.tar.gz.asc apache-aurora-0.14.0-rc0.tar.gz.md5 apache-aurora-0.14.0-rc0.tar.gz.sha

2016-06-10 Thread serb
Author: serb Date: Fri Jun 10 14:07:56 2016 New Revision: 13958 Log: aurora-0.14.0 release candidate rel/0.14.0-rc0 Added: dev/aurora/0.14.0-rc0/apache-aurora-0.14.0-rc0.tar.gz (with props) dev/aurora/0.14.0-rc0/apache-aurora-0.14.0-rc0.tar.gz.asc (with props) dev/aurora/0.14.0

svn commit: r13957 - /dev/aurora/0.14.0-rc0/

2016-06-10 Thread serb
Author: serb Date: Fri Jun 10 14:07:48 2016 New Revision: 13957 Log: aurora-0.14.0 release candidate rel/0.14.0-rc0 Added: dev/aurora/0.14.0-rc0/

[aurora] Git Push Summary

2016-06-10 Thread serb
Repository: aurora Updated Tags: refs/tags/rel/0.14.0-rc0 [created] 93e439a31

[3/3] aurora git commit: Incrementing snapshot version to 0.15.0-SNAPSHOT.

2016-06-10 Thread serb
Incrementing snapshot version to 0.15.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f9bbfb3c Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/f9bbfb3c Diff: http://git-wip-us.apache.org/repos/asf/aurora

[1/3] aurora git commit: Prepare RELEASE-NOTES.md for release

2016-06-10 Thread serb
Repository: aurora Updated Branches: refs/heads/master d26a32358 -> f9bbfb3c9 Prepare RELEASE-NOTES.md for release Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/fadfa9f8 Tree: http://git-wip-us.apache.org/repos/asf/aur

[2/3] aurora git commit: Updating CHANGELOG for 0.14.0 release.

2016-06-10 Thread serb
Updating CHANGELOG for 0.14.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/4126c3e4 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/4126c3e4 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/4126c

aurora-packaging git commit: Update RPM services and startup scripts to match our Debian packages.

2016-06-12 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master 7cb3829ca -> a665227c0 Update RPM services and startup scripts to match our Debian packages. Bugs closed: AURORA-1394 Reviewed at https://reviews.apache.org/r/48513/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packa

[3/3] aurora-packaging git commit: Update centos test README.md according to package changes in a665227

2016-06-12 Thread serb
Update centos test README.md according to package changes in a665227 Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/b4f1a452 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/b4f1a452 Di

[1/3] aurora-packaging git commit: Update outdated references to the Apache Aurora incubator

2016-06-12 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master a665227c0 -> b4f1a4529 Update outdated references to the Apache Aurora incubator Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/f82ce1

[2/3] aurora-packaging git commit: Add changelog of previous package releases

2016-06-12 Thread serb
Add changelog of previous package releases Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/99a866d6 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/99a866d6 Diff: http://git-wip-us.apac

aurora-packaging git commit: Make copy & paste of example jobs easier.

2016-06-12 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master b4f1a4529 -> aa5830237 Make copy & paste of example jobs easier. Otherwise, the leading whitespace will lead to invalid Python code that needs to be fixed manually within the Vagrant box. Project: http://git-wip-us.apache.org/r

[aurora] Git Push Summary

2016-06-14 Thread serb
Repository: aurora Updated Tags: refs/tags/rel/0.14.0 [created] f01becc1a

svn commit: r14004 - /release/aurora/0.14.0/

2016-06-14 Thread serb
Author: serb Date: Tue Jun 14 20:32:42 2016 New Revision: 14004 Log: aurora-0.14.0 release Added: release/aurora/0.14.0/

svn commit: r14005 - in /release/aurora/0.14.0: apache-aurora-0.14.0.tar.gz apache-aurora-0.14.0.tar.gz.asc apache-aurora-0.14.0.tar.gz.md5 apache-aurora-0.14.0.tar.gz.sha

2016-06-14 Thread serb
Author: serb Date: Tue Jun 14 20:33:06 2016 New Revision: 14005 Log: aurora-0.14.0 release Added: release/aurora/0.14.0/apache-aurora-0.14.0.tar.gz (with props) release/aurora/0.14.0/apache-aurora-0.14.0.tar.gz.asc (with props) release/aurora/0.14.0/apache-aurora-0.14.0

svn commit: r1748470 [3/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Added: aurora/site/publish/documentation/0.14.0/additional-resources/presentations/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/additional-resources/presentations/index.html?rev=1748470&view=auto

svn commit: r1748470 [15/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Added: aurora/site/source/blog/2016-06-14-aurora-0-14-0-released.md URL: http://svn.apache.org/viewvc/aurora/site/source/blog/2016-06-14-aurora-0-14-0-released.md?rev=1748470&view=auto == --- aurora/site/source/blog/2016-0

svn commit: r1748470 [9/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Added: aurora/site/publish/documentation/0.14.0/reference/configuration-templating/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/reference/configuration-templating/index.html?rev=1748470&view=auto

svn commit: r1748470 [18/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Added: aurora/site/source/documentation/0.14.0/reference/configuration-templating.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.14.0/reference/configuration-templating.md?rev=1748470&view=auto ==

svn commit: r1748470 [5/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Added: aurora/site/publish/documentation/0.14.0/features/resource-isolation/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/features/resource-isolation/index.html?rev=1748470&view=auto ==

svn commit: r1748470 [16/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Added: aurora/site/source/documentation/0.14.0/features/services.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.14.0/features/services.md?rev=1748470&view=auto == --- aurora/site/source/documentati

svn commit: r1748470 [7/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Added: aurora/site/publish/documentation/0.14.0/operations/configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/operations/configuration/index.html?rev=1748470&view=auto == -

svn commit: r1748470 [14/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Modified: aurora/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1748470&r1=1748469&r2=1748470&view=diff == --- aurora/site/publish/sitemap.xml (original) +++ aurora/site/publ

svn commit: r1748470 [8/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Added: aurora/site/publish/documentation/0.14.0/operations/storage/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/operations/storage/index.html?rev=1748470&view=auto == --- aurora/sit

svn commit: r1748470 [17/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Added: aurora/site/source/documentation/0.14.0/operations/installation.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.14.0/operations/installation.md?rev=1748470&view=auto == --- aurora/site/source

svn commit: r1748470 [4/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Added: aurora/site/publish/documentation/0.14.0/development/thermos/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/development/thermos/index.html?rev=1748470&view=auto == --- aurora/s

svn commit: r1748470 [19/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Modified: aurora/site/source/documentation/latest/development/db-migration.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/development/db-migration.md?rev=1748470&r1=1748469&r2=1748470&view=diff ==

svn commit: r1748470 [12/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Modified: aurora/site/publish/documentation/0.9.0/monitoring/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.9.0/monitoring/index.html?rev=1748470&r1=1748469&r2=1748470&view=diff == --- aur

svn commit: r1748470 [13/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Modified: aurora/site/publish/documentation/latest/reference/client-hooks/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/client-hooks/index.html?rev=1748470&r1=1748469&r2=1748470&view=diff ===

svn commit: r1748470 [1/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Author: serb Date: Tue Jun 14 21:35:25 2016 New Revision: 1748470 URL: http://svn.apache.org/viewvc?rev=1748470&view=rev Log: Update website for Aurora 0.14.0 Added: aurora/site/publish/blog/aurora-0-14-0-released/ aurora/site/publish/blog/aurora-0-14-0-released/index.html (with p

svn commit: r1748470 [10/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Added: aurora/site/publish/documentation/0.14.0/reference/configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/reference/configuration/index.html?rev=1748470&view=auto == ---

svn commit: r1748470 [2/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Modified: aurora/site/publish/documentation/0.11.0/configuration-tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.11.0/configuration-tutorial/index.html?rev=1748470&r1=1748469&r2=1748470&view=diff ===

svn commit: r1748470 [11/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2016-06-14 Thread serb
Modified: aurora/site/publish/documentation/0.5.0-incubating/committers/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.5.0-incubating/committers/index.html?rev=1748470&r1=1748469&r2=1748470&view=diff ===

svn commit: r1748470 [6/19] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-14-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2016-06-14 Thread serb
Added: aurora/site/publish/documentation/0.14.0/getting-started/tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/getting-started/tutorial/index.html?rev=1748470&view=auto == -

aurora git commit: Ensure we can verify release candidates in the Vagrant box

2016-06-20 Thread serb
Repository: aurora Updated Branches: refs/heads/master f6ac13b16 -> ca8372ff7 Ensure we can verify release candidates in the Vagrant box * bump the virtualbox memory to make the tests pass (otherwise failing with 'Cannot allocate memory') * remove unnecessary destroy step that seems to be co

aurora-packaging git commit: Improve consistency of the RPM and DEB default configuration

2016-06-20 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master aa5830237 -> e7fa0096f Improve consistency of the RPM and DEB default configuration * Use identical scheduler default arguments * Log to stderr rather than disk in all packages * Use vagrant as the example role. It is available f

[1/2] aurora-packaging git commit: Update test instructions for 0.13.0

2016-06-20 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master e7fa0096f -> c09e250c3 Update test instructions for 0.13.0 Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/ee56230c Tree: http://git-wi

[2/2] aurora-packaging git commit: Update changelog

2016-06-20 Thread serb
Update changelog Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/c09e250c Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/c09e250c Diff: http://git-wip-us.apache.org/repos/asf/aurora-pa

[aurora-packaging] Git Push Summary

2016-06-20 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/0.13.x [created] c09e250c3

aurora git commit: Add announce and enable_hooks to Job Schema table

2016-06-28 Thread serb
Repository: aurora Updated Branches: refs/heads/master 73dd2a867 -> 499b11bde Add announce and enable_hooks to Job Schema table Reviewed at https://reviews.apache.org/r/49330/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/co

aurora-packaging git commit: Update packaging for Aurora 0.14

2016-06-28 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master c09e250c3 -> 0614c78cd Update packaging for Aurora 0.14 Reviewed at https://reviews.apache.org/r/49338/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora

aurora-packaging git commit: Update RPM changelog for 0.14.0

2016-06-29 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/0.14.x [created] f4f2b9d30 Update RPM changelog for 0.14.0 Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/f4f2b9d3 Tree: http://git-wip-us.ap

aurora-packaging git commit: Update DEB changelog for 0.14.0

2016-06-29 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/0.14.x f4f2b9d30 -> f2ca3d23c Update DEB changelog for 0.14.0 Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/f2ca3d23 Tree: http://git-wip-us

aurora git commit: Reduce log level of finding a valid leader

2016-07-01 Thread serb
Repository: aurora Updated Branches: refs/heads/master 205c308c5 -> 176c96a3f Reduce log level of finding a valid leader Since the introduction of the Curator-backend [1], we have been logging the currently active leader on each request. This happens even if the queried scheduler is also the

svn commit: r1751003 [1/3] - in /aurora/site: data/downloads.yml publish/downloads/index.html publish/index.html publish/sitemap.xml source/downloads.html.md.erb source/index.html.md

2016-07-01 Thread serb
Author: serb Date: Fri Jul 1 20:15:12 2016 New Revision: 1751003 URL: http://svn.apache.org/viewvc?rev=1751003&view=rev Log: Fix dead links to Aurora docs Modified: aurora/site/data/downloads.yml aurora/site/publish/downloads/index.html aurora/site/publish/index.html aurora/

svn commit: r1751003 [3/3] - in /aurora/site: data/downloads.yml publish/downloads/index.html publish/index.html publish/sitemap.xml source/downloads.html.md.erb source/index.html.md

2016-07-01 Thread serb
Modified: aurora/site/source/downloads.html.md.erb URL: http://svn.apache.org/viewvc/aurora/site/source/downloads.html.md.erb?rev=1751003&r1=1751002&r2=1751003&view=diff == --- aurora/site/source/downloads.html.md.erb (ori

svn commit: r1751003 [2/3] - in /aurora/site: data/downloads.yml publish/downloads/index.html publish/index.html publish/sitemap.xml source/downloads.html.md.erb source/index.html.md

2016-07-01 Thread serb
Modified: aurora/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1751003&r1=1751002&r2=1751003&view=diff == --- aurora/site/publish/sitemap.xml (original) +++ aurora/site/publ

svn commit: r1751005 [3/7] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ publish

2016-07-01 Thread serb
Modified: aurora/site/publish/documentation/0.12.0/storage-config/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.12.0/storage-config/index.html?rev=1751005&r1=1751004&r2=1751005&view=diff

svn commit: r1751005 [2/7] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ publish

2016-07-01 Thread serb
Modified: aurora/site/publish/documentation/0.10.0/thrift-deprecation/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.10.0/thrift-deprecation/index.html?rev=1751005&r1=1751004&r2=1751005&view=diff

svn commit: r1751005 [7/7] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ publish

2016-07-01 Thread serb
Modified: aurora/site/publish/documentation/0.9.0/user-guide/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.9.0/user-guide/index.html?rev=1751005&r1=1751004&r2=1751005&view=diff == --- aur

svn commit: r1751005 [6/7] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ publish

2016-07-01 Thread serb
Modified: aurora/site/publish/documentation/0.7.0-incubating/tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/tutorial/index.html?rev=1751005&r1=1751004&r2=1751005&view=diff

svn commit: r1751005 [5/7] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ publish

2016-07-01 Thread serb
Modified: aurora/site/publish/documentation/0.5.0-incubating/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.5.0-incubating/index.html?rev=1751005&r1=1751004&r2=1751005&view=diff == --- aur

svn commit: r1751005 [4/7] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ publish

2016-07-01 Thread serb
Modified: aurora/site/publish/documentation/0.14.0/contributing/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/contributing/index.html?rev=1751005&r1=1751004&r2=1751005&view=diff == -

svn commit: r1751005 [1/7] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ publish

2016-07-01 Thread serb
Author: serb Date: Fri Jul 1 20:30:57 2016 New Revision: 1751005 URL: http://svn.apache.org/viewvc?rev=1751005&view=rev Log: Update copyright footer Modified: aurora/site/publish/blog/2015-upcoming-apache-aurora-meetups/index.html aurora/site/publish/blog/aurora-0-10-0-rele

svn commit: r1751006 - in /aurora/site: Rakefile source/documentation/0.14.0/additional-resources/presentations.md source/documentation/latest/additional-resources/presentations.md

2016-07-01 Thread serb
Author: serb Date: Fri Jul 1 21:01:06 2016 New Revision: 1751006 URL: http://svn.apache.org/viewvc?rev=1751006&view=rev Log: Fix images in the presentation table Modified: aurora/site/Rakefile aurora/site/source/documentation/0.14.0/additional-resources/presentations.md au

svn commit: r1751008 - in /aurora/site/publish/documentation: 0.14.0/additional-resources/presentations/index.html latest/additional-resources/presentations/index.html

2016-07-01 Thread serb
Author: serb Date: Fri Jul 1 21:38:06 2016 New Revision: 1751008 URL: http://svn.apache.org/viewvc?rev=1751008&view=rev Log: Fix images in the published presentation table Modified: aurora/site/publish/documentation/0.14.0/additional-resources/presentations/index.html aurora/

svn commit: r1751011 - in /aurora/site: publish/blog/aurora-0-6-0-incubating-released/index.html publish/blog/feed.xml source/blog/2014-12-08-aurora-0-6-0-incubating-released.md

2016-07-01 Thread serb
Author: serb Date: Fri Jul 1 22:45:20 2016 New Revision: 1751011 URL: http://svn.apache.org/viewvc?rev=1751011&view=rev Log: Fix deadlinks in the ancient 0.6.0 blog post Modified: aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html aurora/site/publish/blog/feed

svn commit: r1751012 - in /aurora/site: publish/blog/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-13-0-released/ publish/blog/aurora-0-8-0-released/ source/blog/

2016-07-01 Thread serb
Author: serb Date: Fri Jul 1 22:54:13 2016 New Revision: 1751012 URL: http://svn.apache.org/viewvc?rev=1751012&view=rev Log: Fix further links in old blog posts Modified: aurora/site/publish/blog/aurora-0-10-0-released/index.html aurora/site/publish/blog/aurora-0-13-0-rele

svn commit: r1751014 - in /aurora/site: publish/blog/aurora-0-13-0-released/index.html publish/blog/feed.xml source/blog/2016-04-14-aurora-0-13-0-released.md

2016-07-01 Thread serb
Author: serb Date: Fri Jul 1 23:07:55 2016 New Revision: 1751014 URL: http://svn.apache.org/viewvc?rev=1751014&view=rev Log: Remove unnecessary .md from links in the 0.13 blog post Modified: aurora/site/publish/blog/aurora-0-13-0-released/index.html aurora/site/publish/blog/feed

svn commit: r1751015 - in /aurora/site: publish/blog/aurora-0-7-0-incubating-released/index.html publish/blog/feed.xml source/blog/2015-02-12-aurora-0-7-0-incubating-released.md

2016-07-01 Thread serb
Author: serb Date: Fri Jul 1 23:20:55 2016 New Revision: 1751015 URL: http://svn.apache.org/viewvc?rev=1751015&view=rev Log: Fix link in blog post of 0.7.0 Modified: aurora/site/publish/blog/aurora-0-7-0-incubating-released/index.html aurora/site/publish/blog/feed.xml aurora/

aurora git commit: Update install docs to for Aurora 0.14.0

2016-07-03 Thread serb
Repository: aurora Updated Branches: refs/heads/master 5bdee77a8 -> 25dd51862 Update install docs to for Aurora 0.14.0 Reviewed at https://reviews.apache.org/r/49339/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/25dd

aurora-packaging git commit: Update package scripts to 0.15.0.

2016-07-23 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master 502d07ef0 -> 2a9dd402b Update package scripts to 0.15.0. Reviewed at https://reviews.apache.org/r/49732/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/auror

aurora git commit: Display reservations and persistent volumes in /offers debug http endpoint

2016-07-23 Thread serb
Repository: aurora Updated Branches: refs/heads/master e67c6a732 -> 9c316d324 Display reservations and persistent volumes in /offers debug http endpoint Bugs closed: AURORA-1736 Reviewed at https://reviews.apache.org/r/50052/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commi

aurora-packaging git commit: Use Docker host network rather than bridging.

2016-08-02 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master 5d5b52fbd -> 3184fd74f Use Docker host network rather than bridging. The default bridge network is known to be slow (1) and potentially flaky (2). Switching to host networking is a desperate attempt to reduce flaps in our nightly

  1   2   3   >