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

1481 Commits

Author SHA1 Message Date
Tim Gerla
0a9929af35 launch support requests in a new tab 2013-11-02 12:03:45 -07:00
Tim Gerla
a239a67efd Redirect support requests to zendesk web interface (AC-603), and fix a minor spelling error 2013-11-01 11:15:02 -07:00
chouseknecht
b5cba0eca5 Removed backup of Treeselector.js created prior to tree refactor. 2013-10-29 07:04:22 +00:00
chouseknecht
5ed32c7062 Added support for long node names on tree. Fixed tree styling issues. Fixed node copy. Fixed tree collapse/expand bug. Added dynamic tooltips to the status icon that account for inventory updates and jobs, giving precedence to inventory updates. 2013-10-29 07:01:45 +00:00
Chris Church
70d8ab9af6 Fix potential children to show only groups from the same inventory. 2013-10-28 12:44:29 -04:00
Chris Church
432e379878 Disable automatic deletion of a group when it has no more parents to support new UI inventory tree changes. 2013-10-27 15:56:38 -04:00
chouseknecht
0e5b358cb6 Fixed site footer so that content width always matches the header and body. 2013-10-27 18:28:36 +00:00
chouseknecht
d85535253b Removed all references to jstree library. 2013-10-27 18:23:00 +00:00
chouseknecht
9135bad620 Removed stuff referencing the old tree style (jstree). 2013-10-27 18:18:36 +00:00
chouseknecht
6f6a7dbf8b Merge remote branch 'upstream/master' 2013-10-27 08:38:38 +00:00
chouseknecht
102ebdfbb6 Latest tree and Groups page modifications 2013-10-27 08:38:13 +00:00
Chris Church
165f983f86 AC-575 Changed to show elapsed time instead of full timestamp. 2013-10-26 23:54:05 -04:00
Chris Church
d410f57e08 Added API support for OR queries and searching text fields. 2013-10-26 22:44:25 -04:00
Chris Church
3760ce6641 Add copy of rest framework template to prevent browsable API from automatically attempting to create URLs from JSON data (which sometimes breaks for job output). 2013-10-25 20:26:42 -04:00
chouseknecht
ea5e43634a Latest Inventory tree changes. Drag-n-Drop now works, complete with styling and API calls. Working through bugs. 2013-10-25 22:20:59 +00:00
chouseknecht
b1d2521535 Merge remote branch 'upstream/master' 2013-10-25 21:01:27 +00:00
chouseknecht
025980d009 Drag-n-drop feature on custom tree functions graphically. Ready to add API calls. 2013-10-25 04:07:07 -04:00
chouseknecht
b2f2fb655d Merge remote branch 'upstream/master' 2013-10-24 18:39:49 +00:00
Chris Church
710d55d82d AC-575 Updated logging/output for inventory_import command. 2013-10-24 02:09:49 -04:00
Chris Church
27ad680f4d AC-567 Remove source_tags from API/UI. Modify EC2 inventory to not return instance ID groups. 2013-10-23 22:46:04 -04:00
Chris Church
04824c8477 AC-569 Fix signal handler for updating computed fields on inventory models. 2013-10-23 22:22:59 -04:00
chouseknecht
a3b1fb7f41 Merge remote-tracking branch 'upstream/master' 2013-10-23 10:12:20 -07:00
Chris Church
a32fc02323 Fix NameError in case where job extra vars are specified as key=value. 2013-10-22 14:31:05 -04:00
Chris Church
16d6ec252f AC-403 Add API support for host:port format, port is automatically split into host variables as ansible_ssh_port. 2013-10-22 00:41:49 -04:00
Chris Church
c585227df8 AC-581 group and inventory fields on inventory source are now readonly. 2013-10-21 23:16:01 -04:00
Chris Church
44a2bd72bd AC-585 Added totals fields to inventory group tree. 2013-10-21 23:06:01 -04:00
chouseknecht
4cf47bfa9e Got our custom tree working on both the Groups page and the Hosts page. 2013-10-21 15:15:12 -04:00
chouseknecht
8bd00cfacb Fist step in apply custom group selector tree to Groups page. The new tree now appears in place of jstree. 2013-10-18 18:33:14 +00:00
chouseknecht
1068e190cb Removed auto refresh. It polls too frequently and potential fills web server logs too quickly. 2013-10-17 17:57:50 +00:00
chouseknecht
94bb0701fc Removed console.log debug statements 2013-10-17 14:57:41 +00:00
chouseknecht
195e12e41f Inventory group refresh now includes group selector tree. Fixed 'conigured' type on home page. 2013-10-17 14:53:31 +00:00
Chris Church
537bcedc5a AC-548 AC-560 Added new fields to summary fields for inventory/group. 2013-10-17 10:43:37 -04:00
Chris Church
556e1572e7 Better handling of variables as dictionary from JSON/YAML string. 2013-10-17 09:57:36 -04:00
chouseknecht
47261bd069 Changed status flags on Invnentory, Groups and Hosts pages 2013-10-17 07:49:11 +00:00
chouseknecht
5bd3d8456b AC-503 now that we can cloud, tree views need to handle long (really long) group names. This fixes the Hosts tree view. 2013-10-17 03:47:08 +00:00
Chris Church
432ed60a1f Update EC2 inventory import to use any variables defined in source_vars. Fix AC-565 by setting default regions_exclude to us-gov-west1 (same as default ec2.ini). Fix AC-566 by stripping extra whitespace from comma-separated region names. 2013-10-16 23:05:51 -04:00
Chris Church
a11f25a68d AC-548 Added counts for total_hosts, total_groups, groups_with_active_failures to inventory and group. AC-560 Added total_inventory_sources and inventory_sources_with_failures to inventory. 2013-10-16 22:34:04 -04:00
chouseknecht
1cb74b8ccc AC-562 fixed CSS issue causing inventory status to appear as blue rather than green. Updated help for all elements on Groups page. 2013-10-16 19:45:15 +00:00
Chris Church
a0c6c0e984 AC-561 Set host has_inventory_sources flag on import. 2013-10-16 12:57:36 -04:00
Chris Church
2f3409db08 AC-558 When importing from Rackspace, add environment variable to make vendored package happy. 2013-10-16 12:42:46 -04:00
Chris Church
508532f57b Fix how test database settings are passed to management commands for unit tests. 2013-10-16 11:43:18 -04:00
Chris Church
83be067576 Add argparse as vendored package for Python 2.6 support. 2013-10-16 11:42:44 -04:00
chouseknecht
c4108a6890 Fix to properly handle empty extra_vars value. No longer sending 'null' to API. 2013-10-16 14:45:37 +00:00
chouseknecht
9ff7f05dfc Fix to properly handle empty extra_vars value. No longer sending 'null' to API. 2013-10-16 14:45:31 +00:00
chouseknecht
d6bcd885c3 Fixed inventory update cancel process. It at least follows the correct steps now, even though it does not actually cancel anything or set the status to canceled.' 2013-10-15 22:21:18 +00:00
Chris Church
6d303faea9 AC-556 Renamed inventory script filename used for import_import command test. 2013-10-15 17:57:29 -04:00
Chris Church
52d8fb5b5c AC-556 Renaming the inventory script to hopefully fix the import error. 2013-10-15 17:35:43 -04:00
chouseknecht
30e907e062 Fixed project and inventory list definitions so that status, description and other unnecessary fields do not show on selection dialogs. 2013-10-15 17:35:16 -04:00
chouseknecht
f5b679b241 Added list-actions class around refresh group on job status page. Now refresh is pulled to the right as it should be. 2013-10-15 17:30:40 -04:00
chouseknecht
1cda0dd1a9 AC-286 Now using /api/v1/groups/N/potential_children to build list of possible groups for copy. 2013-10-15 21:14:57 +00:00