aurora git commit: Add a new UI page to show all tasks (active and completed) for a specific instance id.

2015-08-18 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 22f9cbb7e - 9b8868fb7 Add a new UI page to show all tasks (active and completed) for a specific instance id. Reviewed at https://reviews.apache.org/r/37365/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Modify the gradle build to optionally prefix CLASSPATH with a custom value when running installDist.

2015-08-05 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 2130f7e9a - ae6e8575b Modify the gradle build to optionally prefix CLASSPATH with a custom value when running installDist. This enables much greater iteration speed when working on the Aurora UI. Bugs closed: AURORA-1425 Reviewed at

aurora git commit: Add indications of continued activity to the Update page.

2015-08-05 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 8a8ed2d1d - 8adc9bd87 Add indications of continued activity to the Update page. Bugs closed: AURORA-1125 Reviewed at https://reviews.apache.org/r/37137/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add a note about updating the aurora-packagine repo when changing the gradle version.

2015-10-07 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 8cf446592 -> 7408cb3ea Add a note about updating the aurora-packagine repo when changing the gradle version. Reviewed at https://reviews.apache.org/r/39114/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Use a copy of the table config to avoid contaminating pagination settings.

2015-08-26 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 3fdbc8c16 - 1a3ed7f11 Use a copy of the table config to avoid contaminating pagination settings. Reviewed at https://reviews.apache.org/r/37809/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add a link to the instance page from instance events on the update page.

2015-08-26 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 96a086c66 - d901347cf Add a link to the instance page from instance events on the update page. Bugs closed: AURORA-1331 Reviewed at https://reviews.apache.org/r/37761/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Clean up instance id range display. Also remove deprecated max time until running, since it's unused by the server updater.

2015-09-30 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 745654b04 -> 488f29f70 Clean up instance id range display. Also remove deprecated max time until running, since it's unused by the server updater. Reviewed at https://reviews.apache.org/r/38904/ Project:

aurora git commit: Add a NEWS entry about shell health checks and HealthCheckConfig deprecations.

2015-12-17 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master b3f100966 -> 4aa639f31 Add a NEWS entry about shell health checks and HealthCheckConfig deprecations. Reviewed at https://reviews.apache.org/r/41531/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Accept a command line argument for an executor configuration via json

2015-12-17 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 4aa639f31 -> c0fdcdcc6 Accept a command line argument for an executor configuration via json Patch to allow Aurora to accept an executor config via commandline which overrides the default thermos one. Reviewed at

aurora git commit: Upgrade to pants 0.0.66.

2016-01-05 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 227a3a6e1 -> 56334789c Upgrade to pants 0.0.66. The changelog can be read here: http://pantsbuild.github.io/changelog.html Of note for aurora is the ability to kill BUILD.tools. Additionally, add the pants generated .pids/ dir to

aurora git commit: Update leader redirection logic to return an error page if there is no leading scheduler.

2015-12-22 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 0813e3a44 -> e75cdba5f Update leader redirection logic to return an error page if there is no leading scheduler. We'd like to serve Aurora through DNS rather than against the singleton serverset so that when there is no leader users get

aurora git commit: Support in-flight review chains via `depends-on`.

2015-12-24 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 9176b6423 -> 1ae77d596 Support in-flight review chains via `depends-on`. This adds support for following `depends-on` chains of in-flight RBs to form patch sets ultimately based off master. Request processing logic is factored up into a

aurora git commit: Updated documentation to include custom executor explaination

2016-06-08 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 583607a9e -> e89521f1e Updated documentation to include custom executor explaination Reviewed at https://reviews.apache.org/r/48360/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r1750421 - in /aurora/3rdparty/ubuntu/trusty64/python: mesos.native-0.28.1-py2.7-linux-x86_64.egg mesos.native-0.28.2-py2.7-linux-x86_64.egg

2016-06-27 Thread jcohen
Author: jcohen Date: Mon Jun 27 22:24:47 2016 New Revision: 1750421 URL: http://svn.apache.org/viewvc?rev=1750421=rev Log: Adding mesos 0.28.x eggs for ubuntu. Added: aurora/3rdparty/ubuntu/trusty64/python/mesos.native-0.28.1-py2.7-linux-x86_64.egg (with props) aurora/3rdparty

svn commit: r1728599 - in /aurora/3rdparty: README.md centos/6/python/mesos.native-0.26.0-py2.7-linux-x86_64.egg centos/7/python/mesos.native-0.26.0-py2.7-linux-x86_64.egg ubuntu/trusty64/python/mesos

2016-02-04 Thread jcohen
Author: jcohen Date: Fri Feb 5 04:38:34 2016 New Revision: 1728599 URL: http://svn.apache.org/viewvc?rev=1728599=rev Log: Adding mesos 0.26.0 eggs for ubuntu, centos6 and centos7. Also minor README tweaks. Added: aurora/3rdparty/centos/6/python/mesos.native-0.26.0-py2.7-linux-x86_64.egg

aurora git commit: Update to Mesos 0.26.0

2016-02-09 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 3cb6cc3f4 -> dd7993490 Update to Mesos 0.26.0 Release notes: https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.0 Reviewed at https://reviews.apache.org/r/43253/ Project:

aurora git commit: Fix the executor to fail tasks quickly in the event of unknown exceptions when creating sandboxes.

2016-02-11 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master e7862e0e7 -> 0650b8d1f Fix the executor to fail tasks quickly in the event of unknown exceptions when creating sandboxes. Bugs closed: AURORA-1614 Reviewed at https://reviews.apache.org/r/43486/ Project:

aurora git commit: Revert "Improving job update query performance."

2016-01-28 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 165a617f8 -> fbd29a176 Revert "Improving job update query performance." This reverts commit fee5943a95c4f08e148dc5f1366486a8c23d5773. We discovered a bug when deploying this commit that caused corruption of the update store. Reviewed

aurora git commit: Fix stray printf style log replacement token when logging triggered cron jobs.

2016-01-27 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master c417f9d09 -> e240fdc48 Fix stray printf style log replacement token when logging triggered cron jobs. Reviewed at https://reviews.apache.org/r/42869/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add header to allow bypassing the LeaderRedirectFilter.

2016-02-02 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master d033d5393 -> 2d91e18fb Add header to allow bypassing the LeaderRedirectFilter. Bugs closed: AURORA-1601 Reviewed at https://reviews.apache.org/r/42964/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Introduces -default_docker_parameters scheduler flag.

2016-01-20 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 749f83502 -> f02872529 Introduces -default_docker_parameters scheduler flag. This flag allows cluster administrators to set arbitrary Docker parameters which will apply to all jobs. Also cleans up some of the existing unit tests around

aurora git commit: Log exceptions raised when thermos running attempts to execute a process.

2016-03-11 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 72bf8dbd2 -> d752d466c Log exceptions raised when thermos running attempts to execute a process. Reviewed at https://reviews.apache.org/r/44680/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Adds the ability to set HOME to the sandbox before running the executor.

2016-03-29 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master f28f41a70 -> bb16cade1 Adds the ability to set HOME to the sandbox before running the executor. In instances where the root filesystem is read-only, it is desirable to have the executor/runner extract themselves into the sandbox.

aurora git commit: Introduce "preemptible" flag in TierInfo with backward compatible support for "production" flag in TaskConfig.

2016-03-30 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 55a2422f1 -> 193f17ee4 Introduce "preemptible" flag in TierInfo with backward compatible support for "production" flag in TaskConfig. Bugs closed: AURORA-1616 Reviewed at https://reviews.apache.org/r/45222/ Project:

aurora git commit: Use message provided by Mesos if present when tasks fail due to resource limit violations.

2016-04-05 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 663d13f23 -> 51097889c Use message provided by Mesos if present when tasks fail due to resource limit violations. Reviewed at https://reviews.apache.org/r/45754/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Revert "Revert "Add support for storing and fetching images as properties of task configs.""

2016-04-12 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 71c9e674c -> a4853a43f Revert "Revert "Add support for storing and fetching images as properties of task configs."" This reverts commit b5c9e1bc46a623b5d898ec4dacbe132b79903dd7 and layers the changes needed to support DB migrations on

aurora git commit: Fix bug when checking to ensure that all db migrations on the classpath have been applied.

2016-04-08 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 5ecded788 -> 57468d221 Fix bug when checking to ensure that all db migrations on the classpath have been applied. While testing applying the multiple migrations for storing images, I noticed that we were rolling one back on startup when

aurora git commit: Add auroraversion to build properties.

2016-04-04 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master d0bdaf48e -> 9847b0209 Add auroraversion to build properties. Bugs closed: Aurora-1653 Reviewed at https://reviews.apache.org/r/45569/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Fix bug when fetching a task with multiple assigned ports.

2016-04-21 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 15eaa5d1e -> 12e92642f Fix bug when fetching a task with multiple assigned ports. Because we did not include the ids for task ports and task events in the query when mybatis tried to map the results, there was no way to identify the task

aurora git commit: Add Kakao to companies using Aurora.

2016-04-27 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 534c4694c -> a5b9603f0 Add Kakao to companies using Aurora. Reviewed at https://reviews.apache.org/r/46739/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r1739199 - /aurora/3rdparty/ubuntu/trusty64/python/mesos.native-0.27.2-py2.7-linux-x86_64.egg

2016-04-14 Thread jcohen
Author: jcohen Date: Thu Apr 14 21:24:09 2016 New Revision: 1739199 URL: http://svn.apache.org/viewvc?rev=1739199=rev Log: Adding mesos 0.27.2 eggs for ubuntu. Added: aurora/3rdparty/ubuntu/trusty64/python/mesos.native-0.27.2-py2.7-linux-x86_64.egg (with props) Added: aurora/3rdparty

aurora git commit: Upgrade to Mesos 0.27.2

2016-04-15 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 03ec02389 -> 0d12515c0 Upgrade to Mesos 0.27.2 Release notes here: http://mesos.apache.org/blog/mesos-0-27-0-released/ Upgrade notes here: http://mesos.apache.org/documentation/latest/upgrades/#0-27-x-implicit-roles Reviewed at

aurora git commit: Revert "Upgrade to Mesos 0.27.2"

2016-04-15 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 0d12515c0 -> 81f52e4ae Revert "Upgrade to Mesos 0.27.2" This reverts commit 0d12515c0e30a13a4d18ba5fa80f804322a9bd6d. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Revert "Revert "Upgrade to Mesos 0.27.2""

2016-04-20 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master d1dfd16a3 -> 15eaa5d1e Revert "Revert "Upgrade to Mesos 0.27.2"" This reverts commit 81f52e4ae6a8368cc7667d5cc758fc91fb3718f1. Also bump box version to 0.0.5 to pick up mesos 27. Reviewed at https://reviews.apache.org/r/46336/

aurora git commit: Add an explicit box version to Vagrantfile.

2016-04-18 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 81f52e4ae -> e543415d2 Add an explicit box version to Vagrantfile. Bugs closed: AURORA-1667 Reviewed at https://reviews.apache.org/r/46335/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r1754423 - /aurora/3rdparty/ubuntu/trusty64/python/mesos.native-1.0.0-py2.7.egg

2016-07-28 Thread jcohen
Author: jcohen Date: Thu Jul 28 15:54:05 2016 New Revision: 1754423 URL: http://svn.apache.org/viewvc?rev=1754423=rev Log: Adding mesos 1.0.0 eggs for trusty64 Added: aurora/3rdparty/ubuntu/trusty64/python/mesos.native-1.0.0-py2.7.egg (with props) Added: aurora/3rdparty/ubuntu/trusty64

svn commit: r1754576 - /aurora/3rdparty/centos/6/python/mesos.executor-1.0.0-py2.7-linux-x86_64.egg

2016-07-29 Thread jcohen
Author: jcohen Date: Fri Jul 29 21:30:52 2016 New Revision: 1754576 URL: http://svn.apache.org/viewvc?rev=1754576=rev Log: Adding mesos.executor 1.0.0 eggs for centos6 Added: aurora/3rdparty/centos/6/python/mesos.executor-1.0.0-py2.7-linux-x86_64.egg (with props) Added: aurora/3rdparty

aurora git commit: AURORA-1741 Added missing test cases

2016-07-29 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master e14d0a31c -> efc5ff6ab AURORA-1741 Added missing test cases Bugs closed: AURORA-1741 Reviewed at https://reviews.apache.org/r/50617/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r1754765 - /aurora/3rdparty/centos/7/python/mesos.executor-1.0.0-py2.7-linux-x86_64.egg

2016-08-01 Thread jcohen
Author: jcohen Date: Mon Aug 1 14:54:31 2016 New Revision: 1754765 URL: http://svn.apache.org/viewvc?rev=1754765=rev Log: Adding mesos.executor 1.0.0 eggs for centos7 Added: aurora/3rdparty/centos/7/python/mesos.executor-1.0.0-py2.7-linux-x86_64.egg (with props) Added: aurora/3rdparty

aurora git commit: Upgrade to Mesos 1.0.0

2016-08-01 Thread jcohen
-us.apache.org/repos/asf/aurora/blob/b912e172/src/test/sh/org/apache/aurora/e2e/Dockerfile -- diff --git a/src/test/sh/org/apache/aurora/e2e/Dockerfile b/src/test/sh/org/apache/aurora/e2e/Dockerfile index 6fdea3d..1b91f02 100644 -

aurora git commit: Isolate the executor's filesystem from the task's.

2016-08-03 Thread jcohen
ensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing,

aurora git commit: Multiple executor support in Scheduler

2016-08-04 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 0105a151b -> d0533d2c7 Multiple executor support in Scheduler Adds support for using multiple executors in a single scheduler. Reviewed at https://reviews.apache.org/r/50480/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo

aurora git commit: Revert "AURORA-1710 Make 'tier' required and remove support for 'production' flag in Job configuration - CLI changes"

2016-07-08 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 7701d218c -> 528198ecb Revert "AURORA-1710 Make 'tier' required and remove support for 'production' flag in Job configuration - CLI changes" This reverts commit 7701d218cd9c22cb4a2f107d28695d57e679b402. Project:

aurora-packaging git commit: Upgrade aurora-packaging for Mesos 1.0.0.

2016-08-01 Thread jcohen
Repository: aurora-packaging Updated Branches: refs/heads/master 2a9dd402b -> 5d5b52fbd Upgrade aurora-packaging for Mesos 1.0.0. Reviewed at https://reviews.apache.org/r/50669/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

svn commit: r1754444 - in /aurora/3rdparty/ubuntu/trusty64/python: mesos.executor-1.0.0-py2.7-linux-x86_64.egg mesos.native-1.0.0-py2.7.egg

2016-07-28 Thread jcohen
Author: jcohen Date: Thu Jul 28 19:35:58 2016 New Revision: 175 URL: http://svn.apache.org/viewvc?rev=175=rev Log: Adding mesos.executor 1.0.0 egg for trusty64. Added: aurora/3rdparty/ubuntu/trusty64/python/mesos.executor-1.0.0-py2.7-linux-x86_64.egg (with props) Modified

aurora git commit: Upgrade to Mesos 0.28.2.

2016-06-29 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 4e28b9c8b -> 6f93ae2dc Upgrade to Mesos 0.28.2. Release notes: http://mesos.apache.org/blog/mesos-0-28-0-released/ http://mesos.apache.org/blog/mesos-0-28-2-released/ Reviewed at https://reviews.apache.org/r/49384/ Project:

aurora git commit: AURORA-1828 Expose stats on the number of offers evaluated before a task is assigned

2017-01-23 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master dc6f27ed3 -> e36e07720 AURORA-1828 Expose stats on the number of offers evaluated before a task is assigned Bugs closed: AURORA-1828 Reviewed at https://reviews.apache.org/r/54995/ Project:

aurora git commit: AURORA-1876 Expose stats on scheduler rate limiter

2017-01-23 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master e36e07720 -> 75129b694 AURORA-1876 Expose stats on scheduler rate limiter This patch exposes stats on `rateLimiter.acquire()` blocking events in `TaskGroups`. Hence, providing visibility into whether scheduling rate is above/below

aurora git commit: Expose finer grained offer veto stats

2017-01-25 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 52ddce919 -> 3cdcd17a5 Expose finer grained offer veto stats Bugs closed: AURORA-1835 Reviewed at https://reviews.apache.org/r/55020/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Clean up leaking of mounts into the host's mtab.

2016-08-29 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 874625e8f -> c34f78a6d Clean up leaking of mounts into the host's mtab. Reviewed at https://reviews.apache.org/r/51502/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Update e2e tests to verify running a docker image via the unified containerizer.

2016-09-08 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 8fca74501 -> 87ae96802 Update e2e tests to verify running a docker image via the unified containerizer. Reviewed at https://reviews.apache.org/r/51746/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove --release-threshold option from aurora job restart.

2016-09-15 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 5069f93be -> 593233857 Remove --release-threshold option from aurora job restart. Bugs closed: AURORA-1681 Reviewed at https://reviews.apache.org/r/51924/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Ensure shell health checkers running for tasks running under an isolated fileystem are run within that filesystem.

2016-09-15 Thread jcohen
# results in a process like: `sh -c /bin/bash -c ...`, however in my testing no combination of + # shell: false and splitting the bash/cmdline args across value/arguments produced an invocation + # that actually worked. That said, it *should* be possbie. + # TODO(jcohen): Investigate setting sh

svn commit: r1762695 [16/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publi

2016-09-28 Thread jcohen
Added: aurora/site/source/documentation/0.16.0/features/resource-isolation.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.16.0/features/resource-isolation.md?rev=1762695=auto == ---

svn commit: r1762695 [15/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publi

2016-09-28 Thread jcohen
st time this runs it will bootstrap and you will be asked to login. +Subsequent runs will cache your login credentials. + +## Submitting a Patch for Review + +Post a review with `rbt`, fill out the fields in your browser and hit Publish. + +./rbt post -o + +If you're unsure about who to add as a

svn commit: r1762695 [17/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publi

2016-09-28 Thread jcohen
Added: aurora/site/source/documentation/0.16.0/operations/configuration.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.16.0/operations/configuration.md?rev=1762695=auto == ---

svn commit: r1762695 [5/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publis

2016-09-28 Thread jcohen
Added: aurora/site/publish/documentation/0.16.0/features/constraints/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/features/constraints/index.html?rev=1762695=auto == ---

aurora git commit: Expose task tier as a label on TaskInfo proto.

2016-10-04 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master ebdaa6b86 -> 251ef5a56 Expose task tier as a label on TaskInfo proto. This will allow for other consumers of the TaskInfo (e.g. a custom mesos QoS controller) to alter their behavior based on a task's tier. Reviewed at

aurora git commit: Order job update events and instance events by ID rather than timestamp

2016-10-04 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master ed72b1bf6 -> 249245db0 Order job update events and instance events by ID rather than timestamp Bugs closed: AURORA-655 Reviewed at https://reviews.apache.org/r/52508/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Fix for AURORA-1739, enables golang thrift bindings to create jobs

2016-09-16 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 783baaefb -> f1e09a9c7 Fix for AURORA-1739, enables golang thrift bindings to create jobs Change in the thrift API to make thee cronSchedule string in JobConfiguration an optional. Reviewed at https://reviews.apache.org/r/51973/

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

2016-09-19 Thread jcohen
Updating CHANGELOG for 0.16.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/a0e9f7ee Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/a0e9f7ee Diff:

[aurora] Git Push Summary

2016-09-19 Thread jcohen
Repository: aurora Updated Tags: refs/tags/rel/0.16.0-rc0 [created] a90a93de8

aurora git commit: Add a release note about full task filesystem isolation.

2016-09-19 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master ed86994f8 -> 68c422551 Add a release note about full task filesystem isolation. Reviewed at https://reviews.apache.org/r/52051/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

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

2016-09-19 Thread jcohen
Author: jcohen Date: Mon Sep 19 19:27:38 2016 New Revision: 15425 Log: aurora-0.16.0 release candidate rel/0.16.0-rc0 Added: dev/aurora/0.16.0-rc0/apache-aurora-0.16.0-rc0.tar.gz (with props) dev/aurora/0.16.0-rc0/apache-aurora-0.16.0-rc0.tar.gz.asc dev/aurora/0.16.0-rc0/apache

svn commit: r15424 - /dev/aurora/0.16.0-rc0/

2016-09-19 Thread jcohen
Author: jcohen Date: Mon Sep 19 19:27:24 2016 New Revision: 15424 Log: aurora-0.16.0 release candidate rel/0.16.0-rc0 Added: dev/aurora/0.16.0-rc0/

svn commit: r15427 - /release/aurora/KEYS

2016-09-19 Thread jcohen
Author: jcohen Date: Mon Sep 19 21:44:32 2016 New Revision: 15427 Log: Adding gpg key for jco...@apache.org Modified: release/aurora/KEYS Modified: release/aurora/KEYS == --- release/aurora/KEYS (original

svn commit: r15426 - /dev/aurora/KEYS

2016-09-19 Thread jcohen
Author: jcohen Date: Mon Sep 19 21:44:15 2016 New Revision: 15426 Log: Adding gpg key for jco...@apache.org Modified: dev/aurora/KEYS Modified: dev/aurora/KEYS == --- dev/aurora/KEYS (original) +++ dev/aurora/KEYS

[2/2] aurora git commit: Revert "Updating CHANGELOG for 0.16.0 release."

2016-09-22 Thread jcohen
Revert "Updating CHANGELOG for 0.16.0 release." This reverts commit f806da7f17e2f5da15c65d948cdf4159458416c3. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/6edbac24 Tree:

[1/2] aurora git commit: Revert "Incrementing snapshot version to 0.17.0-SNAPSHOT."

2016-09-22 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 02ba97fbb -> 6edbac246 Revert "Incrementing snapshot version to 0.17.0-SNAPSHOT." This reverts commit 843289478c1ac6f68873317d0e33fb39e3550569. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r15492 - in /dev/aurora/0.16.0-rc2: apache-aurora-0.16.0-rc2.tar.gz apache-aurora-0.16.0-rc2.tar.gz.asc apache-aurora-0.16.0-rc2.tar.gz.md5 apache-aurora-0.16.0-rc2.tar.gz.sha

2016-09-22 Thread jcohen
Author: jcohen Date: Thu Sep 22 19:10:45 2016 New Revision: 15492 Log: aurora-0.16.0 release candidate rel/0.16.0-rc2 Added: dev/aurora/0.16.0-rc2/apache-aurora-0.16.0-rc2.tar.gz (with props) dev/aurora/0.16.0-rc2/apache-aurora-0.16.0-rc2.tar.gz.asc dev/aurora/0.16.0-rc2/apache

aurora git commit: Prepare release notes for release.

2016-09-22 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 6edbac246 -> 03022a237 Prepare release notes for release. Also update committers' guide with details on this step and on reverting auto-generated commits for subsequent release candidates. Reviewed at https://reviews.apache.org/r/52167/

[aurora] Git Push Summary

2016-09-22 Thread jcohen
Repository: aurora Updated Tags: refs/tags/rel/0.16.0-rc2 [created] 337f284cd

aurora git commit: Fix host maintenance commands to properly initialize the api client.

2016-09-20 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 4745c8cc2 -> a9f4e26a2 Fix host maintenance commands to properly initialize the api client. Bugs closed: AURORA-1777 Reviewed at https://reviews.apache.org/r/52087/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Clean up some license issues.

2016-09-20 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master a9f4e26a2 -> ae4db02fd Clean up some license issues. Reviewed at https://reviews.apache.org/r/52093/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/ae4db02f Tree:

svn commit: r15461 - /dev/aurora/0.16.0-rc1/

2016-09-20 Thread jcohen
Author: jcohen Date: Tue Sep 20 19:59:57 2016 New Revision: 15461 Log: aurora-0.16.0 release candidate rel/0.16.0-rc1 Added: dev/aurora/0.16.0-rc1/

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

2016-09-20 Thread jcohen
Updating CHANGELOG for 0.16.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f806da7f Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/f806da7f Diff:

[aurora] Git Push Summary

2016-09-20 Thread jcohen
Repository: aurora Updated Tags: refs/tags/rel/0.16.0-rc1 [created] ad91fbf82

aurora git commit: Adding gpg key for jco...@apache.org

2016-09-19 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 330e8ee00 -> ed86994f8 Adding gpg key for jco...@apache.org Reviewed at https://reviews.apache.org/r/52046/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Moving custom executors documentation to features, adding gorealis to tools

2016-08-18 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master a4fdf284d -> 370813f11 Moving custom executors documentation to features, adding gorealis to tools Moved custom executor documentation from docs/operations/configuration.md since it grew out of proportion. Added an explaination on how a

aurora git commit: A few executor fixes for filesystem isolation:

2016-08-26 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 2988a7e01 -> 5cad046fc A few executor fixes for filesystem isolation: - Add an option to skip the groupadd/useradd calls into the task's filesystem. - Mount any configured volumes into the task's filesystem. - Clean up http server script

aurora git commit: containerizer documentation and example changed to non-deprecated syntax

2016-08-26 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 5cad046fc -> 4a2aff987 containerizer documentation and example changed to non-deprecated syntax Bugs closed: AURORA-1754 Reviewed at https://reviews.apache.org/r/51438/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo

svn commit: r1762698 - in /aurora/site: publish/blog/aurora-0-16-0-released/ publish/blog/aurora-0-16-0-released/index.html publish/blog/feed.xml publish/blog/index.html publish/sitemap.xml source/blo

2016-09-28 Thread jcohen
Author: jcohen Date: Wed Sep 28 18:56:13 2016 New Revision: 1762698 URL: http://svn.apache.org/viewvc?rev=1762698=rev Log: Add blog post for 0.16.0 release. Added: aurora/site/publish/blog/aurora-0-16-0-released/ aurora/site/publish/blog/aurora-0-16-0-released/index.html aurora/site

svn commit: r1762695 [12/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publi

2016-09-28 Thread jcohen
Modified: aurora/site/publish/documentation/0.9.0/presentations/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.9.0/presentations/index.html?rev=1762695=1762694=1762695=diff == ---

svn commit: r1762695 [4/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publis

2016-09-28 Thread jcohen
Added: aurora/site/publish/documentation/0.16.0/development/client/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/development/client/index.html?rev=1762695=auto == ---

svn commit: r1762695 [8/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publis

2016-09-28 Thread jcohen
Added: aurora/site/publish/documentation/0.16.0/operations/monitoring/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/operations/monitoring/index.html?rev=1762695=auto == ---

svn commit: r1762695 [7/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publis

2016-09-28 Thread jcohen
Added: aurora/site/publish/documentation/0.16.0/getting-started/vagrant/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/getting-started/vagrant/index.html?rev=1762695=auto == ---

svn commit: r1762695 [18/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publi

2016-09-28 Thread jcohen
Added: aurora/site/source/documentation/0.16.0/reference/configuration-best-practices.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.16.0/reference/configuration-best-practices.md?rev=1762695=auto

svn commit: r1762695 [11/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publi

2016-09-28 Thread jcohen
Modified: aurora/site/publish/documentation/0.5.0-incubating/configuration-reference/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.5.0-incubating/configuration-reference/index.html?rev=1762695=1762694=1762695=diff

svn commit: r1762695 [9/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publis

2016-09-28 Thread jcohen
Added: aurora/site/publish/documentation/0.16.0/reference/client-hooks/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/reference/client-hooks/index.html?rev=1762695=auto == ---

svn commit: r1762695 [1/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publis

2016-09-28 Thread jcohen
Author: jcohen Date: Wed Sep 28 18:23:53 2016 New Revision: 1762695 URL: http://svn.apache.org/viewvc?rev=1762695=rev Log: Updating site for 0.16.0 release. Added: aurora/site/publish/documentation/0.16.0/ aurora/site/publish/documentation/0.16.0/additional-resources/ aurora/site

svn commit: r1762695 [3/19] - in /aurora/site: data/ publish/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publis

2016-09-28 Thread jcohen
Modified: aurora/site/publish/documentation/0.14.0/getting-started/vagrant/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/getting-started/vagrant/index.html?rev=1762695=1762694=1762695=diff

aurora git commit: Running task ssh without an instance should pick a random instance

2016-09-30 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 1a72438f0 -> 59b4d319b Running task ssh without an instance should pick a random instance Bugs closed: AURORA-1110 Reviewed at https://reviews.apache.org/r/52300/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Modify executor state transition logic to rely on health checks (if enabled).

2016-09-30 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 59b4d319b -> ca683cb9e Modify executor state transition logic to rely on health checks (if enabled). [Summary] Executor needs to start executing user content in STARTING and transition to RUNNING when a successful required number of

aurora git commit: Add min_consecutive_health_checks in HealthCheckConfig

2016-09-30 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master ca683cb9e -> ed72b1bf6 Add min_consecutive_health_checks in HealthCheckConfig HealthCheckConfig should accept a new configuration value that will tell how many positive consecutive health checks an instance requires to move from STARTING

svn commit: r15776 - in /release/aurora/0.16.0: apache-aurora-0.16.0.tar.gz apache-aurora-0.16.0.tar.gz.asc apache-aurora-0.16.0.tar.gz.md5 apache-aurora-0.16.0.tar.gz.sha

2016-09-27 Thread jcohen
Author: jcohen Date: Tue Sep 27 20:08:49 2016 New Revision: 15776 Log: aurora-0.16.0 release Added: release/aurora/0.16.0/apache-aurora-0.16.0.tar.gz (with props) release/aurora/0.16.0/apache-aurora-0.16.0.tar.gz.asc release/aurora/0.16.0/apache-aurora-0.16.0.tar.gz.md5 release

svn commit: r1766872 [2/3] - in /aurora/site: publish/community/index.html publish/sitemap.xml source/community.html.md.erb

2016-10-27 Thread jcohen
Modified: aurora/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1766872=1766871=1766872=diff == --- aurora/site/publish/sitemap.xml (original) +++

aurora-packaging git commit: Clean up README for packaging repo, update release-candidate script to generate the vote email.

2016-10-25 Thread jcohen
Repository: aurora-packaging Updated Branches: refs/heads/master b8edaf2c6 -> 2d5acd41b Clean up README for packaging repo, update release-candidate script to generate the vote email. Reviewed at https://reviews.apache.org/r/53102/ Project:

aurora-packaging git commit: Update provisioning scripts for testing aurora packages.

2016-10-25 Thread jcohen
Repository: aurora-packaging Updated Branches: refs/heads/master 2d5acd41b -> 9f9118858 Update provisioning scripts for testing aurora packages. Reviewed at https://reviews.apache.org/r/53064/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora git commit: aurora job inspect should have a --write-json option

2016-11-15 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 8a9939f9e -> e9a182fa0 aurora job inspect should have a --write-json option Bugs closed: AURORA-1504 Reviewed at https://reviews.apache.org/r/53114/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Added short example to documentation how to use .thermos_profile.

2016-10-31 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 7ac639be5 -> 2a8c667ec Added short example to documentation how to use .thermos_profile. Reviewed at https://reviews.apache.org/r/53258/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

  1   2   >