Commit Graph
18 Commits
Author SHA1 Message Date
Joe Fiorini 6046419e2d Kill eager unbind on window resize event
This severly breaks any window resize bindings in directives. That is
double plus bad. I made the executive decision to remove them because
they exist for cleanup that should be done already, assuming we are
following good practices. We aren't yet, so it _could_ cause some
problems, but not likely. I've already pinged @jlaska to keep an eye on
resizing behavior & memory usage in his testing.
2015-01-30 15:42:48 -05:00
Joe Fiorini 7ddb695afc Remove HostGraph widget 2015-01-30 15:42:48 -05:00
Joe Fiorini ad5c12fa49 Use responsive helper in host count graph 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 f98e9ce0c7 Update size of host pie chart on window resize 2015-01-30 15:42:48 -05:00
Joe Fiorini 116e7b2118 Take toolbar height into account on job status graph 2015-01-30 15:42:48 -05:00
Joe Fiorini 1c4b8c0676 Move HostPieChart into directive 2015-01-30 15:42:47 -05:00
Joe Fiorini 42fbcf3454 Implement responsiveness in graph 2015-01-30 15:42:47 -05:00
Joe Fiorini 3db561141e Add Debug.log helper for easy logging 2015-01-30 15:42:47 -05:00
Joe Fiorini 8e092714fb Switch to using element instead of attribute 2015-01-30 15:42:47 -05:00
Joe Fiorini 7f291c91b5 Fix click handlers for filters 2015-01-30 15:42:47 -05:00
Joe Fiorini 8d29b170bc Extract html string to template 2015-01-30 15:42:47 -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
Joe Fiorini 1697aff309 Setup karma for testing with mocha & sinon for doubles 2015-01-30 15:42:47 -05:00
Joe Fiorini cd367395f4 Fix incorrectly-cased file in gitignore 2015-01-30 15:42:47 -05:00