Commit Graph

18 Commits

Author SHA1 Message Date
Joe Fiorini
6dbfba7f69 jshint fixes 2015-02-06 18:04:10 -05:00
Joe Fiorini
a9e0de98d7 Use broccoli to build app 2015-02-06 12:49:04 -05:00
Joe Fiorini
8d1898e4ae Fix failing tests 2015-02-06 10:21:25 -05:00
Joe Fiorini
109c9d8832 Do not try to render home template on login/logout 2015-02-04 17:11:27 -05:00
Joe Fiorini
ed15bdeb63 Fix build order with new module files
The two renamed files represent files that merely define angular
modules. Unfortunately, in minification mode, they were getting
processed out of order with files that depend on them. Since we don't
have any sort of native module or dependency resolution (YET), I'm
hacking it to make sure they come first asciibetically.
2015-02-03 16:51:18 -05:00
Joe Fiorini
2464d68b38 Fix jshint errors in my updates 2015-01-30 15:42:50 -05:00
Joe Fiorini
2814300e1e Consistency fixes 2015-01-30 15:42:50 -05:00
Joe Fiorini
7b92bf1b88 Document the graph resizing calculations 2015-01-30 15:42:49 -05:00
Joe Fiorini
f2dbf7a559 Fix issue with graph modules causing vertical scroll 2015-01-30 15:42:49 -05:00
Joe Fiorini
34e29a0421 Correctly select axes on graphs 2015-01-30 15:42:49 -05:00
Joe Fiorini
896433300d Fix double modal issue on 401 error 2015-01-30 15:42:48 -05:00
Joe Fiorini
d3a6fac5f9 Extract data loading for host count graph 2015-01-30 15:42:48 -05:00
Joe Fiorini
50d9c11419 Ensure we always catch errors on Rest calls 2015-01-30 15:42:48 -05:00
Joe Fiorini
408d9bf136 Move host count graph into directive 2015-01-30 15:42:48 -05:00
Joe Fiorini
b0dcafca8c Display job status graph in directive instead of widget 2015-01-30 15:42:47 -05:00
Joe Fiorini
95ad326c29 Use new service in job status graph widget 2015-01-30 15:42:47 -05:00
Joe Fiorini
e0efc11ef5 Add error handling to retrieval service 2015-01-30 15:42:47 -05:00
Joe Fiorini
d7a150befe Extract graph data retrieval to a service 2015-01-30 15:42:47 -05:00