Joe Fiorini
a9e0de98d7
Use broccoli to build app
2015-02-06 12:49:04 -05:00
Joe Fiorini
f4350f4a28
Kill strict mode in favor of doing it once
2015-02-06 12:47:39 -05:00
John Mitchell
cef0d0bb00
removed bottom right pop-over directions.
2015-02-04 14:30:32 -05:00
Jared Tabor
ca8e52bfff
adding ngdocs site for tower doc site
2014-08-28 10:37:02 -04:00
Chris Houseknecht
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.
2014-07-14 15:42:08 -04:00
Chris Houseknecht
67daa1599b
Home hosts page
...
Fixed broken edit dialog
2014-07-02 20:46:56 -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
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
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
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
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
Chris Houseknecht
69c1aed22d
Fixed Loading message and Pagination widget fouc. Start of new job detail page.
2014-04-11 02:02:23 -04:00
Chris Houseknecht
1b7e9167ec
Cleanup of 'loading' and 'no records matching your search'. Removed 'group' from group host status messages. Fixed conflict between group edit and host edit dialogs that caused variable editor to sometimes not display on host edit.
2014-04-09 12:05:05 -04:00
Chris Houseknecht
9af0d424b6
Fixed job_host_summaries and job_events page links and browser refersh issue.
2014-04-05 02:52:38 -04:00
Chris Houseknecht
5e514c5849
Fixed broken popover link.
2014-04-04 12:58:45 -04:00
Chris Houseknecht
5a6bbfee8e
Inventory page, group status now working.
2014-04-04 03:34:18 -04:00
Chris Houseknecht
2f2f8aae11
Work on inventory status fields. Moved status to the left on Inventories tab. Fixing messages, popovers and working on AC-601. Made list generator column creation more modular in generator-helpers.js to support many icons in the list Status column.
2014-04-02 11:42:10 -04:00
Chris Houseknecht
3d0d75e897
Wired schedule edit to Jobs page. Fixed issues with modal dialogs. On inventory hosts focus is now set to first field rather than help icon. ESC key no longer closes jqueryui dialogs as it conflicts with clicking ESC to close help pop-over. Resizing a dialog no longer causes button pane (the dialog footer) to appear to grow taller and taller.
2014-03-26 16:33:49 -04:00
Chris Houseknecht
65aae82827
Fixed inventory host status to work with pop-over changes.
2014-03-22 21:17:24 -04:00
Chris Houseknecht
f4efad714f
More tweaks to pop-over formating.
2014-03-22 18:36:39 -04:00
Chris Houseknecht
d38c8ee93e
Inventory host edit method now supports and 'edit' and an 'add' mode. Adding a host now uses the shared modal module, giving it a resizable and draggable dialog along with auto-resizing textarea.
2014-03-20 13:20:03 -04:00
Chris Houseknecht
1bc9ab68eb
Moved jqueryui dialog creation to a shared module along with textarea auto-sizing. Inventory host edit dialog is now constructed using this new module. Fixed host enabled flag on the host edit dialog so that it is disabled for externally managed hosts.
2014-03-20 12:25:26 -04:00
Chris Houseknecht
93bd1d859a
AC-1065 in anticipation of potentially having to sort the keys of any incoming json variable objects, consolidated the variable handling code into a single helper. Anytime variable data is fetched from the API it gets passed to the helper and turned into a YAML doc. The helper checks the incoming data type for string or object. If string it first attempts to parse as YAML. If it fails, then tries JSON. If no joy, fails gracefully, logging the error and notifying the user. Anytime variables need to be sent to the API, a method in the helper is called to parse the variable text into a JSON object.
2014-03-05 18:13:49 -05:00
Chris Houseknecht
b8eb7c51b6
AC-1024 Hosts deletes now work as described in the ticket. Removing a host from a group removes it from the selected group and its children. Removing a host from a group does still leave it in All Hosts, and this is explained in the dialog prompt. Removing it from All Hosts permanently deletes it, again explained in the dialog prompt.
2014-03-05 00:28:37 -05:00
Chris Houseknecht
55b574fa26
AC-564 added new method to codemirror wrapper to enable replacing textarea fields with an editor. Implemented in inventory, groups, hosts, and templates. Solved issues with groups related to two potential textareas at the same time. Found and fixed an error in the way ReturnToCaller() utility was being called. Finished implementing angular-md5. Adding or saving a job template now shows a pop-up on save when a callback is enabled. The pop-up shows the callback url and host key. Before user had to save and then re-open the template to get the URL. With the pop-up we're now showing it immmediately on save.
2014-02-18 03:50:36 -05:00
Chris Houseknecht
b44b82dd52
Fixed js error post host edit save.
2014-02-17 15:50:42 -05:00
vagrant
d25e712e21
Finixhed applying jsHint linting to js files. Created initial Gruntfile.js build script and package.json script for keeping track of required node modules.
2014-02-11 04:52:15 +00:00
Chris Houseknecht
2ef38adf26
AC-1016 Added tool-tip to status icon on host status fly-out. Changed z-index on tooltips to be greater than that of pop-overs. Made sure all tooltips when a pop-over opens.
2014-02-06 18:16:30 -05:00
Chris Houseknecht
4e49314bad
AC-1016 on host status fly-out job id now links to job detail page rather than showing modal dialog. Fixed js errors happening when job_template is deleted and cannot be found.
2014-02-06 17:36:51 -05:00
Chris Houseknecht
c52818ecee
AC-1023 AC-1025 fixed drag-n-drop issues. Linting exposed a datatype mismatch issue.
2014-02-06 15:20:07 -05:00
Chris Houseknecht
e17d076e55
AC-1017 Added events and hosts links to the job status fly-out. Fixed a bug in search where claring the value and hitting enter did not switch the icon back to the magnifying glass. Linted Search.js and Hosts.js helpers.
2014-02-06 00:58:45 -05:00
Chris Houseknecht
c81fa0d285
AC-976, AC-1000, AC-602
2014-01-30 15:23:49 -05:00
Chris Houseknecht
9abe060047
AC-967 Fixed job name in the host status fly-out. Text now wraps rather than extending beyond boundaries of pop-over. Removed status label- just show red/green dot. Clicking on ID or red/green dot shows the status dialog. When dialog closes the window.resize() watcher is restored.
2014-01-29 13:47:24 -05:00
Chris Houseknecht
22f40605cd
AC-976 now using custom javascript to apply ellipsis to long group and host names. Fixed indes.html title.
2014-01-29 13:31:51 -05:00
Chris Houseknecht
cb8ec978de
AC-983 long group names, AC-970 don't hightlight required fields in red, AC-966 fixed ansibleworks links to point to ansible, AC-733 new pagination widget, page and total rows.
2014-01-28 01:03:09 -05:00
chris Houseknecht
7269c7bd06
Inventory refactor: add job status summary fly-out on host status. Click on a status and a second dialog appears for the specific job. Dialog can be resized and moved- built using jquery and styled to match TB dialog. Fixed home/groups and home/hosts pages to appear more inventory edit page. Home/groups page now allows you to start and inventory sync as well. Fixed tool-tip consistency. Click page forward/back now employs the spinner and should stop overclicking, which was resulting in page numbers < 0.
2014-01-22 04:53:32 -05:00
chris Houseknecht
283b21475a
Inventory refactor: fixed group host-failed link to refresh hosts view with only failed hosts. Link from hosts to hosts/N/job_hosts_summaries works again.s
2014-01-16 12:26:34 -05:00
chris Houseknecht
28cbed72c8
Inventory refactory: fixed status messages on hosts view.
2014-01-15 14:49:01 -05:00
chris Houseknecht
c62718493c
Inventory refactor: fixed drag-n-drop so that a group cannot be dropped onto itself or dropped into a group where it already exists.
2014-01-15 14:19:46 -05:00
chris Houseknecht
9bf941e8d4
Inventory refactor: group drag-n-drop now fully working.
2014-01-15 12:34:40 -05:00
Chris Houseknecht
b81e7ad967
Inventory refactor: save changes to a host now updates the enabled flag and tool tip on the host list.
2014-01-13 22:25:05 +00:00
Chris Houseknecht
6caa3cfec9
Inventory refactor: host enabled flag and tool tip now working.
2014-01-13 21:53:43 +00:00
Chris Houseknecht
afb151bf29
Inventory refactor: lists now uniformly set tool tips placement to 'top'. Fixed an ugly scope bug when using modals that call LookupInit. The callbacks inside search were being left in the inventory scope and fired everytime the host view refreshed. Added a cleanup method in search to remove its callbacks. Calling the cleanup method on modal close fixes.
2014-01-13 20:55:28 +00:00
Chris Houseknecht
8279012ffa
Inventory refactor: Edit hosts and delete hosts work. Consolidated host actions down to one column.
2014-01-10 21:50:51 +00:00
Chris Houseknecht
3d5a09e39e
Inventory refactor: Add host works. Click on a row level action on the groups list now shows the row as selected and refreshes the host list. Edit inventory properties now works. Add and Edit dialog boxes are now displayed at the last minute after all data is loaded- accomplished with new list-generator show_modal parameter.
2014-01-10 20:33:01 +00:00