You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2014/10/08 21:59:13 UTC

[51/51] [partial] git commit: Serve HTTP assets out of a standard classpath root.

Serve HTTP assets out of a standard classpath root.

Testing Done:
./gradlew build -Pq

Confirmed everything works in scheduler UI in vagrant image.

Bugs closed: AURORA-678

Reviewed at https://reviews.apache.org/r/25835/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/05129ed5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/05129ed5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/05129ed5

Branch: refs/heads/master
Commit: 05129ed53f1b7443ac3536d0529be06d20de9971
Parents: ae1ce6c
Author: Joshua Cohen <jc...@twopensource.com>
Authored: Wed Oct 8 12:45:11 2014 -0700
Committer: Joshua Cohen <jc...@twopensource.com>
Committed: Wed Oct 8 12:47:54 2014 -0700

----------------------------------------------------------------------
 .../angular-bootstrap/.bower.json               |    24 -
 .../angular-bootstrap/bower.json                |    11 -
 .../angular-bootstrap/ui-bootstrap-tpls.js      |  4116 ---
 .../angular-bootstrap/ui-bootstrap-tpls.min.js  |    10 -
 .../angular-bootstrap/ui-bootstrap.js           |  3799 ---
 .../angular-bootstrap/ui-bootstrap.min.js       |     9 -
 .../bower_components/angular-route/.bower.json  |    19 -
 .../bower_components/angular-route/README.md    |    54 -
 .../angular-route/angular-route.js              |   920 -
 .../angular-route/angular-route.min.js          |    14 -
 .../angular-route/angular-route.min.js.map      |     8 -
 .../bower_components/angular-route/bower.json   |     8 -
 .../bower_components/angular/.bower.json        |    16 -
 .../bower_components/angular/README.md          |    48 -
 .../bower_components/angular/angular-csp.css    |    13 -
 .../bower_components/angular/angular.js         | 20560 -------------
 .../bower_components/angular/angular.min.js     |   202 -
 .../angular/angular.min.js.gzip                 |   Bin 36880 -> 0 bytes
 .../bower_components/angular/angular.min.js.map |     8 -
 .../bower_components/angular/bower.json         |     7 -
 .../bower_components/bootstrap/.bower.json      |    35 -
 .../bower_components/bootstrap/Gruntfile.js     |   421 -
 .../bower_components/bootstrap/LICENSE          |    21 -
 .../bower_components/bootstrap/README.md        |   173 -
 .../bower_components/bootstrap/bower.json       |    24 -
 .../bootstrap/dist/css/bootstrap-theme.css      |   347 -
 .../bootstrap/dist/css/bootstrap-theme.css.map  |     1 -
 .../bootstrap/dist/css/bootstrap-theme.min.css  |     7 -
 .../bootstrap/dist/css/bootstrap.css            |  5785 ----
 .../bootstrap/dist/css/bootstrap.css.map        |     1 -
 .../bootstrap/dist/css/bootstrap.min.css        |     7 -
 .../dist/fonts/glyphicons-halflings-regular.eot |   Bin 20335 -> 0 bytes
 .../dist/fonts/glyphicons-halflings-regular.svg |   229 -
 .../dist/fonts/glyphicons-halflings-regular.ttf |   Bin 41280 -> 0 bytes
 .../fonts/glyphicons-halflings-regular.woff     |   Bin 23320 -> 0 bytes
 .../bootstrap/dist/js/bootstrap.js              |  1951 --
 .../bootstrap/dist/js/bootstrap.min.js          |     6 -
 .../fonts/glyphicons-halflings-regular.eot      |   Bin 20335 -> 0 bytes
 .../fonts/glyphicons-halflings-regular.svg      |   229 -
 .../fonts/glyphicons-halflings-regular.ttf      |   Bin 41280 -> 0 bytes
 .../fonts/glyphicons-halflings-regular.woff     |   Bin 23320 -> 0 bytes
 .../grunt/bs-glyphicons-data-generator.js       |    34 -
 .../bootstrap/grunt/bs-lessdoc-parser.js        |   236 -
 .../bootstrap/grunt/bs-raw-files-generator.js   |    31 -
 .../bootstrap/grunt/shrinkwrap.js               |    28 -
 .../bower_components/bootstrap/js/affix.js      |   137 -
 .../bower_components/bootstrap/js/alert.js      |    88 -
 .../bower_components/bootstrap/js/button.js     |   107 -
 .../bower_components/bootstrap/js/carousel.js   |   205 -
 .../bower_components/bootstrap/js/collapse.js   |   170 -
 .../bower_components/bootstrap/js/dropdown.js   |   147 -
 .../bower_components/bootstrap/js/modal.js      |   243 -
 .../bower_components/bootstrap/js/popover.js    |   110 -
 .../bower_components/bootstrap/js/scrollspy.js  |   153 -
 .../bower_components/bootstrap/js/tab.js        |   125 -
 .../bower_components/bootstrap/js/tooltip.js    |   399 -
 .../bower_components/bootstrap/js/transition.js |    48 -
 .../bower_components/bootstrap/less/alerts.less |    67 -
 .../bower_components/bootstrap/less/badges.less |    55 -
 .../bootstrap/less/bootstrap.less               |    49 -
 .../bootstrap/less/breadcrumbs.less             |    26 -
 .../bootstrap/less/button-groups.less           |   226 -
 .../bootstrap/less/buttons.less                 |   159 -
 .../bootstrap/less/carousel.less                |   232 -
 .../bower_components/bootstrap/less/close.less  |    33 -
 .../bower_components/bootstrap/less/code.less   |    63 -
 .../bootstrap/less/component-animations.less    |    29 -
 .../bootstrap/less/dropdowns.less               |   213 -
 .../bower_components/bootstrap/less/forms.less  |   438 -
 .../bootstrap/less/glyphicons.less              |   233 -
 .../bower_components/bootstrap/less/grid.less   |    84 -
 .../bootstrap/less/input-groups.less            |   162 -
 .../bootstrap/less/jumbotron.less               |    44 -
 .../bower_components/bootstrap/less/labels.less |    64 -
 .../bootstrap/less/list-group.less              |   110 -
 .../bower_components/bootstrap/less/media.less  |    56 -
 .../bower_components/bootstrap/less/mixins.less |   929 -
 .../bower_components/bootstrap/less/modals.less |   139 -
 .../bower_components/bootstrap/less/navbar.less |   616 -
 .../bower_components/bootstrap/less/navs.less   |   242 -
 .../bootstrap/less/normalize.less               |   423 -
 .../bower_components/bootstrap/less/pager.less  |    55 -
 .../bootstrap/less/pagination.less              |    88 -
 .../bower_components/bootstrap/less/panels.less |   241 -
 .../bootstrap/less/popovers.less                |   133 -
 .../bower_components/bootstrap/less/print.less  |   101 -
 .../bootstrap/less/progress-bars.less           |    80 -
 .../bootstrap/less/responsive-utilities.less    |    92 -
 .../bootstrap/less/scaffolding.less             |   134 -
 .../bower_components/bootstrap/less/tables.less |   233 -
 .../bower_components/bootstrap/less/theme.less  |   247 -
 .../bootstrap/less/thumbnails.less              |    36 -
 .../bootstrap/less/tooltip.less                 |    95 -
 .../bower_components/bootstrap/less/type.less   |   293 -
 .../bootstrap/less/utilities.less               |    56 -
 .../bootstrap/less/variables.less               |   829 -
 .../bower_components/bootstrap/less/wells.less  |    29 -
 .../bower_components/bootstrap/package.json     |    70 -
 .../bootstrap/test-infra/README.md              |   100 -
 .../test-infra/npm-shrinkwrap.canonical.json    |     1 -
 .../bootstrap/test-infra/requirements.txt       |     1 -
 .../bootstrap/test-infra/s3_cache.py            |   107 -
 .../bootstrap/test-infra/sauce_browsers.yml     |    83 -
 .../test-infra/uncached-npm-install.sh          |     4 -
 .../bower_components/jquery/.bower.json         |    37 -
 .../bower_components/jquery/MIT-LICENSE.txt     |    21 -
 .../bower_components/jquery/bower.json          |    27 -
 .../bower_components/jquery/dist/jquery.js      |  9190 ------
 .../bower_components/jquery/dist/jquery.min.js  |     5 -
 .../bower_components/jquery/dist/jquery.min.map |     1 -
 .../bower_components/jquery/src/ajax.js         |   806 -
 .../bower_components/jquery/src/ajax/jsonp.js   |    89 -
 .../bower_components/jquery/src/ajax/load.js    |    75 -
 .../jquery/src/ajax/parseJSON.js                |    13 -
 .../jquery/src/ajax/parseXML.js                 |    28 -
 .../bower_components/jquery/src/ajax/script.js  |    64 -
 .../jquery/src/ajax/var/nonce.js                |     5 -
 .../jquery/src/ajax/var/rquery.js               |     3 -
 .../bower_components/jquery/src/ajax/xhr.js     |   135 -
 .../bower_components/jquery/src/attributes.js   |    11 -
 .../jquery/src/attributes/attr.js               |   143 -
 .../jquery/src/attributes/classes.js            |   158 -
 .../jquery/src/attributes/prop.js               |    96 -
 .../jquery/src/attributes/support.js            |    35 -
 .../jquery/src/attributes/val.js                |   163 -
 .../bower_components/jquery/src/callbacks.js    |   205 -
 .../bower_components/jquery/src/core.js         |   498 -
 .../bower_components/jquery/src/core/access.js  |    60 -
 .../bower_components/jquery/src/core/init.js    |   123 -
 .../jquery/src/core/parseHTML.js                |    39 -
 .../bower_components/jquery/src/core/ready.js   |    97 -
 .../jquery/src/core/var/rsingleTag.js           |     4 -
 .../bower_components/jquery/src/css.js          |   451 -
 .../jquery/src/css/addGetHookIf.js              |    24 -
 .../bower_components/jquery/src/css/curCSS.js   |    57 -
 .../jquery/src/css/defaultDisplay.js            |    70 -
 .../jquery/src/css/hiddenVisibleSelectors.js    |    15 -
 .../bower_components/jquery/src/css/support.js  |    91 -
 .../bower_components/jquery/src/css/swap.js     |    28 -
 .../jquery/src/css/var/cssExpand.js             |     3 -
 .../jquery/src/css/var/getStyles.js             |     5 -
 .../jquery/src/css/var/isHidden.js              |    13 -
 .../jquery/src/css/var/rmargin.js               |     3 -
 .../jquery/src/css/var/rnumnonpx.js             |     5 -
 .../bower_components/jquery/src/data.js         |   179 -
 .../bower_components/jquery/src/data/Data.js    |   181 -
 .../bower_components/jquery/src/data/accepts.js |    20 -
 .../jquery/src/data/var/data_priv.js            |     5 -
 .../jquery/src/data/var/data_user.js            |     5 -
 .../bower_components/jquery/src/deferred.js     |   149 -
 .../bower_components/jquery/src/deprecated.js   |    13 -
 .../bower_components/jquery/src/dimensions.js   |    50 -
 .../bower_components/jquery/src/effects.js      |   649 -
 .../jquery/src/effects/Tween.js                 |   114 -
 .../jquery/src/effects/animatedSelector.js      |    13 -
 .../bower_components/jquery/src/event.js        |   868 -
 .../bower_components/jquery/src/event/alias.js  |    39 -
 .../jquery/src/event/support.js                 |     9 -
 .../bower_components/jquery/src/exports/amd.js  |    24 -
 .../jquery/src/exports/global.js                |    32 -
 .../bower_components/jquery/src/intro.js        |    44 -
 .../bower_components/jquery/src/jquery.js       |    36 -
 .../bower_components/jquery/src/manipulation.js |   582 -
 .../jquery/src/manipulation/_evalUrl.js         |    18 -
 .../jquery/src/manipulation/support.js          |    31 -
 .../src/manipulation/var/rcheckableType.js      |     3 -
 .../bower_components/jquery/src/offset.js       |   204 -
 .../bower_components/jquery/src/outro.js        |     1 -
 .../bower_components/jquery/src/queue.js        |   142 -
 .../bower_components/jquery/src/queue/delay.js  |    22 -
 .../jquery/src/selector-native.js               |   172 -
 .../jquery/src/selector-sizzle.js               |    14 -
 .../bower_components/jquery/src/selector.js     |     1 -
 .../bower_components/jquery/src/serialize.js    |   111 -
 .../bower_components/jquery/src/traversing.js   |   200 -
 .../jquery/src/traversing/findFilter.js         |   100 -
 .../jquery/src/traversing/var/rneedsContext.js  |     6 -
 .../bower_components/jquery/src/var/arr.js      |     3 -
 .../jquery/src/var/class2type.js                |     4 -
 .../bower_components/jquery/src/var/concat.js   |     5 -
 .../bower_components/jquery/src/var/hasOwn.js   |     5 -
 .../bower_components/jquery/src/var/indexOf.js  |     5 -
 .../bower_components/jquery/src/var/pnum.js     |     3 -
 .../bower_components/jquery/src/var/push.js     |     5 -
 .../jquery/src/var/rnotwhite.js                 |     3 -
 .../bower_components/jquery/src/var/slice.js    |     5 -
 .../jquery/src/var/strundefined.js              |     3 -
 .../bower_components/jquery/src/var/support.js  |     4 -
 .../bower_components/jquery/src/var/toString.js |     5 -
 .../bower_components/jquery/src/wrap.js         |    78 -
 .../bower_components/momentjs/.bower.json       |    31 -
 .../bower_components/momentjs/LICENSE           |    22 -
 .../bower_components/momentjs/bower.json        |    20 -
 .../bower_components/momentjs/lang/ar-ma.js     |    56 -
 .../bower_components/momentjs/lang/ar.js        |    56 -
 .../bower_components/momentjs/lang/bg.js        |    86 -
 .../bower_components/momentjs/lang/br.js        |   107 -
 .../bower_components/momentjs/lang/bs.js        |   139 -
 .../bower_components/momentjs/lang/ca.js        |    66 -
 .../bower_components/momentjs/lang/cs.js        |   155 -
 .../bower_components/momentjs/lang/cv.js        |    59 -
 .../bower_components/momentjs/lang/cy.js        |    77 -
 .../bower_components/momentjs/lang/da.js        |    56 -
 .../bower_components/momentjs/lang/de.js        |    71 -
 .../bower_components/momentjs/lang/el.js        |    79 -
 .../bower_components/momentjs/lang/en-au.js     |    62 -
 .../bower_components/momentjs/lang/en-ca.js     |    59 -
 .../bower_components/momentjs/lang/en-gb.js     |    63 -
 .../bower_components/momentjs/lang/eo.js        |    65 -
 .../bower_components/momentjs/lang/es.js        |    66 -
 .../bower_components/momentjs/lang/et.js        |    76 -
 .../bower_components/momentjs/lang/eu.js        |    60 -
 .../bower_components/momentjs/lang/fa.js        |    97 -
 .../bower_components/momentjs/lang/fi.js        |   103 -
 .../bower_components/momentjs/lang/fo.js        |    56 -
 .../bower_components/momentjs/lang/fr-ca.js     |    54 -
 .../bower_components/momentjs/lang/fr.js        |    58 -
 .../bower_components/momentjs/lang/gl.js        |    71 -
 .../bower_components/momentjs/lang/he.js        |    77 -
 .../bower_components/momentjs/lang/hi.js        |   105 -
 .../bower_components/momentjs/lang/hr.js        |   140 -
 .../bower_components/momentjs/lang/hu.js        |    98 -
 .../bower_components/momentjs/lang/hy-am.js     |   113 -
 .../bower_components/momentjs/lang/id.js        |    67 -
 .../bower_components/momentjs/lang/is.js        |   124 -
 .../bower_components/momentjs/lang/it.js        |    59 -
 .../bower_components/momentjs/lang/ja.js        |    58 -
 .../bower_components/momentjs/lang/ka.js        |   108 -
 .../bower_components/momentjs/lang/ko.js        |    63 -
 .../bower_components/momentjs/lang/lb.js        |   160 -
 .../bower_components/momentjs/lang/lt.js        |   118 -
 .../bower_components/momentjs/lang/lv.js        |    77 -
 .../bower_components/momentjs/lang/mk.js        |    86 -
 .../bower_components/momentjs/lang/ml.js        |    64 -
 .../bower_components/momentjs/lang/mr.js        |   104 -
 .../bower_components/momentjs/lang/ms-my.js     |    66 -
 .../bower_components/momentjs/lang/nb.js        |    57 -
 .../bower_components/momentjs/lang/ne.js        |   105 -
 .../bower_components/momentjs/lang/nl.js        |    67 -
 .../bower_components/momentjs/lang/nn.js        |    56 -
 .../bower_components/momentjs/lang/pl.js        |    98 -
 .../bower_components/momentjs/lang/pt-br.js     |    56 -
 .../bower_components/momentjs/lang/pt.js        |    60 -
 .../bower_components/momentjs/lang/ro.js        |    72 -
 .../bower_components/momentjs/lang/rs.js        |   139 -
 .../bower_components/momentjs/lang/ru.js        |   163 -
 .../bower_components/momentjs/lang/sk.js        |   156 -
 .../bower_components/momentjs/lang/sl.js        |   144 -
 .../bower_components/momentjs/lang/sq.js        |    57 -
 .../bower_components/momentjs/lang/sv.js        |    63 -
 .../bower_components/momentjs/lang/ta.js        |   112 -
 .../bower_components/momentjs/lang/th.js        |    58 -
 .../bower_components/momentjs/lang/tl-ph.js     |    58 -
 .../bower_components/momentjs/lang/tr.js        |    93 -
 .../bower_components/momentjs/lang/tzm-la.js    |    55 -
 .../bower_components/momentjs/lang/tzm.js       |    55 -
 .../bower_components/momentjs/lang/uk.js        |   157 -
 .../bower_components/momentjs/lang/uz.js        |    55 -
 .../bower_components/momentjs/lang/vn.js        |    62 -
 .../bower_components/momentjs/lang/zh-cn.js     |   108 -
 .../bower_components/momentjs/lang/zh-tw.js     |    84 -
 .../bower_components/momentjs/min/langs.js      |  5841 ----
 .../bower_components/momentjs/min/langs.min.js  |     3 -
 .../momentjs/min/moment-with-langs.js           |  7768 -----
 .../momentjs/min/moment-with-langs.min.js       |     9 -
 .../bower_components/momentjs/min/moment.min.js |     6 -
 .../bower_components/momentjs/moment.js         |  2400 --
 .../bower_components/momentjs/readme.md         |   349 -
 .../bower_components/smart-table/.bower.json    |    14 -
 .../bower_components/smart-table/.gitignore     |     8 -
 .../bower_components/smart-table/CHANGELOG.md   |    68 -
 .../bower_components/smart-table/GruntFile.js   |    73 -
 .../bower_components/smart-table/README.md      |   119 -
 .../smart-table/Smart-Table.debug.js            |   953 -
 .../smart-table/Smart-Table.min.js              |     1 -
 .../smart-table/config/karma-e2e.conf.js        |    22 -
 .../smart-table/config/karma.conf.js            |    43 -
 .../smart-table/example-app/css/app.css         |    62 -
 .../smart-table/example-app/css/bootstrap.css   |  5776 ----
 .../smart-table/example-app/index.html          |    20 -
 .../example-app/js/Smart-Table.debug.js         |   953 -
 .../smart-table/example-app/js/app.js           |    46 -
 .../example-app/lib/angular/angular.min.js      |  3772 ---
 .../smart-table/logs/.gitignore                 |     2 -
 .../bower_components/smart-table/package.json   |    36 -
 .../smart-table/scripts/e2e-test.bat            |    11 -
 .../smart-table/scripts/e2e-test.sh             |     9 -
 .../smart-table/scripts/test.bat                |    11 -
 .../smart-table/scripts/test.sh                 |     9 -
 .../smart-table/scripts/watchr.rb               |    19 -
 .../smart-table/scripts/web-server.js           |   244 -
 .../smart-table/smart-table-module/js/Column.js |    52 -
 .../smart-table-module/js/Directives.js         |   267 -
 .../smart-table-module/js/Filters.js            |    22 -
 .../smart-table/smart-table-module/js/Table.js  |   279 -
 .../smart-table-module/js/Template.js           |    81 -
 .../smart-table-module/js/TemplateUrlList.js    |    14 -
 .../smart-table-module/js/Utilities.js          |   120 -
 .../ui-bootstrap-custom-tpls-0.4.0-SNAPSHOT.js  |   111 -
 .../lib/angular/angular-bootstrap-prettify.js   |  1872 --
 .../lib/angular/angular-bootstrap.js            |   180 -
 .../lib/angular/angular-cookies.js              |   185 -
 .../lib/angular/angular-loader.js               |   273 -
 .../lib/angular/angular-mocks.js                |  1798 --
 .../lib/angular/angular-resource.js             |   462 -
 .../lib/angular/angular-sanitize.js             |   540 -
 .../lib/angular/angular-scenario.js             | 26487 -----------------
 .../smart-table-module/lib/angular/angular.js   | 15018 ----------
 .../partials/defaultCell.html                   |     1 -
 .../partials/defaultHeader.html                 |     1 -
 .../partials/editableCell.html                  |     7 -
 .../partials/globalSearchCell.html              |     2 -
 .../smart-table-module/partials/pagination.html |     6 -
 .../partials/selectAllCheckbox.html             |     1 -
 .../partials/selectionCheckbox.html             |     1 -
 .../smart-table-module/partials/smartTable.html |    28 -
 .../smart-table/test/e2e/runner.html            |    10 -
 .../smart-table/test/e2e/scenarios.js           |    45 -
 .../test/lib/angular/angular-mocks.js           |  1768 --
 .../test/lib/angular/angular-scenario.js        | 26223 ----------------
 .../smart-table/test/lib/angular/version.txt    |     1 -
 .../smart-table/test/unit/ColumnSpec.js         |    27 -
 .../smart-table/test/unit/TableSpec.js          |   641 -
 .../smart-table/test/unit/UtilitiesSpec.js      |   219 -
 .../smart-table/test/unit/directivesSpec.js     |     7 -
 .../smart-table/test/unit/filtersSpec.js        |    78 -
 .../bower_components/underscore/.bower.json     |    34 -
 .../bower_components/underscore/.editorconfig   |    14 -
 .../bower_components/underscore/.gitignore      |     2 -
 .../bower_components/underscore/LICENSE         |    23 -
 .../bower_components/underscore/README.md       |    22 -
 .../bower_components/underscore/bower.json      |     8 -
 .../bower_components/underscore/component.json  |    10 -
 .../bower_components/underscore/package.json    |    27 -
 .../bower_components/underscore/underscore.js   |  1343 -
 .../angular-bootstrap/.bower.json               |    24 +
 .../angular-bootstrap/bower.json                |    11 +
 .../angular-bootstrap/ui-bootstrap-tpls.js      |  4116 +++
 .../angular-bootstrap/ui-bootstrap-tpls.min.js  |    10 +
 .../angular-bootstrap/ui-bootstrap.js           |  3799 +++
 .../angular-bootstrap/ui-bootstrap.min.js       |     9 +
 .../bower_components/angular-route/.bower.json  |    19 +
 .../bower_components/angular-route/README.md    |    54 +
 .../angular-route/angular-route.js              |   920 +
 .../angular-route/angular-route.min.js          |    14 +
 .../angular-route/angular-route.min.js.map      |     8 +
 .../bower_components/angular-route/bower.json   |     8 +
 .../assets/bower_components/angular/.bower.json |    16 +
 .../assets/bower_components/angular/README.md   |    48 +
 .../bower_components/angular/angular-csp.css    |    13 +
 .../assets/bower_components/angular/angular.js  | 20560 +++++++++++++
 .../bower_components/angular/angular.min.js     |   202 +
 .../angular/angular.min.js.gzip                 |   Bin 0 -> 36880 bytes
 .../bower_components/angular/angular.min.js.map |     8 +
 .../assets/bower_components/angular/bower.json  |     7 +
 .../bower_components/bootstrap/.bower.json      |    35 +
 .../bower_components/bootstrap/Gruntfile.js     |   421 +
 .../assets/bower_components/bootstrap/LICENSE   |    21 +
 .../assets/bower_components/bootstrap/README.md |   173 +
 .../bower_components/bootstrap/bower.json       |    24 +
 .../bootstrap/dist/css/bootstrap-theme.css      |   347 +
 .../bootstrap/dist/css/bootstrap-theme.css.map  |     1 +
 .../bootstrap/dist/css/bootstrap-theme.min.css  |     7 +
 .../bootstrap/dist/css/bootstrap.css            |  5785 ++++
 .../bootstrap/dist/css/bootstrap.css.map        |     1 +
 .../bootstrap/dist/css/bootstrap.min.css        |     7 +
 .../dist/fonts/glyphicons-halflings-regular.eot |   Bin 0 -> 20335 bytes
 .../dist/fonts/glyphicons-halflings-regular.svg |   229 +
 .../dist/fonts/glyphicons-halflings-regular.ttf |   Bin 0 -> 41280 bytes
 .../fonts/glyphicons-halflings-regular.woff     |   Bin 0 -> 23320 bytes
 .../bootstrap/dist/js/bootstrap.js              |  1951 ++
 .../bootstrap/dist/js/bootstrap.min.js          |     6 +
 .../fonts/glyphicons-halflings-regular.eot      |   Bin 0 -> 20335 bytes
 .../fonts/glyphicons-halflings-regular.svg      |   229 +
 .../fonts/glyphicons-halflings-regular.ttf      |   Bin 0 -> 41280 bytes
 .../fonts/glyphicons-halflings-regular.woff     |   Bin 0 -> 23320 bytes
 .../grunt/bs-glyphicons-data-generator.js       |    34 +
 .../bootstrap/grunt/bs-lessdoc-parser.js        |   236 +
 .../bootstrap/grunt/bs-raw-files-generator.js   |    31 +
 .../bootstrap/grunt/shrinkwrap.js               |    28 +
 .../bower_components/bootstrap/js/affix.js      |   137 +
 .../bower_components/bootstrap/js/alert.js      |    88 +
 .../bower_components/bootstrap/js/button.js     |   107 +
 .../bower_components/bootstrap/js/carousel.js   |   205 +
 .../bower_components/bootstrap/js/collapse.js   |   170 +
 .../bower_components/bootstrap/js/dropdown.js   |   147 +
 .../bower_components/bootstrap/js/modal.js      |   243 +
 .../bower_components/bootstrap/js/popover.js    |   110 +
 .../bower_components/bootstrap/js/scrollspy.js  |   153 +
 .../assets/bower_components/bootstrap/js/tab.js |   125 +
 .../bower_components/bootstrap/js/tooltip.js    |   399 +
 .../bower_components/bootstrap/js/transition.js |    48 +
 .../bower_components/bootstrap/less/alerts.less |    67 +
 .../bower_components/bootstrap/less/badges.less |    55 +
 .../bootstrap/less/bootstrap.less               |    49 +
 .../bootstrap/less/breadcrumbs.less             |    26 +
 .../bootstrap/less/button-groups.less           |   226 +
 .../bootstrap/less/buttons.less                 |   159 +
 .../bootstrap/less/carousel.less                |   232 +
 .../bower_components/bootstrap/less/close.less  |    33 +
 .../bower_components/bootstrap/less/code.less   |    63 +
 .../bootstrap/less/component-animations.less    |    29 +
 .../bootstrap/less/dropdowns.less               |   213 +
 .../bower_components/bootstrap/less/forms.less  |   438 +
 .../bootstrap/less/glyphicons.less              |   233 +
 .../bower_components/bootstrap/less/grid.less   |    84 +
 .../bootstrap/less/input-groups.less            |   162 +
 .../bootstrap/less/jumbotron.less               |    44 +
 .../bower_components/bootstrap/less/labels.less |    64 +
 .../bootstrap/less/list-group.less              |   110 +
 .../bower_components/bootstrap/less/media.less  |    56 +
 .../bower_components/bootstrap/less/mixins.less |   929 +
 .../bower_components/bootstrap/less/modals.less |   139 +
 .../bower_components/bootstrap/less/navbar.less |   616 +
 .../bower_components/bootstrap/less/navs.less   |   242 +
 .../bootstrap/less/normalize.less               |   423 +
 .../bower_components/bootstrap/less/pager.less  |    55 +
 .../bootstrap/less/pagination.less              |    88 +
 .../bower_components/bootstrap/less/panels.less |   241 +
 .../bootstrap/less/popovers.less                |   133 +
 .../bower_components/bootstrap/less/print.less  |   101 +
 .../bootstrap/less/progress-bars.less           |    80 +
 .../bootstrap/less/responsive-utilities.less    |    92 +
 .../bootstrap/less/scaffolding.less             |   134 +
 .../bower_components/bootstrap/less/tables.less |   233 +
 .../bower_components/bootstrap/less/theme.less  |   247 +
 .../bootstrap/less/thumbnails.less              |    36 +
 .../bootstrap/less/tooltip.less                 |    95 +
 .../bower_components/bootstrap/less/type.less   |   293 +
 .../bootstrap/less/utilities.less               |    56 +
 .../bootstrap/less/variables.less               |   829 +
 .../bower_components/bootstrap/less/wells.less  |    29 +
 .../bower_components/bootstrap/package.json     |    70 +
 .../bootstrap/test-infra/README.md              |   100 +
 .../test-infra/npm-shrinkwrap.canonical.json    |     1 +
 .../bootstrap/test-infra/requirements.txt       |     1 +
 .../bootstrap/test-infra/s3_cache.py            |   107 +
 .../bootstrap/test-infra/sauce_browsers.yml     |    83 +
 .../test-infra/uncached-npm-install.sh          |     4 +
 .../assets/bower_components/jquery/.bower.json  |    37 +
 .../bower_components/jquery/MIT-LICENSE.txt     |    21 +
 .../assets/bower_components/jquery/bower.json   |    27 +
 .../bower_components/jquery/dist/jquery.js      |  9190 ++++++
 .../bower_components/jquery/dist/jquery.min.js  |     5 +
 .../bower_components/jquery/dist/jquery.min.map |     1 +
 .../assets/bower_components/jquery/src/ajax.js  |   806 +
 .../bower_components/jquery/src/ajax/jsonp.js   |    89 +
 .../bower_components/jquery/src/ajax/load.js    |    75 +
 .../jquery/src/ajax/parseJSON.js                |    13 +
 .../jquery/src/ajax/parseXML.js                 |    28 +
 .../bower_components/jquery/src/ajax/script.js  |    64 +
 .../jquery/src/ajax/var/nonce.js                |     5 +
 .../jquery/src/ajax/var/rquery.js               |     3 +
 .../bower_components/jquery/src/ajax/xhr.js     |   135 +
 .../bower_components/jquery/src/attributes.js   |    11 +
 .../jquery/src/attributes/attr.js               |   143 +
 .../jquery/src/attributes/classes.js            |   158 +
 .../jquery/src/attributes/prop.js               |    96 +
 .../jquery/src/attributes/support.js            |    35 +
 .../jquery/src/attributes/val.js                |   163 +
 .../bower_components/jquery/src/callbacks.js    |   205 +
 .../assets/bower_components/jquery/src/core.js  |   498 +
 .../bower_components/jquery/src/core/access.js  |    60 +
 .../bower_components/jquery/src/core/init.js    |   123 +
 .../jquery/src/core/parseHTML.js                |    39 +
 .../bower_components/jquery/src/core/ready.js   |    97 +
 .../jquery/src/core/var/rsingleTag.js           |     4 +
 .../assets/bower_components/jquery/src/css.js   |   451 +
 .../jquery/src/css/addGetHookIf.js              |    24 +
 .../bower_components/jquery/src/css/curCSS.js   |    57 +
 .../jquery/src/css/defaultDisplay.js            |    70 +
 .../jquery/src/css/hiddenVisibleSelectors.js    |    15 +
 .../bower_components/jquery/src/css/support.js  |    91 +
 .../bower_components/jquery/src/css/swap.js     |    28 +
 .../jquery/src/css/var/cssExpand.js             |     3 +
 .../jquery/src/css/var/getStyles.js             |     5 +
 .../jquery/src/css/var/isHidden.js              |    13 +
 .../jquery/src/css/var/rmargin.js               |     3 +
 .../jquery/src/css/var/rnumnonpx.js             |     5 +
 .../assets/bower_components/jquery/src/data.js  |   179 +
 .../bower_components/jquery/src/data/Data.js    |   181 +
 .../bower_components/jquery/src/data/accepts.js |    20 +
 .../jquery/src/data/var/data_priv.js            |     5 +
 .../jquery/src/data/var/data_user.js            |     5 +
 .../bower_components/jquery/src/deferred.js     |   149 +
 .../bower_components/jquery/src/deprecated.js   |    13 +
 .../bower_components/jquery/src/dimensions.js   |    50 +
 .../bower_components/jquery/src/effects.js      |   649 +
 .../jquery/src/effects/Tween.js                 |   114 +
 .../jquery/src/effects/animatedSelector.js      |    13 +
 .../assets/bower_components/jquery/src/event.js |   868 +
 .../bower_components/jquery/src/event/alias.js  |    39 +
 .../jquery/src/event/support.js                 |     9 +
 .../bower_components/jquery/src/exports/amd.js  |    24 +
 .../jquery/src/exports/global.js                |    32 +
 .../assets/bower_components/jquery/src/intro.js |    44 +
 .../bower_components/jquery/src/jquery.js       |    36 +
 .../bower_components/jquery/src/manipulation.js |   582 +
 .../jquery/src/manipulation/_evalUrl.js         |    18 +
 .../jquery/src/manipulation/support.js          |    31 +
 .../src/manipulation/var/rcheckableType.js      |     3 +
 .../bower_components/jquery/src/offset.js       |   204 +
 .../assets/bower_components/jquery/src/outro.js |     1 +
 .../assets/bower_components/jquery/src/queue.js |   142 +
 .../bower_components/jquery/src/queue/delay.js  |    22 +
 .../jquery/src/selector-native.js               |   172 +
 .../jquery/src/selector-sizzle.js               |    14 +
 .../bower_components/jquery/src/selector.js     |     1 +
 .../bower_components/jquery/src/serialize.js    |   111 +
 .../bower_components/jquery/src/traversing.js   |   200 +
 .../jquery/src/traversing/findFilter.js         |   100 +
 .../jquery/src/traversing/var/rneedsContext.js  |     6 +
 .../bower_components/jquery/src/var/arr.js      |     3 +
 .../jquery/src/var/class2type.js                |     4 +
 .../bower_components/jquery/src/var/concat.js   |     5 +
 .../bower_components/jquery/src/var/hasOwn.js   |     5 +
 .../bower_components/jquery/src/var/indexOf.js  |     5 +
 .../bower_components/jquery/src/var/pnum.js     |     3 +
 .../bower_components/jquery/src/var/push.js     |     5 +
 .../jquery/src/var/rnotwhite.js                 |     3 +
 .../bower_components/jquery/src/var/slice.js    |     5 +
 .../jquery/src/var/strundefined.js              |     3 +
 .../bower_components/jquery/src/var/support.js  |     4 +
 .../bower_components/jquery/src/var/toString.js |     5 +
 .../assets/bower_components/jquery/src/wrap.js  |    78 +
 .../bower_components/momentjs/.bower.json       |    31 +
 .../assets/bower_components/momentjs/LICENSE    |    22 +
 .../assets/bower_components/momentjs/bower.json |    20 +
 .../bower_components/momentjs/lang/ar-ma.js     |    56 +
 .../assets/bower_components/momentjs/lang/ar.js |    56 +
 .../assets/bower_components/momentjs/lang/bg.js |    86 +
 .../assets/bower_components/momentjs/lang/br.js |   107 +
 .../assets/bower_components/momentjs/lang/bs.js |   139 +
 .../assets/bower_components/momentjs/lang/ca.js |    66 +
 .../assets/bower_components/momentjs/lang/cs.js |   155 +
 .../assets/bower_components/momentjs/lang/cv.js |    59 +
 .../assets/bower_components/momentjs/lang/cy.js |    77 +
 .../assets/bower_components/momentjs/lang/da.js |    56 +
 .../assets/bower_components/momentjs/lang/de.js |    71 +
 .../assets/bower_components/momentjs/lang/el.js |    79 +
 .../bower_components/momentjs/lang/en-au.js     |    62 +
 .../bower_components/momentjs/lang/en-ca.js     |    59 +
 .../bower_components/momentjs/lang/en-gb.js     |    63 +
 .../assets/bower_components/momentjs/lang/eo.js |    65 +
 .../assets/bower_components/momentjs/lang/es.js |    66 +
 .../assets/bower_components/momentjs/lang/et.js |    76 +
 .../assets/bower_components/momentjs/lang/eu.js |    60 +
 .../assets/bower_components/momentjs/lang/fa.js |    97 +
 .../assets/bower_components/momentjs/lang/fi.js |   103 +
 .../assets/bower_components/momentjs/lang/fo.js |    56 +
 .../bower_components/momentjs/lang/fr-ca.js     |    54 +
 .../assets/bower_components/momentjs/lang/fr.js |    58 +
 .../assets/bower_components/momentjs/lang/gl.js |    71 +
 .../assets/bower_components/momentjs/lang/he.js |    77 +
 .../assets/bower_components/momentjs/lang/hi.js |   105 +
 .../assets/bower_components/momentjs/lang/hr.js |   140 +
 .../assets/bower_components/momentjs/lang/hu.js |    98 +
 .../bower_components/momentjs/lang/hy-am.js     |   113 +
 .../assets/bower_components/momentjs/lang/id.js |    67 +
 .../assets/bower_components/momentjs/lang/is.js |   124 +
 .../assets/bower_components/momentjs/lang/it.js |    59 +
 .../assets/bower_components/momentjs/lang/ja.js |    58 +
 .../assets/bower_components/momentjs/lang/ka.js |   108 +
 .../assets/bower_components/momentjs/lang/ko.js |    63 +
 .../assets/bower_components/momentjs/lang/lb.js |   160 +
 .../assets/bower_components/momentjs/lang/lt.js |   118 +
 .../assets/bower_components/momentjs/lang/lv.js |    77 +
 .../assets/bower_components/momentjs/lang/mk.js |    86 +
 .../assets/bower_components/momentjs/lang/ml.js |    64 +
 .../assets/bower_components/momentjs/lang/mr.js |   104 +
 .../bower_components/momentjs/lang/ms-my.js     |    66 +
 .../assets/bower_components/momentjs/lang/nb.js |    57 +
 .../assets/bower_components/momentjs/lang/ne.js |   105 +
 .../assets/bower_components/momentjs/lang/nl.js |    67 +
 .../assets/bower_components/momentjs/lang/nn.js |    56 +
 .../assets/bower_components/momentjs/lang/pl.js |    98 +
 .../bower_components/momentjs/lang/pt-br.js     |    56 +
 .../assets/bower_components/momentjs/lang/pt.js |    60 +
 .../assets/bower_components/momentjs/lang/ro.js |    72 +
 .../assets/bower_components/momentjs/lang/rs.js |   139 +
 .../assets/bower_components/momentjs/lang/ru.js |   163 +
 .../assets/bower_components/momentjs/lang/sk.js |   156 +
 .../assets/bower_components/momentjs/lang/sl.js |   144 +
 .../assets/bower_components/momentjs/lang/sq.js |    57 +
 .../assets/bower_components/momentjs/lang/sv.js |    63 +
 .../assets/bower_components/momentjs/lang/ta.js |   112 +
 .../assets/bower_components/momentjs/lang/th.js |    58 +
 .../bower_components/momentjs/lang/tl-ph.js     |    58 +
 .../assets/bower_components/momentjs/lang/tr.js |    93 +
 .../bower_components/momentjs/lang/tzm-la.js    |    55 +
 .../bower_components/momentjs/lang/tzm.js       |    55 +
 .../assets/bower_components/momentjs/lang/uk.js |   157 +
 .../assets/bower_components/momentjs/lang/uz.js |    55 +
 .../assets/bower_components/momentjs/lang/vn.js |    62 +
 .../bower_components/momentjs/lang/zh-cn.js     |   108 +
 .../bower_components/momentjs/lang/zh-tw.js     |    84 +
 .../bower_components/momentjs/min/langs.js      |  5841 ++++
 .../bower_components/momentjs/min/langs.min.js  |     3 +
 .../momentjs/min/moment-with-langs.js           |  7768 +++++
 .../momentjs/min/moment-with-langs.min.js       |     9 +
 .../bower_components/momentjs/min/moment.min.js |     6 +
 .../assets/bower_components/momentjs/moment.js  |  2400 ++
 .../assets/bower_components/momentjs/readme.md  |   349 +
 .../bower_components/smart-table/.bower.json    |    14 +
 .../bower_components/smart-table/.gitignore     |     8 +
 .../bower_components/smart-table/CHANGELOG.md   |    68 +
 .../bower_components/smart-table/GruntFile.js   |    73 +
 .../bower_components/smart-table/README.md      |   119 +
 .../smart-table/Smart-Table.debug.js            |   953 +
 .../smart-table/Smart-Table.min.js              |     1 +
 .../smart-table/config/karma-e2e.conf.js        |    22 +
 .../smart-table/config/karma.conf.js            |    43 +
 .../smart-table/example-app/css/app.css         |    62 +
 .../smart-table/example-app/css/bootstrap.css   |  5776 ++++
 .../smart-table/example-app/index.html          |    20 +
 .../example-app/js/Smart-Table.debug.js         |   953 +
 .../smart-table/example-app/js/app.js           |    46 +
 .../example-app/lib/angular/angular.min.js      |  3772 +++
 .../smart-table/logs/.gitignore                 |     2 +
 .../bower_components/smart-table/package.json   |    36 +
 .../smart-table/scripts/e2e-test.bat            |    11 +
 .../smart-table/scripts/e2e-test.sh             |     9 +
 .../smart-table/scripts/test.bat                |    11 +
 .../smart-table/scripts/test.sh                 |     9 +
 .../smart-table/scripts/watchr.rb               |    19 +
 .../smart-table/scripts/web-server.js           |   244 +
 .../smart-table/smart-table-module/js/Column.js |    52 +
 .../smart-table-module/js/Directives.js         |   267 +
 .../smart-table-module/js/Filters.js            |    22 +
 .../smart-table/smart-table-module/js/Table.js  |   279 +
 .../smart-table-module/js/Template.js           |    81 +
 .../smart-table-module/js/TemplateUrlList.js    |    14 +
 .../smart-table-module/js/Utilities.js          |   120 +
 .../ui-bootstrap-custom-tpls-0.4.0-SNAPSHOT.js  |   111 +
 .../lib/angular/angular-bootstrap-prettify.js   |  1872 ++
 .../lib/angular/angular-bootstrap.js            |   180 +
 .../lib/angular/angular-cookies.js              |   185 +
 .../lib/angular/angular-loader.js               |   273 +
 .../lib/angular/angular-mocks.js                |  1798 ++
 .../lib/angular/angular-resource.js             |   462 +
 .../lib/angular/angular-sanitize.js             |   540 +
 .../lib/angular/angular-scenario.js             | 26487 +++++++++++++++++
 .../smart-table-module/lib/angular/angular.js   | 15018 ++++++++++
 .../partials/defaultCell.html                   |     1 +
 .../partials/defaultHeader.html                 |     1 +
 .../partials/editableCell.html                  |     7 +
 .../partials/globalSearchCell.html              |     2 +
 .../smart-table-module/partials/pagination.html |     6 +
 .../partials/selectAllCheckbox.html             |     1 +
 .../partials/selectionCheckbox.html             |     1 +
 .../smart-table-module/partials/smartTable.html |    28 +
 .../smart-table/test/e2e/runner.html            |    10 +
 .../smart-table/test/e2e/scenarios.js           |    45 +
 .../test/lib/angular/angular-mocks.js           |  1768 ++
 .../test/lib/angular/angular-scenario.js        | 26223 ++++++++++++++++
 .../smart-table/test/lib/angular/version.txt    |     1 +
 .../smart-table/test/unit/ColumnSpec.js         |    27 +
 .../smart-table/test/unit/TableSpec.js          |   641 +
 .../smart-table/test/unit/UtilitiesSpec.js      |   219 +
 .../smart-table/test/unit/directivesSpec.js     |     7 +
 .../smart-table/test/unit/filtersSpec.js        |    78 +
 .../bower_components/underscore/.bower.json     |    34 +
 .../bower_components/underscore/.editorconfig   |    14 +
 .../bower_components/underscore/.gitignore      |     2 +
 .../assets/bower_components/underscore/LICENSE  |    23 +
 .../bower_components/underscore/README.md       |    22 +
 .../bower_components/underscore/bower.json      |     8 +
 .../bower_components/underscore/component.json  |    10 +
 .../bower_components/underscore/package.json    |    27 +
 .../bower_components/underscore/underscore.js   |  1343 +
 .../javascript/scheduler/assets/js/thrift.js    |   774 +
 3rdparty/javascript/thrift.js                   |   774 -
 LICENSE                                         |    67 +-
 build.gradle                                    |    32 +-
 .../scheduler/http/JettyServerModule.java       |   334 +-
 .../scheduler/http/assets/images/aurora.png     |   Bin 5874 -> 0 bytes
 .../http/assets/images/aurora_logo.png          |   Bin 15106 -> 0 bytes
 .../aurora/scheduler/http/assets/images/viz.png |   Bin 14938 -> 0 bytes
 .../aurora/scheduler/http/ui/breadcrumb.html    |    34 -
 .../aurora/scheduler/http/ui/configSummary.html |    57 -
 .../apache/aurora/scheduler/http/ui/css/app.css |   398 -
 .../apache/aurora/scheduler/http/ui/error.html  |    23 -
 .../aurora/scheduler/http/ui/groupSummary.html  |    37 -
 .../apache/aurora/scheduler/http/ui/home.html   |    36 -
 .../apache/aurora/scheduler/http/ui/index.html  |    76 -
 .../apache/aurora/scheduler/http/ui/job.html    |   174 -
 .../aurora/scheduler/http/ui/jobLink.html       |    15 -
 .../apache/aurora/scheduler/http/ui/js/app.js   |    47 -
 .../aurora/scheduler/http/ui/js/controllers.js  |   562 -
 .../aurora/scheduler/http/ui/js/directives.js   |   202 -
 .../aurora/scheduler/http/ui/js/filters.js      |   133 -
 .../aurora/scheduler/http/ui/js/services.js     |   601 -
 .../aurora/scheduler/http/ui/latestUpdates.html |    46 -
 .../apache/aurora/scheduler/http/ui/role.html   |    58 -
 .../aurora/scheduler/http/ui/roleEnvLink.html   |    15 -
 .../aurora/scheduler/http/ui/roleLink.html      |    15 -
 .../scheduler/http/ui/schedulingDetail.html     |    36 -
 .../aurora/scheduler/http/ui/taskLink.html      |    15 -
 .../aurora/scheduler/http/ui/taskSandbox.html   |    26 -
 .../aurora/scheduler/http/ui/taskStatus.html    |    40 -
 .../aurora/scheduler/http/ui/timeDisplay.html   |    19 -
 .../apache/aurora/scheduler/http/ui/update.html |   130 -
 .../aurora/scheduler/http/ui/updateList.html    |    32 -
 .../scheduler/http/ui/updateSettings.html       |    89 -
 .../resources/scheduler/assets/breadcrumb.html  |    34 +
 .../scheduler/assets/configSummary.html         |    57 +
 src/main/resources/scheduler/assets/css/app.css |   398 +
 src/main/resources/scheduler/assets/error.html  |    23 +
 .../assets/graphview/dygraph-combined.js        |     2 +
 .../scheduler/assets/graphview/dygraph-extra.js |   354 +
 .../scheduler/assets/graphview/grapher.js       |   366 +
 .../scheduler/assets/graphview/graphview.html   |    83 +
 .../scheduler/assets/graphview/parser.js        |   338 +
 .../scheduler/assets/groupSummary.html          |    37 +
 src/main/resources/scheduler/assets/home.html   |    36 +
 .../scheduler/assets/images/aurora.png          |   Bin 0 -> 5874 bytes
 .../scheduler/assets/images/aurora_logo.png     |   Bin 0 -> 15106 bytes
 .../resources/scheduler/assets/images/viz.png   |   Bin 0 -> 14938 bytes
 src/main/resources/scheduler/assets/index.html  |    32 +
 src/main/resources/scheduler/assets/job.html    |   174 +
 .../resources/scheduler/assets/jobLink.html     |    15 +
 src/main/resources/scheduler/assets/js/app.js   |    47 +
 .../scheduler/assets/js/controllers.js          |   566 +
 .../resources/scheduler/assets/js/directives.js |   202 +
 .../resources/scheduler/assets/js/filters.js    |   133 +
 .../resources/scheduler/assets/js/services.js   |   601 +
 .../scheduler/assets/latestUpdates.html         |    46 +
 src/main/resources/scheduler/assets/role.html   |    58 +
 .../resources/scheduler/assets/roleEnvLink.html |    15 +
 .../resources/scheduler/assets/roleLink.html    |    15 +
 .../scheduler/assets/scheduler/index.html       |    76 +
 .../scheduler/assets/schedulingDetail.html      |    36 +
 .../resources/scheduler/assets/taskLink.html    |    15 +
 .../resources/scheduler/assets/taskSandbox.html |    26 +
 .../resources/scheduler/assets/taskStatus.html  |    40 +
 .../resources/scheduler/assets/timeDisplay.html |    19 +
 src/main/resources/scheduler/assets/update.html |   130 +
 .../resources/scheduler/assets/updateList.html  |    32 +
 .../scheduler/assets/updateSettings.html        |    89 +
 .../scheduler/http/ServletFilterTest.java       |    10 +-
 740 files changed, 184050 insertions(+), 182970 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/05129ed5/3rdparty/javascript/bower_components/angular-bootstrap/.bower.json
----------------------------------------------------------------------
diff --git a/3rdparty/javascript/bower_components/angular-bootstrap/.bower.json b/3rdparty/javascript/bower_components/angular-bootstrap/.bower.json
deleted file mode 100644
index ba4deca..0000000
--- a/3rdparty/javascript/bower_components/angular-bootstrap/.bower.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-  "author": {
-    "name": "https://github.com/angular-ui/bootstrap/graphs/contributors"
-  },
-  "name": "angular-bootstrap",
-  "version": "0.11.0",
-  "main": [
-    "./ui-bootstrap-tpls.js"
-  ],
-  "dependencies": {
-    "angular": ">=1"
-  },
-  "homepage": "https://github.com/angular-ui/bootstrap-bower",
-  "_release": "0.11.0",
-  "_resolution": {
-    "type": "version",
-    "tag": "0.11.0",
-    "commit": "75b302f82c1a3b0647695a3dfeacab0a153ea8a0"
-  },
-  "_source": "git://github.com/angular-ui/bootstrap-bower.git",
-  "_target": "~0.11.0",
-  "_originalSource": "angular-bootstrap",
-  "_direct": true
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/05129ed5/3rdparty/javascript/bower_components/angular-bootstrap/bower.json
----------------------------------------------------------------------
diff --git a/3rdparty/javascript/bower_components/angular-bootstrap/bower.json b/3rdparty/javascript/bower_components/angular-bootstrap/bower.json
deleted file mode 100644
index 6793432..0000000
--- a/3rdparty/javascript/bower_components/angular-bootstrap/bower.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-    "author": {
-        "name": "https://github.com/angular-ui/bootstrap/graphs/contributors"
-    },
-    "name": "angular-bootstrap",
-    "version": "0.11.0",
-    "main": ["./ui-bootstrap-tpls.js"],
-    "dependencies": {
-        "angular": ">=1"
-    }    
-}