1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
Commit Graph

1621 Commits

Author SHA1 Message Date
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
2213268096 AC-940 user as ojbect1 or object2 now shows correctly in activity stream. 2014-01-20 19:25:58 -05:00
chris Houseknecht
97369f3775 AC-946 don't refresh hosts when clicking group collapse/expand. 2014-01-20 18:54:04 -05:00
chris Houseknecht
8860b5c2ad AC-951 Whenever the object name is not available or starts with '_delete' check for the name in changes.name. Also fixed server deep link issues between activity stream, home/group and home/inventory, and inventory. 2014-01-20 18:49:09 -05:00
chris Houseknecht
e5d148ac18 Activity Stream: clicking view detail no longer re-stringifies the changes JSON. 2014-01-20 13:50:30 -05:00
chris Houseknecht
8f5642e13e Inventory refactor: fixed activity stream display on inventory edit page. 2014-01-20 13:34:11 -05:00
Matthew Jones
b9cde9cc42 Fix issue AC-935... make sure we exclude certain regions by default. cn-north-1 was added to our dependency 'boto' here: https://github.com/boto/boto/pull/1939/files but is inaccessible from outside of China 2014-01-17 16:11:50 -05:00
chris Houseknecht
a103528967 AC-946: removed host filter from delete altogether. 2014-01-17 13:44:07 -05:00
chris Houseknecht
b8f68f7b79 AC-946: deferred host filter until after edit window is dismissed and only if save button clicked.. 2014-01-17 13:41:09 -05:00
chris Houseknecht
6972b32e8b AC-946: deferred host filter until after sync status window dismissed. 2014-01-17 13:33:16 -05:00
chris Houseknecht
aec5a2ba73 Activity stream: show detail will not be displayed if the selected activity cannot be found- this shouldn't happe, but just in case. Viewing detail no longer users an API call. Instead it retrieves the record from memory. It might be possible for this to break if the user clicks browser refresh. Inventory refactor: fixed drag-n-drop so that an object cannot be dropped onto two groups at the same time. 2014-01-17 13:02:46 -05:00
chris Houseknecht
d3149bc8ef Added use of ng-cloak to all partials and added related CSS. Added use of 'working...' widget to all Edit controllers- it was missing in a few places. Attempted upgrade to angular-1.2.9. Ran into issues and left at 1.1.4 for now. Change angular.js to angular.min.js. 2014-01-17 12:33:16 -05:00
James Laska
64ecc297d7 Fix minjs compile error 2014-01-17 12:28:33 -05:00
chris Houseknecht
f67227ad67 Activity Stream: when object selector changes page refreshes with matching rows. 2014-01-16 17:38:49 -05:00
chris Houseknecht
79f2d1cd88 Activity Stream: fixed activity steam query build when called for specific objects. Fixed minor style issues. 2014-01-16 16:46:04 -05:00
chris Houseknecht
fe40f3adf5 Activity Stream: fixed activity steam query build when called for specific objects. Fixed minor style issues. 2014-01-16 16:44:56 -05:00
chris Houseknecht
3a4899e04a Activity Stream: Initiated by is now a link when actor is available. Refactored event detail view for much better use of space. Only thing left is formatting the json object. 2014-01-16 16:01:22 -05:00
chris Houseknecht
1cbc00e19d Fixed copy host modal header. Fixed javascript error in search.js helper. 2014-01-16 12:46:40 -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
Matthew Jones
a0affa90d4 Change label on recent jobs for host to use 'status' 2014-01-16 12:24:09 -05:00
Matthew Jones
79f9953e56 Add ids to summary fields and actor for AC-673 2014-01-16 10:17:56 -05:00
James Laska
69b0513871 AC-937 - Correct js parse error
Fixes parse error that prevented compile.sh from completing successfully.
2014-01-16 09:04:44 -05:00
chris Houseknecht
06abf29d50 Activity stream: implemented new search. Fixed a bunch of things related to the new data structure. Fixed /home/groups page. 2014-01-16 05:00:22 -05:00
chris Houseknecht
a90de488e1 AC-756 Removed required on password field when in 'edit' mode. When editing an existing user all fields can now be changed without re-entering a password. However, if the password field is touched, then a strong password is required and a valid match must be supplied. Fixed the Reset button. Now if changing existing record, touch password, click reset, and all password, password match, and the strength progress bar are all reset. 2014-01-15 23:10:36 -05:00
chris Houseknecht
14acf18f47 AC-734 Finished off form styling changes with requird * as red and help icon now a light grey (much more soothing). 2014-01-15 22:03:48 -05:00
chris Houseknecht
b93a7d9636 Fixed the drop-down on Jobs page to be more link-like. Fixed Cancel link spacing on jobs and projects by renaming to Stop (because it's shorter) and padded. Now Stop and Delete align vertically. 2014-01-15 19:38:06 -05:00
chris Houseknecht
a8203742aa Inventory refactor: dragging a host to a group will copy it. 2014-01-15 17:40:33 -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
2ccecd16a7 Inventory refactor: fixed a looping issue in inventory tree build. Index confussion when building list of node's children. 2014-01-15 11:45:58 -05:00
Matthew Jones
6840626c24 Implement AC-929... add recent jobs to host detail 2014-01-15 11:14:37 -05:00
chris Houseknecht
33a4389002 Inventory refactor: removed navigation links from create inventory page. 2014-01-15 10:36:30 -05:00
chris Houseknecht
1b35b13c4e Inventory refactor: clean up tool tips on group view. 2014-01-15 04:43:37 -05:00
chris Houseknecht
bb9254d76d Fixed js compile error. 2014-01-15 04:33:27 -05:00
chris Houseknecht
ef324f2397 AC-931: Fixed typo. AC-925 clickin on failed inventory sync icon works again. Inventory Refactor: consolidated actions and status fields to a single column and simplified tool-tip text. Made 'sync' labeling more consistent, I think. 2014-01-15 04:31:11 -05:00
chris Houseknecht
298e55017f AC-934: Hide license date and time remaining when AWS. 2014-01-15 02:29:22 -05:00
chris Houseknecht
46e5e078b6 AC-910 Fixed project status icons. AC-915 Fixed permission form. 2014-01-15 02:14:29 -05:00
Chris Houseknecht
902008d17e Inventory refactory: working on inventory group copy/move via drag-n-drop. The graphical piece is mostly working. 2014-01-14 23:25:32 +00: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
6d205213db Inventory refactor: now all nodes in group tree have an icon. same for job events view. 2014-01-10 22:44:12 +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
Chris Houseknecht
0d2417e4ae Inventory refactor: inventory sync icon turns into red cancel icon upon job submission. cancel sync now works. Refresh process emits on completion. Created Find() utility to search an array of objects. 2014-01-09 22:45:35 +00:00
Chris Church
d3ced7896f AC-760 Update footer for browsable REST API. 2014-01-09 14:06:56 -05:00
Chris Church
746ad384fa AC-905 Added missing active=True filter for organization RBAC. 2014-01-09 13:39:24 -05:00
Chris Houseknecht
0f5f1b2994 Inventory refactory: btn-disabled class now dims element to .35 2014-01-09 18:12:13 +00:00
Chris Houseknecht
9b04e5e8fc Inventory refactory: btn-disabled class now dims element to .45 2014-01-09 18:10:53 +00:00