[1/3] aurora git commit: Require non-default primitive values in StorageEntityUtil.

2015-04-21 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 3380572a9 - 449a835e9 http://git-wip-us.apache.org/repos/asf/aurora/blob/449a835e/src/test/java/org/apache/aurora/scheduler/storage/mem/MemTaskStoreTest.java -- diff --git

[2/3] aurora git commit: Require non-default primitive values in StorageEntityUtil.

2015-04-21 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/449a835e/src/test/java/org/apache/aurora/scheduler/storage/db/DBJobUpdateStoreTest.java -- diff --git

aurora git commit: Fix the path to download stdout/stderr

2015-04-21 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 449a835e9 - f55f46743 Fix the path to download stdout/stderr Bugs closed: AURORA-1135 Reviewed at https://reviews.apache.org/r/33366/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Simplify storage bindings, remove shims that are now mostly getting in the way.

2015-04-24 Thread wfarner
extends AbstractIdleService implements Storage { // TODO(wfarner): Including @Transactional here seems to render the UNDO_LOG changes useless, // resulting in no performance gain. Figure out why. + @Timed(db_storage_bulk_load_operation) @Override public E extends Exception void bulkLoad

aurora git commit: Handle UpdateConfigError when starting a job update.

2015-05-01 Thread wfarner
TestStartUpdate(AuroraClientCommandTest): @classmethod def create_mock_config(cls, is_cron=False): +# TODO(wfarner): Consider using a real AuroraConfig object for this. mock_config = create_autospec(spec=AuroraConfig, spec_set=True, instance=True) raw_config = Job(cron_schedule='something

aurora git commit: Fix test fixture issue causing failing tests to report as passing.

2015-04-30 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 975318f90 - f9b60c6a2 Fix test fixture issue causing failing tests to report as passing. Bugs closed: AURORA-1301 Reviewed at https://reviews.apache.org/r/33738/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Fix inconsistency in MemTaskStore secondary indices.

2015-05-06 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 751d65f15 - a31acbb6c Fix inconsistency in MemTaskStore secondary indices. Bugs closed: AURORA-1305 Reviewed at https://reviews.apache.org/r/33869/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add a StatsProvider binding to UpdateStoreBenchmarks.

2015-05-08 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 815718199 - 8d8d75ecf Add a StatsProvider binding to UpdateStoreBenchmarks. Bugs closed: AURORA-1315 Reviewed at https://reviews.apache.org/r/33991/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Improve client update json output to consistently use last_modified.

2015-05-11 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master aabb69281 - 7a69ca22f Improve client update json output to consistently use last_modified. Bugs closed: AURORA-1316 Reviewed at https://reviews.apache.org/r/34015/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Upgade h2 to 1.4.187.

2015-05-11 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 339840d38 - aabb69281 Upgade h2 to 1.4.187. Bugs closed: AURORA-1311 Reviewed at https://reviews.apache.org/r/34046/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Implement missing != operator for AuroraJobKey

2015-04-14 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 95f0d376f - 51b29c5a5 Implement missing != operator for AuroraJobKey Reviewed at https://reviews.apache.org/r/33184/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r1673650 - in /aurora/3rdparty: centos/6/python/mesos.native-0.22.0-py2.7-linux-x86_64.egg centos/7/python/mesos.native-0.22.0-py2.7-linux-x86_64.egg ubuntu/trusty64/python/mesos.native-0.

2015-04-14 Thread wfarner
Author: wfarner Date: Wed Apr 15 05:13:30 2015 New Revision: 1673650 URL: http://svn.apache.org/r1673650 Log: Add mesos.native 0.22.0 for trusty64, centos6, centos7. Added: aurora/3rdparty/centos/6/python/mesos.native-0.22.0-py2.7-linux-x86_64.egg (with props) aurora/3rdparty/centos/7

svn commit: r1687630 - in /aurora/site: publish/downloads/index.html source/downloads.html.md

2015-06-25 Thread wfarner
Author: wfarner Date: Thu Jun 25 20:04:41 2015 New Revision: 1687630 URL: http://svn.apache.org/r1687630 Log: Fix broken links to 0.8.0 release signatures. Modified: aurora/site/publish/downloads/index.html aurora/site/source/downloads.html.md Modified: aurora/site/publish/downloads

aurora git commit: Integrating DelayExecutor into the scheduler's transaction handling.

2015-08-05 Thread wfarner
about clean shutdown, these can be daemon and cleanup-free. +// TODO(wfarner): Should we use a bounded caching thread pool executor instead? +this(AsyncUtil.loggingScheduledExecutor(ASYNC_WORKER_THREADS.get(), AsyncProcessor-%d, LOG)); + } @VisibleForTesting - static final String

aurora git commit: Configure vagrant environment for sudo-less docker.

2015-08-05 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 61c63ea9e - 8a8ed2d1d Configure vagrant environment for sudo-less docker. Bugs closed: AURORA-1430 Reviewed at https://reviews.apache.org/r/37136/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove defunct scheduler-local.sh.

2015-08-03 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master a45a8ee1a - 7f81411da Remove defunct scheduler-local.sh. Reviewed at https://reviews.apache.org/r/37041/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7f81411d

aurora git commit: Use the correct (aurora-specific) python build targets in RPM and deb scripts.

2015-07-30 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master d9c911a62 - d327773d0 Use the correct (aurora-specific) python build targets in RPM and deb scripts. Reviewed at https://reviews.apache.org/r/36945/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora-packaging git commit: Add reviewboard configuration.

2015-08-04 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master d05092dba - 38744d13c Add reviewboard configuration. Bugs closed: AURORA-1427 Reviewed at https://reviews.apache.org/r/37100/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

[2/2] aurora-packaging git commit: Reorganize repository layout.

2015-08-04 Thread wfarner
Reorganize repository layout. Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/d05092db Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/d05092db Diff:

[04/11] aurora-packaging git commit: Native Debian packaging for Aurora

2015-08-04 Thread wfarner
Native Debian packaging for Aurora This uses Debian package dependencies to install gradle and thrift-compiler. Gradle 2.x isn't in Debian or Ubuntu yet, but you can build your own package easily enough using https://github.com/benley/gradle-packaging Testing Done: Built debs in a clean

[03/11] aurora-packaging git commit: Upgrade gradle version dependencies in rpm/deb specs.

2015-08-04 Thread wfarner
Upgrade gradle version dependencies in rpm/deb specs. Reviewed at https://reviews.apache.org/r/36365/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/f0fe01fc Tree:

[05/11] aurora-packaging git commit: Removing GcExecutorLauncher code.

2015-08-04 Thread wfarner
Removing GcExecutorLauncher code. Bugs closed: AURORA-1334 Reviewed at https://reviews.apache.org/r/35760/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/18cfef0e Tree:

aurora git commit: Use the system-wide AsyncExecutor for pubsub events.

2015-08-13 Thread wfarner
); - @VisibleForTesting - PubsubEventModule(boolean async, Logger log) { + PubsubEventModule(Logger log) { this.log = requireNonNull(log); -this.async = requireNonNull(async); } - // TODO(wfarner): Remove the async argument and accept an Executor instead. - public PubsubEventModule

aurora git commit: DbStorage: avoid flushing for reentrant writes, remove extra @Transactional.

2015-08-13 Thread wfarner
); } finally { @@ -157,10 +172,11 @@ class DbStorage extends AbstractIdleService implements Storage { // introduction of DbStorage, but should be revisited. // TODO(wfarner): Consider revisiting to execute async work only when the transaction is // successful

[3/8] aurora git commit: Break apart async package and AsyncModule into purpose-specific equivalents.

2015-07-22 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/0070a5fd/src/test/java/org/apache/aurora/scheduler/async/TaskTimeoutTest.java -- diff --git a/src/test/java/org/apache/aurora/scheduler/async/TaskTimeoutTest.java

[6/8] aurora git commit: Break apart async package and AsyncModule into purpose-specific equivalents.

2015-07-22 Thread wfarner
(wfarner): Return a more minimal type than IAssignedTask here. + * + * @return Active tasks and their associated slave IDs. + */ + MultimapString, PreemptionVictim getSlavesToActiveTasks(); +} http://git-wip-us.apache.org/repos/asf/aurora/blob/0070a5fd/src/main/java/org/apache/aurora/scheduler

[7/8] aurora git commit: Break apart async package and AsyncModule into purpose-specific equivalents.

2015-07-22 Thread wfarner
String taskId) { - - // TODO(wfarner): Turn this into PredicateOffer, and in the caller, find the first match - // and perform the assignment at the very end. This will allow us to use optimistic locking - // at the top of the stack and avoid holding the write lock for too long

aurora git commit: Model DockerParameter in the database.

2015-07-23 Thread wfarner
org.apache.aurora.scheduler.storage.entities.IValueConstraint; @@ -104,7 +105,12 @@ class TaskConfigManager { // TODO(wfarner): It would be nice if this generalized to different Container types. if (config.getContainer().isSetDocker()) { - configMapper.insertContainer

aurora git commit: Turn off strict host key checking for all hosts in vagrant.

2015-07-24 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 24088ef2e - 55a95ba02 Turn off strict host key checking for all hosts in vagrant. Bugs closed: AURORA-1406 Reviewed at https://reviews.apache.org/r/36745/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add retroactive NEWS entry for 0.8.0.

2015-07-24 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 55a95ba02 - 3d9ed873c Add retroactive NEWS entry for 0.8.0. Bugs closed: AURORA-1403 Reviewed at https://reviews.apache.org/r/36785/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add support for arbitrary Docker parameters.

2015-07-22 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 8bdfb8500 - b002e4223 Add support for arbitrary Docker parameters. Reviewed at https://reviews.apache.org/r/34337/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Prevent job updates from allowing unbounded instance events

2015-07-15 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 545e8396d - 4b117395a Prevent job updates from allowing unbounded instance events Bugs closed: AURORA-1096 Reviewed at https://reviews.apache.org/r/36436/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Use the application-level storage lock to prevent DB-level deadlock when GCing rows.

2015-07-16 Thread wfarner
, and allow this type of pattern to work without // regression. .put(LOCK_MODE, 0) +// Error-level reporting for H2. +// See http://www.h2database.com/html/features.html#trace_options +// TODO(wfarner): H2 can ship these to slf4j, but is too noisy at our

Git Push Summary

2015-08-25 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/0.9.x [created] 718acac91

aurora git commit: Use zookeeperd package in vagrant.

2015-08-24 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master d8e948bed - f202f2d28 Use zookeeperd package in vagrant. Reviewed at https://reviews.apache.org/r/37740/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f202f2d2

aurora git commit: Fix `./pants test src/test/python::` to work out of the box.

2015-11-13 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 820e1540b -> cc7f5a121 Fix `./pants test src/test/python::` to work out of the box. The Aurora python tests cannot currently all be run together; so the ci script passes --no-fast and devs need to remember to do this too. Improve the dev

aurora git commit: Restore the third_party python repo, needed for mesos.native egg.

2015-11-13 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master cc7f5a121 -> ba9819ea1 Restore the third_party python repo, needed for mesos.native egg. Bugs closed: AURORA-1538 Reviewed at https://reviews.apache.org/r/40299/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora-packaging git commit: Use gradle 2.7 in builds.

2015-10-07 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master efd0edb08 -> a36f2f74d Use gradle 2.7 in builds. Reviewed at https://reviews.apache.org/r/39113/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora git commit: Better handling of enums and constructor-only classes in test coverage check.

2015-10-07 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 33d7e2170 -> d884680ad Better handling of enums and constructor-only classes in test coverage check. Reviewed at https://reviews.apache.org/r/39089/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Upgrade to gradle 2.7 and checkstyle 6.11.2.

2015-10-07 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master d884680ad -> 8cf446592 Upgrade to gradle 2.7 and checkstyle 6.11.2. Reviewed at https://reviews.apache.org/r/39095/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora-packaging git commit: Rpm: replace hyphens from version.

2015-08-26 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master 8c9c2f6ad - 7ed66ba0c Rpm: replace hyphens from version. Reviewed at https://reviews.apache.org/r/37806/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

[2/2] aurora-packaging git commit: Reset deb changelog.

2015-08-26 Thread wfarner
Reset deb changelog. Reviewed at https://reviews.apache.org/r/37800/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/68bd98e6 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/68bd98e6

[1/2] aurora-packaging git commit: Reset deb changelog.

2015-08-26 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/0.9.x 718acac91 - d63ea562e refs/heads/master 885815792 - 68bd98e66 Reset deb changelog. Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora-packaging git commit: Fix RPM building.

2015-08-26 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master 7dcac0da7 - 8c9c2f6ad Fix RPM building. Bugs closed: AURORA-851 Reviewed at https://reviews.apache.org/r/37772/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora-packaging git commit: Deb: Clean up changelog generation.

2015-08-26 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/0.9.x d63ea562e - 6909b347c Deb: Clean up changelog generation. Reviewed at https://reviews.apache.org/r/37788/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora-packaging git commit: Deb: Clean up changelog generation.

2015-08-26 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master 68bd98e66 - 7dcac0da7 Deb: Clean up changelog generation. Reviewed at https://reviews.apache.org/r/37788/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora-packaging git commit: Rpm: remove daemonize dep for rhel =7.

2015-08-27 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master 97347155d - 6d5c6147a Rpm: remove daemonize dep for rhel =7. Reviewed at https://reviews.apache.org/r/37862/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora-packaging git commit: Add a convenience to build all artifacts.

2015-08-27 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master 7ed66ba0c - 97347155d Add a convenience to build all artifacts. Reviewed at https://reviews.apache.org/r/37861/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora-packaging git commit: Deb: move clusters.json from aurora-executor to aurora-tools package.

2015-08-29 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master 6d5c6147a - c23596d72 Deb: move clusters.json from aurora-executor to aurora-tools package. Reviewed at https://reviews.apache.org/r/37924/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

[21/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
Remove unused classes from commons fork. Reviewed at https://reviews.apache.org/r/37872/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/356eeac9 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/356eeac9 Diff:

[11/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/main/resources/org/apache/aurora/common/application/http/graphview/dygraph-extra.js -- diff --git

aurora git commit: Refer to shared task_configs table for job updates.

2015-08-29 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 356eeac97 - 782f8832c Refer to shared task_configs table for job updates. Bugs closed: AURORA-647 Reviewed at https://reviews.apache.org/r/37789/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove dependency on old google testing library.

2015-08-30 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 85f995447 - 4899e2de3 Remove dependency on old google testing library. Reviewed at https://reviews.apache.org/r/37933/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora-packaging git commit: Reset RPM changelog.

2015-08-31 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/0.9.x 0bcd6cb37 -> 3057f6702 Reset RPM changelog. Reviewed at https://reviews.apache.org/r/37959/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora git commit: Allow for slashes in metric names

2015-08-31 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 89da936f3 -> c8e65d33e Allow for slashes in metric names Bugs closed: AURORA-1282 Reviewed at https://reviews.apache.org/r/37964/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove unused components from the scheduler application stack.

2015-08-31 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master c8e65d33e -> f28564782 Remove unused components from the scheduler application stack. Reviewed at https://reviews.apache.org/r/37987/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Revert "Revert "Refer to shared task_configs table for job updates.""

2015-09-11 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 0fc7c5a0e -> 12300292d Revert "Revert "Refer to shared task_configs table for job updates."" Bugs closed: AURORA-647 Reviewed at https://reviews.apache.org/r/38288/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove JDK 1.8 warning.

2015-09-11 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 4ee10b047 -> e0c9e4d80 Remove JDK 1.8 warning. Reviewed at https://reviews.apache.org/r/38304/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/e0c9e4d8 Tree:

aurora git commit: Replace incorrect/misleading use of constraints with best practices doc.

2015-09-11 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 140d74d65 -> 7c7dcb265 Replace incorrect/misleading use of constraints with best practices doc. Reviewed at https://reviews.apache.org/r/38302/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove StartupRegistry.

2015-09-11 Thread wfarner
Null; + +/** + * Binding module for a shutdown registry. + */ +public class LifecycleModule extends AbstractModule { + + @Override + protected void configure() { +bind(Lifecycle.class).in(Singleton.class); + +bind(ShutdownRegistry.class).to(ShutdownRegistryImpl.class); +bind(Key.get(Command.class, ShutdownStage.class)).t

[01/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 06ddaadbc - 356eeac97 http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/test/java/org/apache/aurora/common/zookeeper/PartitionerTest.java -- diff

[12/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/main/resources/org/apache/aurora/common/application/http/graphview/dygraph-combined.js -- diff --git

[04/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/test/java/org/apache/aurora/common/net/http/filters/HttpStatsFilterIntegrationTest.java -- diff --git

[09/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/main/resources/org/apache/aurora/common/common/webassets/bootstrap/2.1.1/img/glyphicons-halflings-white.png -- diff --git

[03/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/test/java/org/apache/aurora/common/objectsize/ObjectSizeCalculatorTest.java -- diff --git

[08/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/main/resources/org/apache/aurora/common/common/webassets/bootstrap/2.3.2/css/bootstrap.min.css -- diff --git

[14/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/main/java/org/apache/aurora/common/thrift/callers/StatTrackingCaller.java -- diff --git

[02/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/test/java/org/apache/aurora/common/thrift/ThriftTest.java -- diff --git a/commons/src/test/java/org/apache/aurora/common/thrift/ThriftTest.java

[13/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/main/java/org/apache/aurora/common/zookeeper/DistributedLock.java -- diff --git

[06/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/main/resources/org/apache/aurora/common/common/webassets/jquery/js/jquery-1.8.2.min.js -- diff --git

[18/21] aurora git commit: Remove unused classes from commons fork.

2015-08-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/356eeac9/commons/src/main/java/org/apache/aurora/common/net/http/GuiceServletConfig.java -- diff --git

aurora-packaging git commit: Update RPM changelog.

2015-12-02 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/0.10.x e4986dd32 -> 81deb9730 Update RPM 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/81deb973 Tree:

aurora-packaging git commit: Update RPM changelog.

2015-12-02 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master e4986dd32 -> 81deb9730 Update RPM 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/81deb973 Tree:

aurora-packaging git commit: Fix ordering of RPM changelog entries.

2015-12-02 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/master 81deb9730 -> 19992f280 Fix ordering of RPM changelog entries. Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/19992f28 Tree:

aurora git commit: [docs] Fix jobs list documentation in configuration tutorial.

2015-12-02 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 7b1c2b2fc -> 676ee5be7 [docs] Fix jobs list documentation in configuration tutorial. Reviewed at https://reviews.apache.org/r/40881/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Upgrade checkstyle and pmd versions.

2015-12-07 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 0c98e8a82 -> d7a1619fa Upgrade checkstyle and pmd versions. Reviewed at https://reviews.apache.org/r/41056/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

[2/2] aurora git commit: Remove the client-side updater.

2015-12-16 Thread wfarner
e(resp) -return [t.assignedTask for t in resp.result.scheduleStatusResult.tasks] - - def _validate_and_populate_local_config(self): -"""Validates local job configuration and populates local task config with default values. - -Returns a TaskConfig populated with default va

svn commit: r1719772 [3/4] - in /aurora/site: publish/ publish/assets/css/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-6-

2015-12-13 Thread wfarner
Modified: aurora/site/publish/documentation/0.7.0-incubating/scheduler-storage/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/scheduler-storage/index.html?rev=1719772=1719771=1719772=diff

svn commit: r1719772 [2/4] - in /aurora/site: publish/ publish/assets/css/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-6-

2015-12-13 Thread wfarner
Modified: aurora/site/publish/documentation/0.5.0-incubating/contributing/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.5.0-incubating/contributing/index.html?rev=1719772=1719771=1719772=diff

svn commit: r1719772 [1/4] - in /aurora/site: publish/ publish/assets/css/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-6-

2015-12-13 Thread wfarner
Author: wfarner Date: Sun Dec 13 08:25:11 2015 New Revision: 1719772 URL: http://svn.apache.org/viewvc?rev=1719772=rev Log: Remove white bar between home page sections. Modified: aurora/site/publish/assets/css/main.css aurora/site/publish/blog/2015-upcoming-apache-aurora-meetups

svn commit: r1719772 [4/4] - in /aurora/site: publish/ publish/assets/css/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-6-

2015-12-13 Thread wfarner
Modified: aurora/site/publish/documentation/0.9.0/storage-config/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.9.0/storage-config/index.html?rev=1719772=1719771=1719772=diff == ---

svn commit: r1719807 [1/3] - in /aurora/site: ./ publish/ publish/documentation/0.10.0/design/ publish/documentation/0.10.0/design/command-hooks/ publish/documentation/0.5.0-incubating/design/ publish

2015-12-13 Thread wfarner
Author: wfarner Date: Sun Dec 13 17:04:12 2015 New Revision: 1719807 URL: http://svn.apache.org/viewvc?rev=1719807=rev Log: Clean up markdown translation, now capturing contents of docs/design. Added: aurora/site/publish/documentation/0.10.0/design/ aurora/site/publish/documentation

svn commit: r1719807 [3/3] - in /aurora/site: ./ publish/ publish/documentation/0.10.0/design/ publish/documentation/0.10.0/design/command-hooks/ publish/documentation/0.5.0-incubating/design/ publish

2015-12-13 Thread wfarner
Added: aurora/site/source/documentation/0.6.0-incubating/design/command-hooks.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.6.0-incubating/design/command-hooks.md?rev=1719807=auto == ---

svn commit: r1719807 [2/3] - in /aurora/site: ./ publish/ publish/documentation/0.10.0/design/ publish/documentation/0.10.0/design/command-hooks/ publish/documentation/0.5.0-incubating/design/ publish

2015-12-13 Thread wfarner
Added: aurora/site/publish/documentation/0.7.0-incubating/design/command-hooks/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/design/command-hooks/index.html?rev=1719807=auto

svn commit: r1719630 - in /aurora/3rdparty: centos/6/python/mesos.native-0.24.1-py2.7-linux-x86_64.egg centos/7/python/mesos.native-0.24.1-py2.7-linux-x86_64.egg ubuntu/trusty64/python/mesos.native-0.

2015-12-11 Thread wfarner
Author: wfarner Date: Sat Dec 12 07:54:55 2015 New Revision: 1719630 URL: http://svn.apache.org/viewvc?rev=1719630=rev Log: Adding mesos 0.24.1 eggs. Added: aurora/3rdparty/centos/6/python/mesos.native-0.24.1-py2.7-linux-x86_64.egg (with props) aurora/3rdparty/centos/7/python

svn commit: r1719617 [4/4] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-6-0-incubating-released/ publish/blog/aurora-0-7-0-incubati

2015-12-11 Thread wfarner
on/latest/contributing.md Sat Dec 12 01:46:48 2015 @@ -34,6 +34,9 @@ Post a review with `rbt`, fill out the f ./rbt post -o +If you're unsure about who to add as a reviewer, you can default to adding Bill Farner (wfarner) and +Joshua Cohen (jcohen). They will take care of finding an appro

svn commit: r1719617 [3/4] - in /aurora/site: publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-6-0-incubating-released/ publish/blog/aurora-0-7-0-incubati

2015-12-11 Thread wfarner
Modified: aurora/site/publish/documentation/latest/hooks/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/hooks/index.html?rev=1719617=1719616=1719617=diff == ---

svn commit: r1719621 - in /aurora/site: ./ publish/documentation/latest/ publish/documentation/latest/client-commands/ publish/documentation/latest/deploying-aurora-scheduler/ publish/documentation/la

2015-12-11 Thread wfarner
Author: wfarner Date: Sat Dec 12 03:02:43 2015 New Revision: 1719621 URL: http://svn.apache.org/viewvc?rev=1719621=rev Log: Site: fix broken links to source code. Modified: aurora/site/Rakefile aurora/site/publish/documentation/latest/client-commands/index.html aurora/site/publish

svn commit: r1719624 - /aurora/site/source/blog.html.erb

2015-12-11 Thread wfarner
Author: wfarner Date: Sat Dec 12 03:34:04 2015 New Revision: 1719624 URL: http://svn.apache.org/viewvc?rev=1719624=rev Log: Fix out-of-sync template from published source. Modified: aurora/site/source/blog.html.erb Modified: aurora/site/source/blog.html.erb URL: http://svn.apache.org

svn commit: r1719622 - /aurora/site/Rakefile

2015-12-11 Thread wfarner
Author: wfarner Date: Sat Dec 12 03:19:40 2015 New Revision: 1719622 URL: http://svn.apache.org/viewvc?rev=1719622=rev Log: Clean up regex hack code. Modified: aurora/site/Rakefile Modified: aurora/site/Rakefile URL: http://svn.apache.org/viewvc/aurora/site/Rakefile?rev=1719622=1719621

svn commit: r1719713 - in /aurora/3rdparty: centos/6/python/mesos.native-0.25.0-py2.7-linux-x86_64.egg centos/7/python/mesos.native-0.25.0-py2.7-linux-x86_64.egg ubuntu/trusty64/python/mesos.native-0.

2015-12-12 Thread wfarner
Author: wfarner Date: Sat Dec 12 16:53:49 2015 New Revision: 1719713 URL: http://svn.apache.org/viewvc?rev=1719713=rev Log: Add mesos 0.25.0 eggs. Added: aurora/3rdparty/centos/6/python/mesos.native-0.25.0-py2.7-linux-x86_64.egg (with props) aurora/3rdparty/centos/7/python

svn commit: r1719728 - in /aurora/site: publish/blog/ publish/blog/aurora-0-6-0-incubating-released/ publish/blog/aurora-0-7-0-incubating-released/ publish/blog/aurora-0-8-0-released/ publish/blog/aur

2015-12-12 Thread wfarner
Author: wfarner Date: Sat Dec 12 19:53:14 2015 New Revision: 1719728 URL: http://svn.apache.org/viewvc?rev=1719728=rev Log: Remove redundant text from blog titles. Modified: aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html aurora/site/publish/blog/aurora-0-7-0

svn commit: r1719723 - /aurora/site/Rakefile

2015-12-12 Thread wfarner
Author: wfarner Date: Sat Dec 12 19:11:15 2015 New Revision: 1719723 URL: http://svn.apache.org/viewvc?rev=1719723=rev Log: Remove update_docs from default rake task. Modified: aurora/site/Rakefile Modified: aurora/site/Rakefile URL: http://svn.apache.org/viewvc/aurora/site/Rakefile?rev

svn commit: r1719724 - in /aurora/site: ./ publish/documentation/latest/client-commands/ publish/documentation/latest/configuration-tutorial/ publish/documentation/latest/deploying-aurora-scheduler/ p

2015-12-12 Thread wfarner
Author: wfarner Date: Sat Dec 12 19:29:03 2015 New Revision: 1719724 URL: http://svn.apache.org/viewvc?rev=1719724=rev Log: Use github styling in code blocks. Modified: aurora/site/config.rb aurora/site/publish/documentation/latest/client-commands/index.html aurora/site/publish

svn commit: r1719735 - in /aurora/site: publish/community/index.html source/community.html.md

2015-12-12 Thread wfarner
Author: wfarner Date: Sat Dec 12 20:44:41 2015 New Revision: 1719735 URL: http://svn.apache.org/viewvc?rev=1719735=rev Log: Clean up mailing list link formatting. Modified: aurora/site/publish/community/index.html aurora/site/source/community.html.md Modified: aurora/site/publish

aurora git commit: Implements log rotation in the Thermos runner.

2015-12-17 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master c0fdcdcc6 -> 3c33f663f Implements log rotation in the Thermos runner. Bugs closed: AURORA-95 Reviewed at https://reviews.apache.org/r/30695/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove doc suggesting that docker support is experimental.

2015-12-17 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 93fb2c7cd -> edaf984ad Remove doc suggesting that docker support is experimental. Reviewed at https://reviews.apache.org/r/41540/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r11653 - in /dev/aurora/0.11.0-rc1: apache-aurora-0.11.0-rc1.tar.gz apache-aurora-0.11.0-rc1.tar.gz.asc apache-aurora-0.11.0-rc1.tar.gz.md5 apache-aurora-0.11.0-rc1.tar.gz.sha

2015-12-17 Thread wfarner
Author: wfarner Date: Thu Dec 17 23:18:49 2015 New Revision: 11653 Log: aurora-0.11.0 release candidate 1 Added: dev/aurora/0.11.0-rc1/apache-aurora-0.11.0-rc1.tar.gz (with props) dev/aurora/0.11.0-rc1/apache-aurora-0.11.0-rc1.tar.gz.asc dev/aurora/0.11.0-rc1/apache-aurora-0.11.0

svn commit: r11652 - /dev/aurora/0.11.0-rc1/

2015-12-17 Thread wfarner
Author: wfarner Date: Thu Dec 17 23:18:46 2015 New Revision: 11652 Log: aurora-0.11.0 release candidate 1 Added: dev/aurora/0.11.0-rc1/

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

2015-12-17 Thread wfarner
Updating CHANGELOG for 0.11.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/b2992022 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/b2992022 Diff:

  1   2   3   4   >