Commit Graph

2432 Commits

Author SHA1 Message Date
Jared Tabor abf134b7ce graph filter and dashboard widget resizing 2014-07-11 09:12:20 -04:00
Chris Houseknecht 1ce4396c2f Styling
Fixed or improved search widget responsiveness on smaller viewports.
2014-07-10 14:00:51 -04:00
Chris Houseknecht bfc8f89205 Job detail page re-refactor
Fixed host link on event viewer and tooltip on dialog.
Tightened up job tab page row calculation. It now assumes rows will not hit 47px height until width drops to below 1350px.
2014-07-10 13:16:28 -04:00
Matthew Jones 3f53fc97b2 Make sure we don't unnecessarily update hosts and groups when invoking
the inventory computed fields update upon saving the inventory source
2014-07-10 12:35:31 -04:00
Chris Houseknecht 807577abc8 Job detail page re-refactor
Added endless scroll to host event viewer with a page size of 50 rows.
2014-07-10 12:23:44 -04:00
Chris Houseknecht 490d53419e Enable $AnsibleConfig.debug_mode
Angular logging now respects the debug_mode paraemter in the js/config.js file. When set to true $log.debug messages will appear in the browser console. Set to false and they no longer appear.
2014-07-10 11:20:24 -04:00
Chris Houseknecht fb09a4b693 Job stdout page
Fixed ability to restart automatic scroll-to-bottom while live events are streaming. When user scrolls up during live event processing automatic scroll-to-bottom stops. If user scrolls all the way to bottom, it now restarts.
2014-07-10 11:07:09 -04:00
Chris Houseknecht c774cc7e33 Host enable/disable fixed. 2014-07-10 00:22:57 -04:00
Chris Houseknecht 9d79f26427 Job detail page re-refactor
Fixed column widths on host summary search dialog.
2014-07-10 00:08:21 -04:00
Chris Houseknecht 429df45cdc Job detail page re-refactor
Fixed column alignment on plays and tasks.
2014-07-10 00:04:39 -04:00
Chris Houseknecht 3ffdb45efe Job detail page re-refactor
Adjusted scroll spinner margin. Fixed js error.
2014-07-09 23:49:14 -04:00
Chris Houseknecht 80c2bed887 Job detail page re-refactor
Wired up host editing.
2014-07-09 23:31:29 -04:00
Chris Houseknecht b04958ceac Job detail page re-refactor
Improvied table responsiveness. Table header and table body are lining up much better now.
2014-07-09 22:20:28 -04:00
Chris Houseknecht 94e8572695 Fixed js lint issues. 2014-07-09 18:48:07 -04:00
Chris Houseknecht 97f9ebf5ea Job detail page re-refactor
Added icons for host editing. Just need to wire-in the dialog and supporting stuff.
2014-07-09 18:46:30 -04:00
Chris Houseknecht 69a680a089 Job detail page re-refactor
Fixed z-index conflict between modal dialog and summary slide-out.
2014-07-09 18:35:10 -04:00
Chris Houseknecht cd10ddba08 Logo pixelation
The original logo file size is 79x79. Changed tower size from 42x42 to 41x41. Seems a little bit better. Confirmed that there are no surrounding elements or nearby elements overlapping or infringing upon the logo image boundaries.
2014-07-09 18:25:21 -04:00
Chris Houseknecht cbb9383cce Job detail page re-refactor
Changed the HTML for lists from row/column (bootstrap grid framework) to actual <table> elements. Hopeing to improve the responsiveness. Not sure if it does, but feels like a better strategy.
2014-07-09 18:11:13 -04:00
Chris Houseknecht d24f5d2316 Job detail page re-refactor
Fixed task hostCount value when data is reloaded in response to a search. Now the 'skipped' or not processed gap shows on task progress bars. Added animation to less/more link
2014-07-09 16:56:22 -04:00
Chris Houseknecht e3cea8ff25 Job detail page re-refactor
Wired up new search fields
2014-07-09 15:26:29 -04:00
Matthew Jones 62ecffad0e Invoke update_computed_fields on inventory when an inventory source is
changed in order to pick up on failed/success status on inventory updates
2014-07-09 14:03:07 -04:00
Chris Houseknecht 2ac09a34fb Job detail page re-refactor
Added search dialogs to each list. Now need to wire them.
2014-07-09 11:43:52 -04:00
Chris Houseknecht eac4798c63 Job detail page re-refactor
Fixed event viewer dialog to match old event viewer field groupings. Removed access to job_host_summaries and job_events.
2014-07-09 04:39:01 -04:00
Chris Houseknecht f223113cdc Job detail page re-refactor
Host event viewer now calls event viewer. Added search spinner.
2014-07-09 00:38:07 -04:00
Chris Houseknecht fb9b5ae43c Job detail page re-refactor
Host events viewer. Search now wired up. HTML re-load working. Table scrolling works.
2014-07-08 16:56:55 -04:00
Jared Tabor 39a5366237 fixed lintjs errors, added host status pie graph 2014-07-08 16:17:45 -04:00
James Laska 0615bd5cb9 Correct make target name 2014-07-08 15:59:42 -04:00
James Laska 297f17d849 Adjust node_modules make dependencies 2014-07-08 15:57:21 -04:00
Chris Church 48906416ac Remove refresh_inventory flag for callbacks; make it the default behavior instead. 2014-07-08 15:44:02 -04:00
Matthew Jones 0e7fcb239e Fix an issue where we wouldn't attempt to color job output in production environments 2014-07-08 14:36:01 -04:00
Chris Houseknecht 9c2e4c91df Job detail page re-refactor
Latest host event viewer changes.
2014-07-08 13:44:09 -04:00
Jared Tabor 93986d0fd8 changed url for new graph endpoints in api 2014-07-08 11:48:29 -04:00
Matthew Jones 54799c57e6 Fix an issue filtering job_type for dashboard graphs 2014-07-08 11:38:52 -04:00
Matthew Jones a36c43bd90 Split out dashboard graphs onto two endpoints, support actual query
parameters related to job type and implement per-inventory source
success/failed breakdowns
2014-07-08 11:07:40 -04:00
Matthew Jones c2473f9b12 Mention qsstats lib delta in the vendored README 2014-07-08 11:07:40 -04:00
James Laska 1d7e5a646d Move grunt/js packaging files under packaging/grunt/ 2014-07-08 10:25:20 -04:00
James Laska 69165b762a Resolve npm repository warning 2014-07-08 10:25:20 -04:00
Matthew Jones 1590ce1762 Work around a bug in django 1.4 and 1.5 for qsstats that would not allow
it to work with USE_TZ = True
2014-07-08 10:24:55 -04:00
Jared Tabor 1a7f3d17d6 made failure counts red in dashboard stats widget 2014-07-08 09:20:15 -04:00
Chris Houseknecht 0cfb666548 Z-index fix
Fixed styling conflicts between bootstrap menu and jquery dialog.
2014-07-08 09:12:59 -04:00
Chris Houseknecht 0fc5025636 Fixed JS lint errors 2014-07-08 08:39:54 -04:00
Chris Houseknecht d7c84ce54a Job detail page re-refactor
Job host events dialog.
2014-07-08 00:57:07 -04:00
Chris Houseknecht 125be34b43 Dashboard
Restored called to /config. Turned out not to be the issue. Cleaned up a few minor things.
2014-07-07 18:52:44 -04:00
Chris Houseknecht b0f4d0452d Dashboard
Temporarily remove GET on /config
2014-07-07 18:37:58 -04:00
Chris Houseknecht 20acb2ca9e Dashboard
Fixing Rest error handling
2014-07-07 18:32:51 -04:00
Chris Houseknecht ba817d6a1d Dashboard
Clean up call to ProcessErrors. It should always include scope.
2014-07-07 18:24:10 -04:00
Chris Houseknecht 73edea6786 Job detail page re-refactor
First pass at job host events dialog
2014-07-07 18:05:42 -04:00
Chris Houseknecht 74834abc00 Fixed JS compile error. 2014-07-07 17:44:28 -04:00
Chris Houseknecht 04357bd471 Job detail page re-refactor
First pass at host events viewer.
2014-07-07 17:44:28 -04:00
Jared Tabor 38b7a6d413 added filter for job status graph widget 2014-07-07 15:58:45 -04:00