Commit Graph
7454 Commits
Author SHA1 Message Date
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
chouseknecht 0115aab703 Latest UI tweaks around job template job submission 2013-10-15 20:46:53 +00:00
chouseknecht 440a6b122d Fixed the launch from job template list to redirect to jobs page. 2013-10-15 16:29:52 -04:00
chouseknecht 78852bfb86 Added new help generator to Hosts page. 2013-10-15 16:10:33 -04:00
chouseknecht dbdf94d945 Fixed auto display of help on Groups page. Rather than displaying dialog window, the tooltip for the help button auto displays when count of groups == 0. As soon as a group is created the tooltip no longer autodisplays. 2013-10-15 13:15:12 -04:00
chouseknecht edc0f2f774 Fixed update_interval save/load issues. Handling of multiple API calls to save group with source was wrong. Now form status is not checked until all calls complete. update_interval value is correctly translated btwn API integer value and UI drop-down list. 2013-10-15 12:41:17 -04:00
chouseknecht bc49317c23 Help generator now supports an img object with src, maxWidth and maxHeight properties. Added fading and sizing changes to Group help images. 2013-10-15 11:01:22 -04:00
chouseknecht 3ef1e0aea6 Fixed compilation error 2013-10-15 02:58:55 -04:00
chouseknecht 4bcda34c3c Created new help widget and applied to Inventory-> Groups. Help can now be a movable dialog with images and text. Help definitions (objects) can include many steps to tell a story or walk through a process. 2013-10-15 02:56:39 -04:00
chouseknecht c563f040ba AC-502 Changed sort order of System Summary and indented Groups, Hosts under Inventory. 2013-10-14 16:32:54 +00:00
chouseknecht 5efc44a833 AC-458, AC-503 Added ability to cancel inventory update. Cleaned up issues with SCM update cancel. 2013-10-14 15:25:51 +00:00
chouseknecht 78c9bbf168 AC-547 dropped Description from Inventory page and moved Organization next to Name. 2013-10-14 14:51:23 +00:00
chouseknecht 0e0432241d AC-458 added ability to cancel SCM update process. Started work on prompting for SCM and Inventory passwords during job submission process. 2013-10-14 14:19:40 +00:00
chouseknecht 9db247b22a Latest dashboard changes. 2013-10-13 02:19:27 -04:00
chouseknecht 1677d953f5 Fixed CSS styling on nav menu so that items line up with the left and right margins of the page. 2013-10-12 23:06:37 -04:00
Chris Church b8ad8184ef AC-553 Added test, fixed extra_vars for passing to jobs. 2013-10-12 01:53:52 -04:00
Chris Church cb052dc775 AC-552 Fix API docs for auth token. 2013-10-12 01:15:11 -04:00
Chris Church c20300f6ce Fix for failing job template callback test. 2013-10-11 23:25:23 -04:00
chouseknecht 54e0b814bf AC-503 latest dashboard changes. 2013-10-11 19:02:21 -04:00
chouseknecht 46ae719080 AC-503 Latest dashboard progress. 2013-10-11 21:41:48 +00:00
chouseknecht 5ccdcb3b15 AC-503 Latest dashboard progress. 2013-10-11 21:41:20 +00:00
chouseknecht f2ac4b2749 Minor inventory cleanup. No longer adding 'Inventory' to root node name on Group tree. Removed 'Inventory Summary:' from summary view title. 2013-10-11 06:08:49 +00:00
chouseknecht 40ddb0058c AC-502 start of new dashboard. 2013-10-11 01:55:09 -04:00
Chris Church 6933255699 AC-546 Fixed transaction management for running tasks. 2013-10-11 00:04:31 -04:00
chouseknecht 43aca1972a Latest UI changes, fixes and enhancements. 2013-10-10 03:40:43 -04:00
Chris Church 2f135f99d4 AC-505 Implement update_on_launch for inventory sources and dependency checking to prevent related inventory updates and jobs from happening simultaneously. 2013-10-09 18:12:02 -04:00
chouseknecht 8531d6091f AC-536 fixing inventory group copy, move, delete functions. 2013-10-09 16:56:12 -04:00
Chris Church 85a9f2f68a AC-540 Add /api/v1/inventory_sources/ list. OPTIONS request now returns all fields under actions['GET'] and only writable fields under actions['PUT'] or actions['POST']. 2013-10-09 15:44:25 -04:00