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 |
|
Chris Houseknecht
|
e6c0032444
|
Created a way to remove table row borders. Created a way to add an 'active-row' class to selected table border. Injecting hosts list into same scope as groups list. Streamlined host/job status message.
|
2014-01-09 16:18:02 +00:00 |
|
Chris Houseknecht
|
ec5686770b
|
Fixed footer to always be 85px heigh and appear at the exact bottom of page when content does not fill entire page height. Prior to this the content area was fixed at 700px, which was a temporary hack.
|
2014-01-09 05:45:58 +00:00 |
|
Chris Houseknecht
|
9930c6d356
|
Inventory refactoring: added All Hosts, group delete now works, view inventory sync status works, group add now refreshes the group view correctly.
|
2014-01-08 23:38:00 +00:00 |
|
Chris Houseknecht
|
255dead521
|
Inventory refactoring: fixed toggle icon styling. Now job events and inventory group trees use .node-toggle to style collapse/expand icon. Fixed regex issue in Children helper.
|
2014-01-08 17:11:36 +00:00 |
|
Chris Houseknecht
|
e581650dbb
|
Inventory refactoring: removed text labels from actions, added animation on sync status, fixed collapse and expand. Fixed expand and collapse on job events as well.
|
2014-01-08 16:46:19 +00:00 |
|
Matthew Jones
|
57c0145f4f
|
Update all release url references to point to releases.ansible.com/awx
|
2014-01-07 15:42:40 -05:00 |
|
James Laska
|
9da579aa32
|
Add Makefile support for customizing packer command
|
2014-01-07 14:14:07 -05:00 |
|
James Laska
|
2f2724b866
|
Correct Makefile syntax for ami target
|
2014-01-07 12:45:54 -05:00 |
|
James Laska
|
1bae5b7dd5
|
Create 'ami' target that relies on OFFICIAL variable
|
2014-01-07 12:04:25 -05:00 |
|
Matthew Jones
|
2935824b7a
|
Add ami packaging support and update Makefile
|
2014-01-07 11:53:30 -05:00 |
|
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 |
|