Commit Graph

  • b743ec2783 Job detail page refactoration Added scope.$apply to each drawing function in hopes of stopping the blockage or pause that seems to occur on page refresh. Seems to be working. Added ability to pause live event processing by clicking a play or task. Now just need a way to restart it. Chris Houseknecht 2014-07-15 18:17:04 -04:00
  • 7e538ffcc2 Job detail page refactorating Switched endless scroll paging to use next URL provided by API. Since the event host_name might be the same for all host events, attempting to use __gt doesn't work reliably anyway, and it turns out there's no need to rebuild the URL on the scroll down event. Now sorting host results by host_name + item to cover cases where host_name is always the same. Chris Houseknecht 2014-07-15 17:11:35 -04:00
  • 49bb4c567f Job detail page refactoration Expanded the available info in the less/more job parameter section Chris Houseknecht 2014-07-15 16:25:17 -04:00
  • 9f7763ee9f Add options information and linkage for dashboard views Matthew Jones 2014-07-15 16:20:11 -04:00
  • 389c9861d8 Job detail page refactoration Fixed JS lint errors in event viewer. Chris Houseknecht 2014-07-15 13:56:35 -04:00
  • 78cec19e78 Job detail page refactoration Handling play and task parallel arrival seems to be working now. Removed 'search' and 'status' labels from search dialogs. Job events viewer now displays JSON objects as nested tables. Re-ordered host event viewer fields, adding host name, and fixing links so that only the status column is clickable. Chris Houseknecht 2014-07-15 13:46:01 -04:00
  • a35cd2d85e updated fix to resizing of dashboard Jared Tabor 2014-07-15 13:15:56 -04:00
  • 50d962d666 fixed resizing error with graphs on page load Jared Tabor 2014-07-15 12:29:24 -04:00
  • 91f26c294a Use utcnow() when filtering jobs for dashboard display Matthew Jones 2014-07-15 10:56:32 -04:00
  • d293f1fa52 Group things in .gitignore Luke Sneeringer 2014-07-15 08:41:17 -05:00
  • 26dfad5d7c Correct jshint failure by adjusting indentation James Laska 2014-07-15 08:14:41 -04:00
  • 4f33a01b02 Removed print statement that was just printing 'JHS: Host: Host object' for every object when running migration. Chris Church 2014-07-14 18:33:12 -04:00
  • 32822f43d3 Include ec2 inventory changes from https://github.com/ansible/ansible/pull/8010 and https://github.com/ansible/ansible/pull/8119 Chris Church 2014-07-14 18:12:01 -04:00
  • 5b285aced9 Job detail page refactoration Changed event viewer fields to match the order of field defined in event viewer form. Chris Houseknecht 2014-07-14 18:06:57 -04:00
  • 238c7093ed Job detail page refactoration Changed results list title to 'Host Events' and added Item column. Added table header row and applied ellipsis to all columns. Chris Houseknecht 2014-07-14 17:48:07 -04:00
  • 3ced24655a fixed pie chart formatting and added text for empty pie chart Jared Tabor 2014-07-14 17:14:02 -04:00
  • f56a8c16b0 Give a distinct hostname to satisfy the new unique constraint for job host summary, show that it is derived from a removed host Matthew Jones 2014-07-14 16:07:18 -04:00
  • ef9c292df9 Job detail page refactoration Changed references to host__name to host_name in queries to job_host_summaries. Chris Houseknecht 2014-07-14 15:45:05 -04:00
  • b4904a4065 Remove remaining links to job_events and job_host_summaries Removed links found in fly-outs on inventories, inventory detail hosts, home/groups and home/hosts. Chris Houseknecht 2014-07-14 15:41:00 -04:00
  • 6ee61d6c72 Make it to where we can track JobHostSummary objects for hosts that don't necessarily exist in inventory Matthew Jones 2014-07-14 15:34:25 -04:00
  • ccc6e16d2e added refresh button to inventory group/host page for when user is not in live mode (websockets disabled) Jared Tabor 2014-07-14 14:18:11 -04:00
  • f0b1034d29 Job detail page refactoration Latest changes to job detail page. Making it work with parallel play and task arrivals. Chris Houseknecht 2014-07-14 13:15:21 -04:00
  • 82ad3c01c2 added empty circle for blank pie chart, and fixed sizing issue for iphone sized browsers. Added percentage for pie chart Jared Tabor 2014-07-14 12:05:32 -04:00
  • 1cd3caa986 Reimplement parallel job event processing to increase the speed of playbook runs within tower Matthew Jones 2014-07-14 11:48:00 -04:00
  • d7641cb649 Job detail page re-re-refactor Job events are now being processed in parallel on the server side, which means tasks and plays may arrive before events begin arriving. The UI may be receiving events for play 'A' while plays 'B' and 'C' have arrived. The UI now has to know that it the arriving events belong to play 'A', and it should consider play 'A' to be the active play. Plays 'B' and 'C' should not be displayed until events begin arriving for them. Chris Houseknecht 2014-07-11 17:59:39 -04:00
  • 20e2ba0d6d Job details page re-refactor continues... Started adding logic to support parallel processing of plays/tasks. Fixed summary host lit not loading when there is no active play and/or active task. Now using jobs/N/job_host_summaries.host_name when building host summary list. Chris Houseknecht 2014-07-11 16:11:22 -04:00
  • 4b34401ca9 Set the host_name on JobHostSummary when the job host summary is saved Matthew Jones 2014-07-11 16:39:59 -04:00
  • f93e60979f Add a host_name field to JobHostSummary and migrate to it, so we have at least that information in job data if the host has been removed Matthew Jones 2014-07-11 16:02:37 -04:00
  • fb9596d00f updated resizing for jobs widget. made host count graph widget hidden if user is not an admin Jared Tabor 2014-07-11 15:30:39 -04:00
  • 3cd5c40dd5 Move default task management system port to 6559 from 6556 to keep from conflicting with Nagios plugins Matthew Jones 2014-07-11 15:24:14 -04:00
  • 6e9becb4b8 Implement icontains filter on job_plays and job_tasks Matthew Jones 2014-07-11 15:10:14 -04:00
  • a565c72f9f Session Expired -job detail page For reasons yet to be determined the status field on job_tasks and possibly job_plays may contain 'Token is expired' rather than a numeric return code (i.e. 400, 401, 403, etc.). Changed process_errors to look for this condition and trigger session timeout behavior. Chris Houseknecht 2014-07-11 14:48:01 -04:00
  • a7c0c362c3 Dashboard Renabled the breadcrumb option on list-generator. To have breadcrumbs automagically appear on a page pass breadCrumbs:true. Chris Houseknecht 2014-07-11 14:05:07 -04:00
  • 6528a91860 Fixed minification error in $log decorator Chris Houseknecht 2014-07-11 11:26:07 -04:00
  • abf134b7ce graph filter and dashboard widget resizing Jared Tabor 2014-07-11 09:12:20 -04:00
  • 1ce4396c2f Styling Fixed or improved search widget responsiveness on smaller viewports. Chris Houseknecht 2014-07-10 14:00:51 -04:00
  • 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. Chris Houseknecht 2014-07-10 13:15:07 -04:00
  • 3f53fc97b2 Make sure we don't unnecessarily update hosts and groups when invoking the inventory computed fields update upon saving the inventory source Matthew Jones 2014-07-10 12:35:31 -04:00
  • 807577abc8 Job detail page re-refactor Added endless scroll to host event viewer with a page size of 50 rows. Chris Houseknecht 2014-07-10 12:23:44 -04:00
  • 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. Chris Houseknecht 2014-07-10 11:20:24 -04:00
  • 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. Chris Houseknecht 2014-07-10 11:07:09 -04:00
  • c774cc7e33 Host enable/disable fixed. Chris Houseknecht 2014-07-10 00:22:57 -04:00
  • 9d79f26427 Job detail page re-refactor Fixed column widths on host summary search dialog. Chris Houseknecht 2014-07-10 00:08:21 -04:00
  • 429df45cdc Job detail page re-refactor Fixed column alignment on plays and tasks. Chris Houseknecht 2014-07-10 00:04:39 -04:00
  • 3ffdb45efe Job detail page re-refactor Adjusted scroll spinner margin. Fixed js error. Chris Houseknecht 2014-07-09 23:49:14 -04:00
  • 80c2bed887 Job detail page re-refactor Wired up host editing. Chris Houseknecht 2014-07-09 23:31:29 -04:00
  • b04958ceac Job detail page re-refactor Improvied table responsiveness. Table header and table body are lining up much better now. Chris Houseknecht 2014-07-09 22:20:28 -04:00
  • 94e8572695 Fixed js lint issues. Chris Houseknecht 2014-07-09 18:48:07 -04:00
  • 97f9ebf5ea Job detail page re-refactor Added icons for host editing. Just need to wire-in the dialog and supporting stuff. Chris Houseknecht 2014-07-09 18:46:30 -04:00
  • 69a680a089 Job detail page re-refactor Fixed z-index conflict between modal dialog and summary slide-out. Chris Houseknecht 2014-07-09 18:35:10 -04:00
  • 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. Chris Houseknecht 2014-07-09 18:25:21 -04:00
  • 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. Chris Houseknecht 2014-07-09 18:11:13 -04:00
  • 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 Chris Houseknecht 2014-07-09 16:56:22 -04:00
  • e3cea8ff25 Job detail page re-refactor Wired up new search fields Chris Houseknecht 2014-07-09 15:26:04 -04:00
  • 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 Matthew Jones 2014-07-09 14:02:37 -04:00
  • 2ac09a34fb Job detail page re-refactor Added search dialogs to each list. Now need to wire them. Chris Houseknecht 2014-07-09 11:43:52 -04:00
  • 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. Chris Houseknecht 2014-07-09 04:39:01 -04:00
  • f223113cdc Job detail page re-refactor Host event viewer now calls event viewer. Added search spinner. Chris Houseknecht 2014-07-09 00:38:07 -04:00
  • fb9b5ae43c Job detail page re-refactor Host events viewer. Search now wired up. HTML re-load working. Table scrolling works. Chris Houseknecht 2014-07-08 16:56:55 -04:00
  • 39a5366237 fixed lintjs errors, added host status pie graph Jared Tabor 2014-07-08 16:17:33 -04:00
  • 0615bd5cb9 Correct make target name James Laska 2014-07-08 15:59:42 -04:00
  • 297f17d849 Adjust node_modules make dependencies James Laska 2014-07-08 15:57:07 -04:00
  • 48906416ac Remove refresh_inventory flag for callbacks; make it the default behavior instead. Chris Church 2014-07-08 15:44:02 -04:00
  • 0e7fcb239e Fix an issue where we wouldn't attempt to color job output in production environments Matthew Jones 2014-07-08 14:35:43 -04:00
  • 9c2e4c91df Job detail page re-refactor Latest host event viewer changes. Chris Houseknecht 2014-07-08 13:43:35 -04:00
  • 93986d0fd8 changed url for new graph endpoints in api Jared Tabor 2014-07-08 11:48:29 -04:00
  • 54799c57e6 Fix an issue filtering job_type for dashboard graphs Matthew Jones 2014-07-08 11:38:52 -04:00
  • a36c43bd90 Split out dashboard graphs onto two endpoints, support actual query parameters related to job type and implement per-inventory source success/failed breakdowns Matthew Jones 2014-07-08 11:07:03 -04:00
  • c2473f9b12 Mention qsstats lib delta in the vendored README Matthew Jones 2014-07-08 11:06:48 -04:00
  • 1d7e5a646d Move grunt/js packaging files under packaging/grunt/ James Laska 2014-07-07 09:41:44 -04:00
  • 69165b762a Resolve npm repository warning James Laska 2014-07-07 09:30:27 -04:00
  • 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 Matthew Jones 2014-07-08 10:24:29 -04:00
  • 1a7f3d17d6 made failure counts red in dashboard stats widget Jared Tabor 2014-07-08 09:20:06 -04:00
  • 0cfb666548 Z-index fix Fixed styling conflicts between bootstrap menu and jquery dialog. Chris Houseknecht 2014-07-08 09:12:59 -04:00
  • 0fc5025636 Fixed JS lint errors Chris Houseknecht 2014-07-08 08:39:54 -04:00
  • d7c84ce54a Job detail page re-refactor Job host events dialog. Chris Houseknecht 2014-07-08 00:57:07 -04:00
  • 125be34b43 Dashboard Restored called to /config. Turned out not to be the issue. Cleaned up a few minor things. Chris Houseknecht 2014-07-07 18:52:44 -04:00
  • b0f4d0452d Dashboard Temporarily remove GET on /config Chris Houseknecht 2014-07-07 18:37:58 -04:00
  • 20acb2ca9e Dashboard Fixing Rest error handling Chris Houseknecht 2014-07-07 18:32:51 -04:00
  • ba817d6a1d Dashboard Clean up call to ProcessErrors. It should always include scope. Chris Houseknecht 2014-07-07 18:24:10 -04:00
  • 73edea6786 Job detail page re-refactor First pass at job host events dialog Chris Houseknecht 2014-07-07 18:05:42 -04:00
  • 74834abc00 Fixed JS compile error. Chris Houseknecht 2014-07-07 17:44:16 -04:00
  • 04357bd471 Job detail page re-refactor First pass at host events viewer. Chris Houseknecht 2014-07-07 17:16:55 -04:00
  • 38b7a6d413 added filter for job status graph widget Jared Tabor 2014-07-07 14:01:26 -04:00
  • 854e31e218 Adding some graph data, will be splitting this out in the near future Matthew Jones 2014-07-07 14:02:02 -04:00
  • a9b0faf979 Fix a bug where we would clear the use timezone directive for the rest of the life of the apache process Matthew Jones 2014-07-07 13:09:26 -04:00
  • 6813a082f0 Add refresh_inventory flag for job_template callback to refresh inventory before trying to find a matching host. Chris Church 2014-07-03 15:59:45 -04:00
  • 90423db9b7 fixed auth error introduced by earlier changes to dashboard Jared Tabor 2014-07-03 15:22:29 -04:00
  • d34bf8675d Jobstdout bug fix Forced scroll to bottom during live event processing fixed. Bottom spinner right margin fixed. Chris Houseknecht 2014-07-03 14:46:14 -04:00
  • ac3e76236a Job stdout Replaced scrolling widget with new angular directive and simplified approach to endless scroll. Fixed non-response to job failing before any job_events actually received. Now if playbook run completely fails, the stdout gets displayed without having to refresh browser. Chris Houseknecht 2014-07-03 12:36:05 -04:00
  • 1d1137a8d8 Use correct variable name ininventory import. Chris Church 2014-07-03 12:23:17 -04:00
  • 034073c92c linted previous 2 pushes Jared Tabor 2014-07-03 11:57:25 -04:00
  • a5b0864a7a made host vs license graph consume live data Jared Tabor 2014-07-03 11:49:18 -04:00
  • d6f6930847 job status graph now has live data Jared Tabor 2014-07-03 11:12:41 -04:00
  • 7db48fbe27 Dashboard job widget styles Fixed search widget responsiveness. Applied same ellipsis styling used on Jobs page. Chris Houseknecht 2014-07-03 09:49:58 -04:00
  • d44ab97232 Fixed poor error message on login failure. Fixed JS errors. Chris Houseknecht 2014-07-03 03:10:51 -04:00
  • 92bba3a87c Inventory edit After making changes the inventory list was not refreshing. Chris Houseknecht 2014-07-03 02:53:58 -04:00
  • 9e3700545e Job page autosizing and long names Autosizing on the jobs page assumed that there would be a certain amount of consistency with respect to row heights. However, really long job template names blow that assumptions and things break. Finally figured out how to add ellipsis via CSS, and that fixed the problem. Chris Houseknecht 2014-07-03 02:19:17 -04:00
  • 67daa1599b Home hosts page Fixed broken edit dialog Chris Houseknecht 2014-07-02 20:46:56 -04:00
  • 061d1acaa5 Job detail page In host summaries, if name is <deleted host>, don't try to link to job_events page. Chris Houseknecht 2014-07-02 19:28:57 -04:00