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

1411 Commits

Author SHA1 Message Date
Matthew Jones
a098ef4381 Fix AC-758 where we weren't considering whether the license was expired when deciding to allow creating more hosts 2014-01-05 16:56:41 -05:00
Chris Church
36f094a8f8 Fix for failing unit tests. 2014-01-02 17:24:32 -05:00
Chris Church
ff7b863905 Fix failing tests for scm update. 2014-01-02 15:10:13 -05:00
Chris Church
d8423a3342 Update third party packages. 2014-01-02 15:09:48 -05:00
Chris Church
2b7af0a2ec Happy new year!!! 2014-01-02 11:51:43 -05:00
Chris Church
fc6ec26ebe AC-752 Update settings to support enabling celeryd using rabbitmq on upgrade, also support config files in /etc/awx/conf.d/. 2014-01-02 11:19:07 -05:00
Chris Houseknecht
a4098a6df7 Modified search widget heper to no longer include 'row' element in the returned html. Callers will now controll the row definition. Moved breadcrumb generation from list-generator to generator-helpers so that it can be called from anywhere, including the inventory edit controller. Breadcrumbs now appear on inventory edit page. Changed search to check if searchPlaceholer field property is a scope variable. If it is, use the scope variable's value. Now clicking on a group name highlights it, searches for hosts and changes the search filed placeholder value to include the group name. 2013-12-31 06:56:01 +00:00
Chris Houseknecht
156652d60b Fixed compilation error. 2013-12-30 09:49:29 +00:00
Chris Houseknecht
f26956d2cc Group add and edit now mostly work. The Add Group dialog now includes tabs and supports source. The tree is refrshed on load. Moved retrieval of update status info to InventoryTree. 2013-12-30 09:45:30 +00:00
Chris Houseknecht
b25c96b0dd Adjusted vertical alignment of main menu nav 2013-12-28 20:05:52 +00:00
Chris Houseknecht
9accfa872f Fixed license status to display correct icon and color. 2013-12-28 20:03:14 +00:00
Chris Houseknecht
5c42b88e27 Finished icon cleanup from FontAwesome upgrade. Changed default form style to basic rather than horizontal for a much cleaner, uncluttered look, especially in dialog boxes. Group Edit dialog is starting to function. Added support for Tabs in form generator. 2013-12-28 19:45:51 +00:00
Chris Houseknecht
0b7d3999d2 Fix js compilation errors. 2013-12-20 23:53:54 +00:00
Chris Houseknecht
7ef25fec57 All form Save and Reset buttons now built with same icon, color, size. Fixed bug on Organization add/edit form that prevented Reset button from working. Fixed Jobs drop-down navigation menu- icon was missing on some pages. 2013-12-20 23:48:04 +00:00
Chris Houseknecht
d02d2ebf15 Installed FontAwesome 4. Modified form and list generation to force icon selection through a single method so that icons, icon sizes and button colors are all consistent. Everything seems to be working now with the exception of the status bubbles on list pages. Will need to modify ansible-ui.less anc change the unicode strings to new FontAwesome values. 2013-12-20 23:17:02 +00:00
Matthew Jones
e16e5a0dfa Put the utf8 encoding in the right place for the cipher 2013-12-20 07:32:19 -05:00
Matthew Jones
4eb323caa4 Apply patch from jlaska. Adds support for .yaml file extensions on playbooks. Implements AC-890 2013-12-20 07:12:03 -05:00
Matthew Jones
ca35419dee Fix AC-699 by using the spawnu interface on pexpect3 and making sure we use the right encoding on passwords passed to the cipher 2013-12-20 07:01:01 -05:00
Chris Houseknecht
44574de083 Removed address from footer. Made copyright a link. Refactored layout to use TB columns. Added media queries to stack columns and center things on small viewports. 2013-12-20 15:22:06 +00:00
Chris Houseknecht
af5bb93864 AC-602 new inventory. Initial commit. Things are badly broken at this point, but the groups list doe show. Hosts are almost visisable. 2013-12-20 01:17:53 +00:00
Chris Houseknecht
f1b99f12b6 Start of inventory re-write 2013-12-20 01:11:02 +00:00
Chris Church
1dd0634c8a Change AWX version to 1.4.5. 2013-12-19 10:20:11 -05:00
Chris Church
509b476e09 AC-847 Fix for inventory import performance. 2013-12-18 16:35:32 -05:00
Chris Church
24ba1c3055 Update EC2 inventory script from Ansible, exclude RDS instances. 2013-12-17 11:41:17 -05:00
Matthew Jones
447043eae5 Add more of the expected details to activity stream related component lists 2013-12-16 06:32:37 -05:00
Matthew Jones
70fe75603e Improve rbac query performance for activity stream 2013-12-16 05:05:25 -05:00
Chris Church
b68904a815 AC-810 Fix setup logic to enable SE bool. Create related inventory_source for each group on import. 2013-12-14 09:14:10 -05:00
Matthew Jones
0b159e0ab4 Fix the project related activity_stream which was mistakenly called activity_list 2013-12-11 12:12:52 -05:00
Chris Church
5bf3197680 AC-752 Hide password in BROKER_URL environment variable, show other variables that are known not to contain sensitive information. 2013-12-11 15:17:18 -05:00
Chris Church
783ecbe2ba AC-752 Add RabbitMQ role to setup, update CONTRIBUTING doc. 2013-12-11 11:45:34 -05:00
Chris Church
4abb595a1f Fix to use awx/lib/site-packages for all tasks, avoid using amqp broker for unit tests. 2013-12-11 10:45:54 -05:00
Chris Church
c850379222 AC-752 Work on using celery with rabbitmq, posting job events via celery. 2013-12-11 00:18:39 -05:00
Chris Church
dfcedc42fe Fix NameError/AttributeError in migration. 2013-12-10 18:01:07 -05:00
Matthew Jones
61059fa1a4 Work to complete AC-673, mass refactoring of the activity stream. Some work towards AC-664/662 but will complete on those issues. This also fixes issue AC-743 (Adding help text for OPTIONS requests) and AC-675 (updates where active changes to False will now be treated as deletes) 2013-12-10 16:08:35 -05:00
Matthew Jones
ca87fa714f Fix issue AC-761, issue with the activity stream middleware could throw exception during authentication 2013-12-10 10:55:12 -05:00
Matthew Jones
3ceb9d84cb Mention the 1.4.0 release in the README 2013-12-04 10:54:08 -05:00
Matthew Jones
485b113ae6 Fix AC-660, race condition was frequently causing us to not be able to populate the user. This removes some unnecessary checks that were vestigal from an old implementation. Also adds a unit test for verifying user association with an activity stream object 2013-12-03 13:34:58 -05:00
Matthew Jones
3d7385bd18 Pluralize teams... fixes AC-738 2013-12-02 16:48:02 -05:00
Chris Houseknecht
2dd2fb95ac AC-697 Dynamic help on Permissions page based on Permission Type. Uses a help collapse. Added ngBind support to help collapse, allowing the controller to set a scope variable to an html string. Added a Permissions.js helper to share setting help text and other defaults whenever permission type changes. 2013-12-02 21:34:53 +00:00
Chris Houseknecht
a21a740bad AC-741 scm and machine type credentials now sharing ssh_key_unlock field in Credential form definition. Originally split because only machine should allow Ask option. Added new askShow option to form generator so that Ask checkbox gets an ng-show directive. 2013-12-02 18:48:41 +00:00
Chris Church
9e4fbe88b8 Fix broken tests. 2013-11-26 22:35:32 -05:00
Chris Church
a4bb433392 AC-737 Add tests for job cloud credentials in environment. 2013-11-26 22:11:26 -05:00
Chris Church
112fe089d9 AC-728 Added chain__ filter prefix. 2013-11-26 13:24:45 -05:00
Chris Church
f29809a807 AC-655 Add select_related to reduce number of queries for inventory views. 2013-11-25 15:43:56 -05:00
Matthew Jones
dc4b7d0960 Remove spurious job output files before the gitignore was in place 2013-11-25 13:47:33 -05:00
Matthew Jones
e299a67b91 Make sure we ignore job_status files via gitignore 2013-11-25 13:44:52 -05:00
Chris Houseknecht
c8b4e204f9 AC-732 fixed job page errors, event timing timestamp formats, 'working' spinner placement and hover color on search widget icon. 2013-11-25 16:45:47 +00:00
Chris Church
6ec1160b0f AC-620 Change to minimize queries when adding a new job event, post process events after job has completed. 2013-11-25 11:17:47 -05:00
Matthew Jones
9038784bb6 Fix issue AC=731, make sure we initialize some of the Activity Stream information in the middleware __init__ since process_request may not be called during the request phase 2013-11-25 09:36:47 -05:00
Chris Houseknecht
54ec61f2b7 AC-689 no longer storing selected array in scope object. SelectionInit should be called before Search in controllers- Users had it in the wrong order. Added ability to override internal selected array in SelectionInit with reference to external array to support the groups page. Fixed cosmetic/styling differences between hosts and groups inventory pages. 2013-11-25 14:12:30 +00:00