----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16192/ -----------------------------------------------------------
(Updated Dec. 19, 2013, 7:30 a.m.) Review request for Aurora, Kevin Sweeney and Bill Farner. Changes ------- Spoke with Brian regarding changing third_party in vagrant. He suggested that third_party was incorrectly named and it should be called snapshots or python_cache. He added that eventually, it should be replaced with local_cache in .pants.d. He also suggested that I use the science and mesos convention of using 3rdparty for third party code instead of third_party. So, moved all the Javascript stuff into 3rdparty/javascript directory. Will rename third_party directory used by vagrant into snapshots in a separate diff. Repository: aurora Description ------- Now installing JQuery and bootstrap from bower. Addded docs on managing bower dependencies and installing bower. Added docs on running the isolated scheduler script. Added a manifest to scheduler jar target in build.gradle, so the generated jar can be used in java -jar option. Diffs (updated) ----- 3rdparty/javascript/bower_components/bootstrap.css/.bower.json PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/README.md PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/bower.json PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/css/bootstrap-responsive.css PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/css/bootstrap-responsive.min.css PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/css/bootstrap.css PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/css/bootstrap.min.css PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/img/glyphicons-halflings-white.png PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/img/glyphicons-halflings.png PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/js/bootstrap.js PRE-CREATION 3rdparty/javascript/bower_components/bootstrap.css/js/bootstrap.min.js PRE-CREATION 3rdparty/javascript/bower_components/jquery/.bower.json PRE-CREATION 3rdparty/javascript/bower_components/jquery/component.json PRE-CREATION 3rdparty/javascript/bower_components/jquery/jquery.js PRE-CREATION build.gradle c66afa8f9dba7f1e772c67aeb5316894f31036c9 docs/developing-aurora-scheduler.md 1beafdc6466d2f5bdd0f09ea253bc8963e552f03 src/main/java/com/twitter/aurora/scheduler/http/ServletModule.java 2922f35df683ef3673c5fd83e391d7aba95415a7 Diff: https://reviews.apache.org/r/16192/diff/ Testing ------- Tested the UI using the isolated scheduler. gradle clean build. Thanks, Suman Karumuri
