Commit Graph
100 Commits
Author SHA1 Message Date
Chris Houseknecht f2db52cca0 Job detail page refactor
Using dictionaries rather than arrays. Filters now working. New endpoints wired in.
2014-06-13 11:11:44 -04:00
Chris Houseknecht fc2821fb09 AC-1232 project status post page refresh
The status attributes were not being set coorectly for 'running' or 'updating' projects on page load.
2014-06-12 17:35:53 -04:00
Chris Houseknecht b5462f477b AC-1238 Sync status behaves differently
They are now the same. Click the cloud icon brings up the log viewer dialog on both pages.
2014-06-12 17:19:11 -04:00
Chris Houseknecht f27f7c6961 Remove lingering popovers/tooltips
Before displaying a new popover or tooltip, kill anything that might still be open.
2014-06-12 17:11:01 -04:00
Chris Houseknecht 34604d47d3 Remove lingering popovers/tooltips
Before displaying a new popover or tooltip, kill anything that might still be open.
2014-06-12 17:06:53 -04:00
Chris Houseknecht 24593a0878 AC-1256 project last updated
After a project update finishes, refresh the list of projects so that it reflects the correct last update timestamps.
2014-06-12 16:57:14 -04:00
Chris Houseknecht fc7ecc4c55 AC-1257 view project update status
Since we're not refreshing the list of projects after submission of an update request, the UI does not have the most recent update ID in memory. Before launching the log viewer dialog it now requests the latest project record from the API and initializes with the correct ID.
2014-06-12 16:36:46 -04:00
Chris Houseknecht 54204becf5 AC-1286
Fixed JS minification errors.
2014-06-12 16:00:05 -04:00
Chris Houseknecht 90ae15f3ba AC-1286 host config key dialog
Now the dialog only appears on job template save when the host config key or URL actually change. Before the dialog always appeared when allow callbacks was enabled.
2014-06-12 15:37:45 -04:00
Chris Houseknecht 650cec948c AC-1280 remove notification after user clicks cancel on password prompt
If the user clicks cancel on the passwords dialog, cancel the job quietly without prompting the user for confirmation.
2014-06-12 15:05:29 -04:00
Chris Houseknecht 0810194cee Fixed real-time updates for inventory
Live updates now working on the inventory detail page and on home/groups page.
2014-06-12 12:43:43 -04:00
Chris Houseknecht 3c7344e986 Fixed inventory real-time updates
After bringing inventory changes from 1.4.11 forward real-time updates were not being handled by new inventory edit controller.
2014-06-12 12:28:28 -04:00
Chris Houseknecht eccfe128dd Job submission error handling
If playbook submission fails, check for a 400 status and parse the key/value pairs returned by the API. This occurs on an attempt to submit a job template that is no longer valid. Fixed JS compile errors from prior commit.
2014-06-11 18:43:56 -04:00
Chris Houseknecht e01b34ee38 AC-1183 Job detail page performance
Reload the list of tasks whenever a play is selected. Fixed search cancel. Streamlined initial load process so that it shares as much of the event processing code as possible.
2014-06-11 18:18:23 -04:00
Chris Houseknecht 31f4eeffbc AC-1183 Job detail page performance
Reorganized initial data load so that it no longer reads all job events. Using objects in place of arrays.
2014-06-11 07:19:33 -04:00
Chris Houseknecht 28c8a3822d Fixed JS minification errors 2014-06-06 14:14:56 -04:00
Chris Houseknecht e96444ac8f Fixed stuck host add/edit dialog
The dialog would not go away after clicking save. Issue was bad applicaiton of code from 1.4.11. Also fixed missing fa-cut icon.
2014-06-06 13:43:18 -04:00
Chris Houseknecht 79125e16af Inventory Group Delete
The new delete method wasn't completely implemented. Still some old tree stuff and discarded endpoints lingergin' about.
2014-06-04 13:53:08 -04:00
Chris Houseknecht da766edd52 Inventory refactor bug
Calculating initial container heights and rowsize on the inventory page was not working correctly on first page load. Issue was misalignment of function declaration and injector. Also needed to add e.stopPropagtion() call in the search helper. Without it the group search refresh gets called multiple times whenever the host list is refreshed.
2014-06-04 11:45:11 -04:00
Chris Houseknecht c517332191 AC-1308 spinner lingers after 403 error
Happening on response to Delete prompt. Removed modal hide listener when starting spinner. Not sure why I thought that was needed. Instead, just close the dialog and start the spinner. If an error occurs, ProcessErrors always stops the spinner. Issue was caused by a race condition. ProcessErrors would sometimes fire tht stop before the event listener fired a start.
2014-06-03 19:20:35 -04:00
Chris Houseknecht ad5d0454c2 AC-1325 plus inventory refactor cleanup
Fixed obvious issues found after pulling in inventory refactor changes from 1.4.11 branch. Included fixing modal dialog issues.
2014-06-03 19:02:56 -04:00
Chris Houseknecht 0cfef78663 AC-1321 disappearing host variables
Bringing over fix applied in 1.4.11.
2014-06-03 17:08:06 -04:00
Chris Houseknecht 2c95b75960 Inventory refactor from 1.4.11
Includes commits from release_1.4.11 branch up to and including d434e675a7c9727af900d7c21de5e542aef0eb98. That should be everything. What remains is testing.
2014-06-02 18:14:30 -04:00
Chris Houseknecht 527e7c6943 Inventory refactor from 1.4.11
Include commits from release_1.4.11 branch up to but not including 809c99d05c4bd14dac7ef2f19767e4d196cdd1bb
2014-06-02 15:31:30 -04:00
Chris Houseknecht b58f65ca26 Fixed JS compile errors. 2014-05-30 16:45:25 -04:00
Chris Houseknecht 998b47fbf6 Started mergint 1.4.11 inventory refactor changes. In the middle of applying 51a11fcb6e4706b853bdcead978284b8c8eaeaf4 to helpers/hosts.js. 2014-05-30 16:42:02 -04:00
chouseknecht f7b7508ecf Added temporary websocket_port setting in config.js 2014-05-21 17:44:35 -04:00
chouseknecht 473c8d3b26 AC-1271 fixed job page display. Now using window width and height rather than document. Also, if window height < 800px, use default page size of 5 rows and let containers auto-size themselves. 2014-05-21 17:42:53 -04:00
chouseknecht e5ee7e5383 AC-1294 reworked standard out page to support custom scroll bar. Removed use of <pre> elment by parsing the inbound HTML and isolating the style sheet and the job output. Those are now inserted into styled <div> elements, giving the UI better control. The page now listens to the web socket server and refreshes whenver an event happens for the job. On an event the <div> element refreshes and automatically scrolls to the bottom. 2014-05-21 17:29:16 -04:00
chouseknecht 2b4014cf4d AC-1294 stdout button is now available at all times regardless of job status. AC-1272 lookup dialog clean up. Previous list clean up assigned column width classes to most columns. These classes were being used to build lookup dialogs. The list generator now checks if for 'lookup' mode and a modalColumnClass setting rather than blindly using columnClass. 2014-05-21 13:22:45 -04:00
chouseknecht c9bb424d98 AC-1292 Host container on inventory edit page now automatically resizes and adjusts rows per page. 2014-05-20 17:20:11 -04:00
chouseknecht 4f88a0b582 Restyled hosts side of inventory edit page. Still need to calc # or rows that resized host container can accommodate. 2014-05-20 15:28:23 -04:00
chouseknecht 3711409237 Inventory group delete -implemented disassociate 'all' when deleteing a subgroup and promoting children. 2014-05-20 14:23:18 -04:00
chouseknecht 2055919322 Added custom scroll bar to inventory groups container. Moved group container auto-resize and height calc function to helper methods. Now using full window height, pushing footer off the page. Changed custom sroll directive to use the dark-thin theme. 2014-05-20 14:06:00 -04:00
chouseknecht 77ccfc49f2 Added custom scroll bar to inventory groups container. Moved group container auto-resize and height calc function to helper methods. Now using full window height, pushing footer off the page. Changed custom sroll directive to use the dark-thin theme. 2014-05-20 14:06:00 -04:00
chouseknecht b4f60424c4 AC-1292 auto-resize groups height and scroll content when necessary. 2014-05-19 17:31:12 -04:00
chouseknecht 9f1095d61e AC-1292 decreased bottom margin between footer and groups container. 2014-05-19 14:12:13 -04:00
chouseknecht fc7e887da6 AC-1292 Fixed inventory edit page sizing, column widths and margins. 2014-05-19 14:02:28 -04:00
chouseknecht 210d5fa4be Fixed tool bart bottom margin on home page. 2014-05-19 13:44:43 -04:00
chouseknecht b111b250fb Inventory group delete- POST to /groups/N/children when disassociating a non-top-level group. 2014-05-19 12:07:51 -04:00
chouseknecht 66862abd0c Tweaked inventory group delete help link and text. 2014-05-19 11:24:37 -04:00
chouseknecht 6cfdaca856 Resolved js build errors. 2014-05-19 10:56:22 -04:00
chouseknecht ec2545d069 Latest job_detail changes as of 5-16. Plus, AC-1279 Rename vars_prompt_on_launch to ask_variables_on_launch. 2014-05-19 10:50:26 -04:00
chouseknecht 0fcfe6114a Increated timeout length for select a play post filter application. Post job launch send user to job detail page. 2014-05-16 14:54:40 -04:00
chouseknecht e7d58de007 Wired up status filter. Redraw graph with resize option on playbook_on_stat event. Removed counts from tooltips, eliminating over watch issue. 2014-05-16 14:17:17 -04:00
chouseknecht 0fba05f030 Removed extra search dialogs. Now there is only one host name filter, and it's wired up and working. 2014-05-16 02:38:04 -04:00
chouseknecht 1237fe6601 Fixed graph rendering and auto-resizing. Removed use of job_host_summaries, making things much faster. Fixed real-time updating so that it now refreshes smoothly as tasks complete. 2014-05-16 01:00:30 -04:00
chouseknecht 200a528391 Improvements to job detail page graph rendering and auto-resizing. 2014-05-15 13:49:59 -04:00
chouseknecht a895c6beea First attempt at adding a graph to job detail page. 2014-05-15 03:51:34 -04:00
chouseknecht d303520cc9 Touched up the summary table event help. 2014-05-14 18:16:20 -04:00
chouseknecht 46bf760133 Wired up the Filter Events search dialog box. You can now filter all events by host name. 2014-05-14 18:11:45 -04:00
chouseknecht 4c1ad2d107 Wired stdout page into Jobs tab page. Replaced View drop-down with icons for view details and stdout. 2014-05-14 13:30:15 -04:00
chouseknecht aaaef7de71 Tightened up margin around page breadcrumb throughout app. 2014-05-14 12:06:53 -04:00
chouseknecht cc350dde68 Moved stdout to an iframe and improved auto-sizing. 2014-05-14 11:46:07 -04:00
chouseknecht 38503b9087 Wired up stdout to job detail page. More to do, but you can at least get to it now. 2014-05-13 18:32:38 -04:00
chouseknecht 60da8e6ad8 AC-1271 replay calcl height of each container and number of rows on jobs page without having to use a timer and requery rows on page load. 2014-05-13 17:10:48 -04:00
chouseknecht eb4b17017c AC-1275 jlaska requires a larger target on checkbox input controls. 2014-05-13 16:00:17 -04:00
chouseknecht 8bd2117e77 AC-1236 fixed broken failed jobs link on dashboard. Fixed broken job links on inventory tab page. 2014-05-13 14:05:39 -04:00
chouseknecht 6618cc877c AC-1259 inventory delete/promote. Promoted inventory group delete dialog style. Added matching styling to host delete dialog. 2014-05-13 12:04:50 -04:00
chouseknecht a802d41fd6 AC-1259 inventory delete/promote. 2014-05-13 11:46:27 -04:00
chouseknecht 8d8b4d0fd8 AC-1237 fix page label for /home/* pages 2014-05-13 11:46:27 -04:00
chouseknecht af25d473fc AC-1239 broken links on home page to inventory sync status. 2014-05-13 01:49:26 -04:00
chouseknecht 5823347c52 AC-1242 project dashboard links. 2014-05-13 00:37:54 -04:00
chouseknecht bdf4192138 Fixed display of license time remaining value. 2014-05-12 23:31:55 -04:00
chouseknecht 5f41b8df76 AC-1262 support for basic variable prompting on job submission. 2014-05-12 23:29:04 -04:00
chouseknecht e9ddf51387 Styling changes from 5/9 status meeting. 2014-05-09 23:35:02 -04:00
chouseknecht bb071379c2 Fixes to status bar display. Now displays in real-tiime despite large number of hosts. Tested with 600 hosts. 2014-05-09 13:28:50 -04:00
chouseknecht b320fc725f Added start of search controls to summary section. Removed reload of task and host summary tables on screen resize. We're now maintaining 300 rows for each. 2014-05-09 10:28:29 -04:00
chouseknecht 9e645bdb74 Fixed scrolling issues and page resizing issues. When page resizes the number of visible rows in each table expands. 2014-05-08 19:15:26 -04:00
chouseknecht 92eb56e1d3 Changed host summary section on job detail page to use badges. 2014-05-07 15:01:14 -04:00
chouseknecht 31fb6b1752 Fixed host status bar on job detail page. 2014-05-07 13:05:34 -04:00
chouseknecht 047c560fab Fix migration for AC-1258 (Show user who triggered a job) 2014-05-06 17:00:44 -04:00
chouseknecht 88236e2abe AC-1244, AC-1258, AC-1248 fixes. Migrating from 1.4.11. 2014-05-06 16:59:01 -04:00
Chris Houseknecht ffdf03943e Implementing websocket connection on jobs page. Group delete fixes. 2014-05-05 16:52:50 -04:00
Chris Houseknecht 4283c9d045 Project edit- remove well inside schedule accordion. 2014-05-05 10:57:00 -04:00
Chris Houseknecht 80fbe0b525 Jobs page- schedules layout now works with new page layout. Refined page auto-resize. 2014-05-05 10:51:51 -04:00
Chris Houseknecht aba8683fc5 Fixed js errors. 2014-05-03 21:36:36 -04:00
Chris Houseknecht b2b0f67c65 Removed accordions from jobs page. 2014-05-03 21:31:28 -04:00
Chris Houseknecht 5fa351040a Added proper support for 'runner_on_no_hosts' events. 2014-05-01 16:49:54 -04:00
Chris Houseknecht 042e15f109 Adjust table heights based on actual viewport height. Summary flyout now accounts for viewport width and goes 100% on width < 840px. 2014-05-01 14:29:08 -04:00
Chris Houseknecht 286c4ab0b4 CSS changes to reduce gap between columns on both home page and inventory edit page. 2014-05-01 10:13:05 -04:00
Chris Houseknecht 8e0cc4d2f4 Reset z-index on summary section when screen goes back to > 1240px. 2014-05-01 02:44:48 -04:00
Chris Houseknecht ad5ca80e47 Summary section slides in and out based on screen width. When screen less than 1240px the summary section hides and a button is presented allowing user to view summary panel as an overlayor slide-in panel. Fixed handling of websocket connection indicator tool-tip. 2014-05-01 02:42:37 -04:00
Chris Houseknecht 6b4b8ab6e3 Applied scroll bar and infinite scrolling to host summary section. Added search field to task hosts and host summary sections. 2014-05-01 00:14:36 -04:00
Chris Houseknecht 468df5b7e3 d3js should now be included in the repo. 2014-04-30 16:19:04 -04:00
Chris Houseknecht a56c9dbdb8 Fixing missing d3js library 2014-04-30 16:16:52 -04:00
Chris Houseknecht 4b7d4aecf1 Fixing missing js libraries 2014-04-30 16:16:15 -04:00
Chris Houseknecht fc0056d058 Added malihu-custom-scrollbar library to provide consistent cross-browser scrolling on job detail page. Implemented on task host list to create an 'infinite scroll'. 2014-04-30 16:10:50 -04:00
Chris Houseknecht 0a41d89569 Shrunk the top margin, the space between header and start of tabs, to 25px. 2014-04-28 10:33:50 -04:00
Chris Houseknecht 5468a7028f Fixed socket status check to correctly update the tooltip. 2014-04-25 19:38:08 -04:00
Chris Houseknecht 4521f8f41a Restyled new job detail page making it completely responsive down to small viewports. Moved things around as discussed in last status meeting. Incorporated event_name element from event object. 2014-04-25 19:25:22 -04:00
Chris Houseknecht 68eb8a67bc Fixed search drop-down not showing up on Jobs page for small and medium viewports. 2014-04-25 10:01:17 -04:00
Chris Houseknecht dda9cbda2d Fixed main tabs to respond correctly, or at least better, to medium and small viewports. 2014-04-25 09:36:58 -04:00
Chris Houseknecht d34d0378fa Fixed drop-down menu hover issue that caused search drop-down to not display on small screens. Fixed js error in Socket.js 2014-04-25 09:18:35 -04:00
Chris Houseknecht 65859fa446 Started fixing/finishing input group delete. Started moving socket status to header. 2014-04-25 11:56:23 +00:00
Chris Houseknecht cdc6a4ed7c Fixed scope management for JobStatusChange events. 2014-04-24 09:38:28 -04:00
Chris Houseknecht 389d99875f Added socket button to projects. Project page now updated realtime with job status. 2014-04-23 19:04:23 -04:00
Chris Houseknecht 49c26aad10 Track inventory group expand/collapse in local storage. Support multiple inventory syncs running simultaneously. Moved socket connection for job_events to app root. Added on/off socket button so user can tell state of connection and reset/reconnect when needed. Applied AC-1211 fix. 2014-04-23 18:07:26 -04:00
Chris Houseknecht bbab019567 Connected inventory detail page to socket.io and removed refresh button. 2014-04-22 02:57:35 -04:00
Chris Houseknecht 0b0207e20e Latest job detail page changes. 2014-04-22 00:15:25 -04:00