aurora git commit: Prune updates that have no surviving job keys in the TaskStore.

2018-07-26 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 3738c3e1a -> d8cecba05 Prune updates that have no surviving job keys in the TaskStore. We are running into a situation where we have a lot of short-lived ad-hoc services launched and their updates are sticking around for 30 days, even

aurora git commit: Breakdown resource stats by role

2018-04-26 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 18103fe08 -> a3d596ead Breakdown resource stats by role Currently Aurora exports total quota and resource reservation over time. This can be very useful to see changes in trends of production and free tier capacity. One challenge

aurora git commit: Add GPUs as resources in the Aurora CLI.

2018-02-21 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master c52137e20 -> d95fc2ff9 Add GPUs as resources in the Aurora CLI. Reviewed at https://reviews.apache.org/r/65735/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Do not reschedule a PARTITIONED task if it was in KILLING state.

2018-02-14 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master daf5c1bb0 -> b4e66bcf2 Do not reschedule a PARTITIONED task if it was in KILLING state. Reviewed at https://reviews.apache.org/r/65648/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Use overflow to prevent overlapping config summary tables

2018-02-06 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master f6c7d6c23 -> 8cd04aa77 Use overflow to prevent overlapping config summary tables Previous approach seemed almost random with the way it used line breaks for words. Caused some weirdness for edge cases. This approach just caps the size

aurora git commit: Add task page to Scheduler UI (without inbound links yet - this is for external referencing).

2018-02-05 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 39337c3ee -> f6c7d6c23 Add task page to Scheduler UI (without inbound links yet - this is for external referencing). Reviewed at https://reviews.apache.org/r/65494/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Show cron job preview when no active tasks.

2018-02-05 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 7f89f55f3 -> 39337c3ee Show cron job preview when no active tasks. Reviewed at https://reviews.apache.org/r/65501/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Support PARTITIONED state in SLA calculations. Also added a test to protect against this test failing in the future.

2018-01-30 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 8cf3e3b84 -> 787ccfed5 Support PARTITIONED state in SLA calculations. Also added a test to protect against this test failing in the future. Reviewed at https://reviews.apache.org/r/65281/ Project:

aurora git commit: Fix infinite loop in Task State Machine due to TASK_UNKNOWN handling

2018-01-30 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 007212d80 -> 8cf3e3b84 Fix infinite loop in Task State Machine due to TASK_UNKNOWN handling This patch cleans up the logic. The two main changes: 1) Do not allow ASSIGNED -> PARTITIONED. This is not really related to this bug, but I

aurora git commit: Fix error handling logic for launch failures

2018-01-25 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master dbe713743 -> 007212d80 Fix error handling logic for launch failures Bugs closed: AURORA-1965 Reviewed at https://reviews.apache.org/r/65338/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Replace node-sass with sass.js

2017-11-21 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master c746452e5 -> 0f3dc939e Replace node-sass with sass.js Reviewed at https://reviews.apache.org/r/64015/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/0f3dc939

aurora git commit: Give jobs the ability to determine how to handle partitions by integrating with new Mesos Partition-Aware APIs.

2017-11-21 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 46b1112ee -> c746452e5 Give jobs the ability to determine how to handle partitions by integrating with new Mesos Partition-Aware APIs. * Adds a new flag -partition_aware that will subscribe to the new Mesos partition-aware states. *

aurora git commit: Fix tutorial test script

2017-11-08 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 5dfe51c27 -> 773d2d6ab Fix tutorial test script Update script to reflect the contents of tutorial.md Reviewed at https://reviews.apache.org/r/63688/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Display pending task reasons in TaskList

2017-11-07 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 53fda6092 -> b4825a37c Display pending task reasons in TaskList Reviewed at https://reviews.apache.org/r/63650/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Don't show host data when task is Throttled.

2017-11-07 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 6182bbfd2 -> 53fda6092 Don't show host data when task is Throttled. PENDING and THROTTLED tasks are considered active and they dont have hosts. This manifests in having "null" host links. Reviewed at https://reviews.apache.org/r/63648/

aurora git commit: Polling updates page if in progress in UI

2017-11-07 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master ad86177a0 -> 6182bbfd2 Polling updates page if in progress in UI Reviewed at https://reviews.apache.org/r/63337/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add resource units to config summary

2017-10-30 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 3fe5d5907 -> 448e6d4cc Add resource units to config summary Reviewed at https://reviews.apache.org/r/63375/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Revert role searching in UI to old behavior

2017-10-27 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 5a26c8b4b -> 35e29b8e7 Revert role searching in UI to old behavior Move from prefix search to full-text matching. Reviewed at https://reviews.apache.org/r/63364/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Support updates with no desiredState on Job and Update pages

2017-10-26 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 8c331b8b5 -> 5a26c8b4b Support updates with no desiredState on Job and Update pages When updates only delete instances, desiredState is null. Reviewed at https://reviews.apache.org/r/63344/ Project:

aurora git commit: Search entire job name for query string on JobList

2017-10-26 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 875a3126b -> 8c331b8b5 Search entire job name for query string on JobList Reviewed at https://reviews.apache.org/r/63339/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Clean up TaskList component layout.

2017-10-26 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 5201cf16a -> 1d386a32e Clean up TaskList component layout. Reviewed at https://reviews.apache.org/r/63281/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/1d386a32

aurora git commit: Reload instance page when URL changes.

2017-10-25 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 2507e6f59 -> 5201cf16a Reload instance page when URL changes. Reviewed at https://reviews.apache.org/r/63221/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add release notes for new UI

2017-10-25 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 2aa968624 -> 2507e6f59 Add release notes for new UI Reviewed at https://reviews.apache.org/r/63306/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/2507e6f5 Tree:

aurora git commit: Add a package.json file in the plugin directory to allow custom dependencies

2017-10-25 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 418813cf1 -> 2aa968624 Add a package.json file in the plugin directory to allow custom dependencies Problem: if you're using the plugin mechanism of the new UI, you cannot add your own custom dependencies without a fork of the

aurora git commit: Refactor veto logic to use direct method calls as opposed to pubsub events.

2017-10-25 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 96c834a24 -> 418813cf1 Refactor veto logic to use direct method calls as opposed to pubsub events. SchedulingFilterNotifier currently publishes veto events to be consumed by various metadata classes (NearestFit and TaskVars). These veto

[28/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular/angular.min.js.gzip -- diff --git

[29/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular/angular.min.js -- diff --git a/3rdparty/javascript/scheduler/assets/bower_components/angular/angular.min.js

[25/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/momentjs/lang/gl.js -- diff --git a/3rdparty/javascript/scheduler/assets/bower_components/momentjs/lang/gl.js

[12/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/smart-table-module/lib/angular/angular-bootstrap-prettify.js -- diff --git

[14/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/example-app/lib/angular/angular.min.js -- diff --git

[16/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/example-app/css/bootstrap.css -- diff --git

[07/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/smart-table-module/lib/angular/angular.js -- diff --git

[02/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
setPageTitle: function (serverInfo) { -$window.document.title = auroraClient.getPageTitle(serverInfo); - } -}; - -return auroraClient; - } -]); - - auroraUI.factory( -'updateUtil', -function () { - function toSet(values) { -

[30/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular/angular.js -- diff --git a/3rdparty/javascript/scheduler/assets/bower_components/angular/angular.js

[05/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/test/lib/angular/angular-scenario.js -- diff --git

[18/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/momentjs/moment.js -- diff --git a/3rdparty/javascript/scheduler/assets/bower_components/momentjs/moment.js

[03/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/underscore/underscore.js -- diff --git

[22/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/momentjs/min/langs.min.js -- diff --git

[34/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js -- diff --git

[27/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular/angular.min.js.map -- diff --git

[33/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular-bootstrap/ui-bootstrap.js -- diff --git

[20/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/momentjs/min/moment-with-langs.min.js -- diff --git

[13/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/logs/.gitignore -- diff --git

[15/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/example-app/index.html -- diff --git

[17/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/momentjs/readme.md -- diff --git a/3rdparty/javascript/scheduler/assets/bower_components/momentjs/readme.md

[11/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/smart-table-module/lib/angular/angular-bootstrap.js -- diff --git

[23/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/momentjs/min/langs.js -- diff --git a/3rdparty/javascript/scheduler/assets/bower_components/momentjs/min/langs.js

[10/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/smart-table-module/lib/angular/angular-mocks.js -- diff --git

[08/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/smart-table-module/lib/angular/angular-scenario.js -- diff --git

[36/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
Remove the old UI and serve the new UI instead Reviewed at https://reviews.apache.org/r/63282/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/96c834a2 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/96c834a2

[01/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master f2755e1cd -> 96c834a24 http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/ui/src/main/js/components/Breadcrumb.js -- diff --git

[35/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular-bootstrap/ui-bootstrap-tpls.js -- diff --git

[19/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/momentjs/min/moment.min.js -- diff --git

[21/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/momentjs/min/moment-with-langs.js -- diff --git

[31/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular-route/angular-route.min.js.map -- diff --git

[09/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/smart-table/smart-table-module/lib/angular/angular-sanitize.js -- diff --git

[32/36] aurora git commit: Remove the old UI and serve the new UI instead

2017-10-25 Thread dmclaughlin
http://git-wip-us.apache.org/repos/asf/aurora/blob/96c834a2/3rdparty/javascript/scheduler/assets/bower_components/angular-bootstrap/ui-bootstrap.min.js -- diff --git

aurora git commit: Do not reserve agents for updates when constraints change.

2017-10-24 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 71bb41c9a -> 38476abdf Do not reserve agents for updates when constraints change. Reviewed at https://reviews.apache.org/r/63261/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Fix alignment of text on JobList

2017-10-24 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master a673c5b3f -> 71bb41c9a Fix alignment of text on JobList Reviewed at https://reviews.apache.org/r/63260/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/71bb41c9

aurora git commit: Add sorting and filtering controls for TaskList

2017-10-23 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master ec640117c -> 5b91150fd Add sorting and filtering controls for TaskList Reviewed at https://reviews.apache.org/r/63188/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add an example of using the UI plugin mechanism

2017-10-20 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master df428801e -> 9825e054d Add an example of using the UI plugin mechanism Reviewed at https://reviews.apache.org/r/63169/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Display cron time as UTC

2017-10-20 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 9a398f022 -> df428801e Display cron time as UTC Reviewed at https://reviews.apache.org/r/63187/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/df428801 Tree:

aurora git commit: Prevent diff line from overflowing container

2017-10-20 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 7229711eb -> 9a398f022 Prevent diff line from overflowing container Reviewed at https://reviews.apache.org/r/63186/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Expose list of neighbors in the instance page

2017-10-20 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 2edd34ba2 -> 7229711eb Expose list of neighbors in the instance page Reviewed at https://reviews.apache.org/r/63062/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add Cache-Control header to static assets, to allow for cache expiration

2017-10-20 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master a93538966 -> 2edd34ba2 Add Cache-Control header to static assets, to allow for cache expiration Reviewed at https://reviews.apache.org/r/63176/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Refactor Job Page to make it more pluggable

2017-10-19 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 73e02c06b -> 53970139d Refactor Job Page to make it more pluggable Reviewed at https://reviews.apache.org/r/63135/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Cosmetic changes to Navigation and task metadata

2017-10-19 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 0622f3483 -> a9827fec3 Cosmetic changes to Navigation and task metadata Reviewed at https://reviews.apache.org/r/63132/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove corrupted fonts and add font files to .gitattributes to prevent line-ending formatting by git

2017-10-18 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master f820b277d -> 1bb284bb6 Remove corrupted fonts and add font files to .gitattributes to prevent line-ending formatting by git Reviewed at https://reviews.apache.org/r/63122/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo

aurora git commit: Add fonts again (with line-endings intact!)

2017-10-18 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 1bb284bb6 -> ff3912041 Add fonts again (with line-endings intact!) Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/ff391204 Tree:

aurora git commit: Role and Environment Page fixes:

2017-10-18 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master b7e83a047 -> f820b277d Role and Environment Page fixes: * Remove env column on environment pages. * Tidy up CSS that caused names to not be lined up properly with long environment name. * Allow you to search across job type, tier and

aurora git commit: Clean up Job Page CSS.

2017-10-18 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master def6e4338 -> b7e83a047 Clean up Job Page CSS. * Make update list smaller (was too dominant on the page). * Show update progress/size of history. * Tidy up whitespace. * Move expander to end of task list item. * Wrap the main job overview

aurora git commit: Detect and parse Thermos config in Diff output

2017-10-18 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master b17420538 -> def6e4338 Detect and parse Thermos config in Diff output Reviewed at https://reviews.apache.org/r/63092/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add Source Sans Pro font to project

2017-10-18 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 0efe41572 -> b17420538 Add Source Sans Pro font to project Reviewed at https://reviews.apache.org/r/63099/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/b1742053

aurora git commit: Add diff viewer to Update Page

2017-10-17 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master a30f936ae -> 0efe41572 Add diff viewer to Update Page Reviewed at https://reviews.apache.org/r/63083/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/0efe4157

aurora git commit: Add pointer for pagination links

2017-10-17 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 48ebfef48 -> a30f936ae Add pointer for pagination links Reviewed at https://reviews.apache.org/r/63088/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/a30f936a

aurora git commit: Fix instance range display

2017-10-17 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master e161c97ba -> 48ebfef48 Fix instance range display Reviewed at https://reviews.apache.org/r/63087/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/48ebfef4 Tree:

aurora git commit: Hide InstanceHistory when there are no old tasks.

2017-10-17 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master c7de69532 -> 94999eb75 Hide InstanceHistory when there are no old tasks. Reviewed at https://reviews.apache.org/r/63082/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Format constraints on Task Config Summary

2017-10-17 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 9558a633e -> c7de69532 Format constraints on Task Config Summary Reviewed at https://reviews.apache.org/r/63081/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Center pagination links when not a table.

2017-10-17 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 7d8e213cf -> 9558a633e Center pagination links when not a table. Reviewed at https://reviews.apache.org/r/63079/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Clean up State Machine CSS to handle long messages

2017-10-17 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master b1648aa48 -> 7d8e213cf Clean up State Machine CSS to handle long messages Reviewed at https://reviews.apache.org/r/63064/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Hide pagination links on Role and Job lists when only one page

2017-10-17 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master c5e954cd0 -> b1648aa48 Hide pagination links on Role and Job lists when only one page Reviewed at https://reviews.apache.org/r/63078/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Manage Bootstrap with webpack.

2017-10-16 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 3e239b48b -> 24ae6e1b3 Manage Bootstrap with webpack. Reviewed at https://reviews.apache.org/r/62955/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/24ae6e1b

aurora git commit: Add support for controlling API url in UI without modifying code.

2017-10-16 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 705f25611 -> 3e239b48b Add support for controlling API url in UI without modifying code. Reviewed at https://reviews.apache.org/r/63040/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Protect against null value in RoleQuota

2017-10-16 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master c446504e6 -> 705f25611 Protect against null value in RoleQuota Reviewed at https://reviews.apache.org/r/63038/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Implement Job page in React

2017-10-12 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 519e3df73 -> 2aee90d0e Implement Job page in React Reviewed at https://reviews.apache.org/r/62908/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/2aee90d0 Tree:

aurora git commit: Implement Update and Updates pages in React.

2017-10-10 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 2df250e3e -> 4a1fba3c8 Implement Update and Updates pages in React. Reviewed at https://reviews.apache.org/r/62763/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Implement Instance pages in React

2017-10-10 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 0169b8198 -> 8e8e83036 Implement Instance pages in React Reviewed at https://reviews.apache.org/r/62720/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/8e8e8303

aurora git commit: Replace Preact and custom testing with React + Enzyme

2017-09-27 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master abd6fad61 -> 7c78519ef Replace Preact and custom testing with React + Enzyme Reviewed at https://reviews.apache.org/r/62607/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add build and unit test pipeline for new Scheduler UI (using Preact).

2017-08-24 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 62e46cdea -> 364eac5d1 Add build and unit test pipeline for new Scheduler UI (using Preact). Reviewed at https://reviews.apache.org/r/61864/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Prioritize adding instances over updating instances during an update

2017-06-02 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 8a4140de5 -> 2cbaeecce Prioritize adding instances over updating instances during an update Bugs closed: AURORA-1928 Reviewed at https://reviews.apache.org/r/59640/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Allow custom OfferManager ordering to be injected via Guice modules

2017-06-02 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master accd46aef -> 8a4140de5 Allow custom OfferManager ordering to be injected via Guice modules Reviewed at https://reviews.apache.org/r/59698/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Improve task history pruning by batch deleting tasks.

2017-06-02 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master e76862a39 -> accd46aef Improve task history pruning by batch deleting tasks. Bugs closed: AURORA-1929 Reviewed at https://reviews.apache.org/r/59699/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Enables scalable, high-performance bin-packing approximation by sorting offers. Can be controlled via Scheduler flags.

2017-05-31 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master d7425aa56 -> e76862a39 Enables scalable, high-performance bin-packing approximation by sorting offers. Can be controlled via Scheduler flags. Reviewed at https://reviews.apache.org/r/59480/ Project:

aurora git commit: Add the ability to customize scheduling logic.

2017-05-25 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 1fbf7732d -> 92f6d9f64 Add the ability to customize scheduling logic. Uses Guice module injection to enable replacing the first-fit scheduling algorithm and associated first-fit preemption logic. See design/proposal document here:

aurora git commit: Add cluster state debug endpoint to Scheduler HTTP servlet.

2017-05-24 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 767563ec7 -> 1fbf7732d Add cluster state debug endpoint to Scheduler HTTP servlet. Reviewed at https://reviews.apache.org/r/59539/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Adding metrics for removals from BiCache

2017-05-08 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 85fed6ba9 -> b0d24f4d5 Adding metrics for removals from BiCache Reviewed at https://reviews.apache.org/r/58636/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add best-effort update affinity into the Scheduler.

2017-05-05 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 8a6e01c34 -> 85fed6ba9 Add best-effort update affinity into the Scheduler. Reviewed at https://reviews.apache.org/r/58259/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Make sure we track scheduling penalty when no tasks are scheduled.

2017-05-02 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master f1e25375d -> d46d1df96 Make sure we track scheduling penalty when no tasks are scheduled. Reviewed at https://reviews.apache.org/r/58922/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Move task conversion during reconciliation into the delayed closure.

2017-02-22 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 4ab4b2b2c -> 98eb99aaa Move task conversion during reconciliation into the delayed closure. This is a small change to relieve GC pressure while explicit reconciliation runs. It moves the IScheduledTask -> TaskStatus conversion into the

aurora git commit: Expose task pruning endpoint in aurora_admin. Useful for scale testing in order to 'clean up' after a test run, but also useful in production if you have a bad actor inflating the s

2017-02-14 Thread dmclaughlin
Repository: aurora Updated Branches: refs/heads/master 40d91feb7 -> 0e9c0864e Expose task pruning endpoint in aurora_admin. Useful for scale testing in order to 'clean up' after a test run, but also useful in production if you have a bad actor inflating the size of your task index. Bugs

  1   2   >