Commit Graph

  • 4b8f0c2829 AC-322 Job list now presents either a Delete or Cancel button based on the job's status. Changed delete icon from icon-remove to icon-trash throughout application. chouseknecht 2013-07-31 11:53:36 -04:00
  • b1fd10c924 Update README.md Michael DeHaan 2013-07-31 10:21:04 -04:00
  • b94e8b09b0 Update README.md Michael DeHaan 2013-07-31 10:20:46 -04:00
  • 8ccf4c0a89 Fix typo in development settings. Chris Church 2013-07-30 22:48:19 -04:00
  • 01d7df3ab2 Added sample script for launching a job via the API. Chris Church 2013-07-30 22:47:52 -04:00
  • f6be87678c AC-319 attempt at remedying hosts randomly posting to wrong group. chouseknecht 2013-07-30 20:17:56 -04:00
  • 27d38713e4 Update version of package for new release. Michael DeHaan 2013-07-30 19:48:16 -04:00
  • c0d4fe66f4 AC-320 free_instances value is no longer being dropped when == 0. chouseknecht 2013-07-30 18:10:29 -04:00
  • bc0db0312f AC-295 Fixed View License so that empty fields are not displayed. Now demo license info makes sense. Fixed links in nag messages and here to all point to store.ansibleworks.com chouseknecht 2013-07-30 12:52:46 -04:00
  • 7ff5d6f300 AC-308 Fixed the Remove Host from Group dialog message to be more explicit regarding how Remove works. chouseknecht 2013-07-30 11:13:35 -04:00
  • e5aeefa43d AC-308 Added Remove button to Hosts list. chouseknecht 2013-07-30 11:07:47 -04:00
  • b904dd2ae5 AC-301,AC-316 Initialize scope keys in both list generator and form generator. chouseknecht 2013-07-30 02:09:21 -04:00
  • fa8a697024 AC-301 organization data and related sets now cleared on logout. chouseknecht 2013-07-30 00:48:06 -04:00
  • b29abf38eb AC-292 Fixed time-out message on login dialog to only display if user has not already logged out. chouseknecht 2013-07-29 13:35:56 -04:00
  • 5842fb1158 AC-303 Adding a project now requires an Organization. chouseknecht 2013-07-29 12:27:55 -04:00
  • 37e7eb83d6 AC-302 Users with org admin privileges can now add/edit/delete permissions chouseknecht 2013-07-29 11:16:37 -04:00
  • b82a4f6cd4 AC-301 attempting to prevent content flash between logins chouseknecht 2013-07-29 09:56:19 -04:00
  • 7a10199a1e AC-301 attempting to prevent content flash between logins chouseknecht 2013-07-29 09:50:25 -04:00
  • 1c84e8a56a AC-301 attempting to prevent content flash between logins chouseknecht 2013-07-29 09:24:43 -04:00
  • 9fc8c0725c Workaround for bug in Ansible core where 127.0.0.1/localhost must be explicitly in the all group for dynamic inventory plugins. Github has also been filed for ansible core but can't rev it for release. Michael DeHaan 2013-07-28 20:50:56 -04:00
  • 92bfddb834 Fix for django-jsonfield to work on Django 1.4.1 (default with Ubuntu 12.10, fix for AC-222), update settings to provide more information when unable to load local/global settings file. Chris Church 2013-07-28 16:30:19 -04:00
  • 4c2af3a879 Fix AC-293. Explicitly check for start/cancel permissions on job for access to job start/cancel views. Chris Church 2013-07-28 13:50:25 -04:00
  • 6f09299284 Fix for AC-298. Remove check for project-team association as requirement to edit/run a job. Chris Church 2013-07-28 10:22:10 -04:00
  • 16fb2d3b70 AC-290 Non-privy users can now see the local_path value for the project. The base path shows as 'You do not have access to view this property'. So the user knows a project path is set, they just don't know the full path. chouseknecht 2013-07-28 08:57:17 -04:00
  • a6977d138e AC-297 Fixed similar issue when adding new User and adding new Team. In both cases Organization value was not being required by UI. Instead it relied on API error message. Works fine for admin user, but falls apart for non-privileged user. For non-priv users, the API runs into a query issue and sends back an error message that leaves the user confused. Now UI is correctly requiring a value befor allowing user to save. chouseknecht 2013-07-28 08:25:57 -04:00
  • 48853b6594 AC-297 Fixed. Organization on Inventory detail page is now properly required by the UI. Added the awRequiredWhen directive to cure. chouseknecht 2013-07-28 08:13:53 -04:00
  • dec56b8c0a AC-281 changed form autocomplete=false to autocompleted=off. 'off' is correct, and FF seems to resepect it, at least on Mac OSX. chouseknecht 2013-07-28 07:45:24 -04:00
  • fba932e283 AC-279 tweak to project content not available dialog chouseknecht 2013-07-28 07:30:12 -04:00
  • 1965a49b57 AC-278 Fixed. Related set not constructing order_by value correctly for summary fields. chouseknecht 2013-07-28 07:21:49 -04:00
  • 48c522aa17 AC-275 Fixed Credential list not showing usernamer and team values. chouseknecht 2013-07-28 07:03:37 -04:00
  • d1ad7d822d AC-280, AC-289 Fixes chouseknecht 2013-07-28 06:16:12 -04:00
  • fce1a04a76 Fix for AC-284. Delete groups when they are disassociated and have no more parents. Remove all group and host associations from a group when it is marked inactive. Chris Church 2013-07-27 23:00:07 -04:00
  • 222bbd7c98 Revert previous fix for deleted name change, update how we change username when a user is marked inactive to keep it under 30 chars. Chris Church 2013-07-27 21:05:17 -04:00
  • de2cd7b0fc Update for AC-291, playbook_on_stats (aka Playbook Complete) event now sets changed and failed flags when any host has changes/failures. Chris Church 2013-07-27 20:18:58 -04:00
  • 8f379b2397 This may be a little paranoid but don't assume everything has a description. Michael DeHaan 2013-07-27 19:14:04 -04:00
  • af43954ca8 In order to not worry about long usernames when deleting objects, just rename fields to include the date and include the name/description in the new description when deleting objects. Michael DeHaan 2013-07-27 18:55:42 -04:00
  • ac3ab82cc6 When a group only has children and no hosts/vars, still return things in hash-mode, because Ansible is not smart enough to know that 'just children' in hash mode means anything. Michael DeHaan 2013-07-27 17:36:02 -04:00
  • ceea3cd238 Amend demo message to indicate there are 10 free hosts. Michael DeHaan 2013-07-27 14:14:26 -04:00
  • 764d2ff94d Implemented AC-22, hosts and child groups are migrated to a group's parent when the group is deleted or marked inactive. Chris Church 2013-07-27 01:06:09 -04:00
  • d78bc8fb19 Fix so command tests will work on Django 1.4.x. Chris Church 2013-07-27 00:21:45 -04:00
  • 2c166e501e Implemented AC-166, added signal handlers to update has_active_failures flag whenever host/group/job are changed/deleted and whenever group-host and group-group relationships change. Chris Church 2013-07-26 23:49:44 -04:00
  • 00895fd87f You now get 10 servers for free instead of 5. Michael DeHaan 2013-07-26 23:16:20 -04:00
  • 264cc11630 More consistently use the logger class. Michael DeHaan 2013-07-22 13:55:52 -04:00
  • 21fc169b29 Fix for imports in awx.main.utils. Chris Church 2013-07-26 22:00:44 -04:00
  • 5ad361a32b AC-237 Fix for automatic naming of callback jobs, remove unique constraint on job name. Chris Church 2013-07-26 21:14:20 -04:00
  • 81b78121b3 Add user to summary fields. Chris Church 2013-07-26 18:52:48 -04:00
  • f6b3be40f1 Fix for AC-265. Chris Church 2013-07-26 18:43:25 -04:00
  • c3639f96eb Fix AC-263 and AC-264. Update how we check for access to item referenced via foreign key, and determining whether an immutable field has changed. Chris Church 2013-07-26 15:40:56 -04:00
  • 559b8c96af AC-230 only-hosts-with-failures checkbox added implemented. Notice that it stays in sync wit the regular filter, providing a one-click short cut to filter hosts with failed jobs. chouseknecht 2013-07-26 12:20:07 -04:00
  • 4aaeb9506f Fixed AC-261. Relaxed permission requirements on parent object needed to view sublists. Chris Church 2013-07-25 21:47:43 -04:00
  • 9916a5eefb Fix for AC-257. Handle setting/updating password through UserSerializer. Chris Church 2013-07-25 15:20:44 -04:00
  • 7fc08767f6 AC-262, AC-260 fixed. Also fixed issue on Inventory where changing group name and/or description was not updating the Hosts view title on the right side of page. chouseknecht 2013-07-25 16:01:52 -04:00
  • c42c5624f6 AC-259 index.html looking for lib/LicenseView.js This was renamed to license.js. chouseknecht 2013-07-25 11:33:17 -04:00
  • 0c54dcef39 Finish implementing access checks for all objects, update tests to pass. Chris Church 2013-07-25 11:14:20 -04:00
  • 8e9c8a2692 Stub for UI tests with selenium. Chris Church 2013-07-22 21:20:54 -04:00
  • bc49627203 Permissions-related updates and fixes, more tests, better handling of any user input that would previously generate a server error. Chris Church 2013-07-22 21:20:28 -04:00
  • 5ef8a48600 Start on tests for inventory_import command. Chris Church 2013-07-21 19:47:36 -04:00
  • 6fda31e790 Fix imports, __all__ definition, organization/team sublists under projects. Chris Church 2013-07-20 19:59:53 -04:00
  • a6c767907e Renamed some API files/classes to mimic REST framework names, moved queryset filtering for permissions alongside other permissions/access checks, cleaned up base views to handle get_queryset based on class attributes, cleaned up post to sublist to create/attach/unattach. Chris Church 2013-07-19 00:33:56 -04:00
  • 401317cf41 AC-232 License viewer completed. chouseknecht 2013-07-24 18:04:37 -04:00
  • fb54484ed3 AC-256 Fixed the out-of-sync tree issue, which leads to 'spurious error message'. chouseknecht 2013-07-24 11:45:34 -04:00
  • 7d0139d512 AC-232 First iteration of License display. chouseknecht 2013-07-24 10:41:00 -04:00
  • bf1d36961d Excluding the awx/ui/static/lib/ansible/ directory from packaging James Cammarata 2013-07-23 14:03:42 -05:00
  • d0ca4264a4 Fixed javascript compilation errors chouseknecht 2013-07-23 11:47:15 -04:00
  • 8ffc6870c3 AC-221 No longer refreshing the tree after a group edit. Just refreshing the modified node's title. Also, changed Inventory save (on edit) to stay on page, update tree inventory node title and flash a 'success' message. Makes much more sense. chouseknecht 2013-07-23 11:41:44 -04:00
  • 6e2a5bb722 AC-231 title for Hosts section of inventory detail page now appears on 2 lines. chouseknecht 2013-07-23 00:02:00 -04:00
  • 2f2331092b AC-252 Got rid of the nifty slider. Replace with boring spinner. We can't have nice things. chouseknecht 2013-07-22 22:26:42 -04:00
  • 6295efd330 Fixed pop-help directive so clicking on a help icon or button closes all other help windows. Prior to this help windows would remain open. Clicking on multiple help icons/buttons left help windows allover the screen, especially on Job Template page. chouseknecht 2013-07-22 18:42:33 -04:00
  • 2bb77dd2ad Finally removing controllers/JobEvents.old chouseknecht 2013-07-22 17:17:34 -04:00
  • eb30b59ffb Styling fixes on Job Detail page chouseknecht 2013-07-22 17:12:21 -04:00
  • 72c6a6e3fc Adding config.js to the MANIFEST.in file and a mininfy compile script fix James Cammarata 2013-07-22 14:55:08 -05:00
  • dd6a6039a7 AC-234 one or more projects can be assigned to a project from the Projects tab. chouseknecht 2013-07-22 11:08:03 -04:00
  • a1fdb95b0b AC-232 final tweaks chouseknecht 2013-07-22 11:04:04 -04:00
  • 0c0ab177ce AC-232 put the RC back in the output/results section. Changed label on output/results to Results. Added nowrap class to allow horizontal scrolling in textareas chouseknecht 2013-07-22 10:37:10 -04:00
  • 33ec4b2f48 AC-232 Now able to view raw JSON as well. chouseknecht 2013-07-22 08:43:01 -04:00
  • e643dc757b AC-232 Traceback was not being displayed on event detail moal chouseknecht 2013-07-22 07:27:41 -04:00
  • 288fb57724 Merge branch 'master' of https://github.com/ansible/ansible-commander chouseknecht 2013-07-22 07:18:59 -04:00
  • daf730e212 AC-232 Event Detail changes. Moved back to modal dialog. Added accordion. Now removing fields (i.e. not displaying fields) that are empty. chouseknecht 2013-07-22 07:17:23 -04:00
  • af751e3f38 Fixed /api/v1/projects/N/organizations to allow creating a new organization via POST. Chris Church 2013-07-19 21:32:06 -04:00
  • 62849fb120 AC-236 Fixed post job submission navigation. chouseknecht 2013-07-19 16:35:55 -04:00
  • 37027088fd AC-229 Multie-select now working chouseknecht 2013-07-19 16:01:41 -04:00
  • 419e18d1f8 AC-229 making multi-select across pages work chouseknecht 2013-07-19 15:44:05 -04:00
  • 9af163691a Allow post to /api/v1/projects/N/organizations/, add resource for /api/v1/projects/N/teams/. Chris Church 2013-07-19 11:43:05 -04:00
  • 549ba9a150 AC-234 create organizaions via Projects Tab chouseknecht 2013-07-19 11:00:55 -04:00
  • 22e1a1ae72 AC-234 create organizaions via Projects Tab chouseknecht 2013-07-19 10:32:09 -04:00
  • eef7814d66 AC-167 Added new AWX logo to site footer and login dialog. chouseknecht 2013-07-18 18:16:29 -04:00
  • 74849c6dfa Fix for AC-239: Packaging no longer includes Angular, jQuery JS James Cammarata 2013-07-18 16:08:06 -05:00
  • 3c5b10979f AC-144 Added job_tags to jobs and jobs_template chouseknecht 2013-07-18 13:57:38 -04:00
  • 48cb41f1fa AC-144 Job Tags now functional chouseknecht 2013-07-18 11:23:54 -04:00
  • e586bd9754 Be more strict on inventory checking on inventory import. Michael DeHaan 2013-07-18 10:47:54 -04:00
  • c3561e0137 Make AWX inventory import grok the license system. Michael DeHaan 2013-07-16 14:43:41 -04:00
  • 7e0f72de45 AC-209 on inventory page, when user selects inventory node the add group buttons displays the 'create new group' dialog rather than the select dialog. chouseknecht 2013-07-17 17:53:18 -04:00
  • e3893f1524 Button clean-up all Edit/View buttons now match and have a black on grey color chouseknecht 2013-07-17 17:23:35 -04:00
  • 49fd23d84d AC-171 Lastest changes for improving select and lookup workflow. Streamlined selection workflow with helpers/Selection.js. Restored the checkbox and fixed the hover background color on Lookup dialogs. Fixed bug in lookup dialog where most recent selection not showing up when user navigates back to same lookup multiple times. Both selection and lookup now work in an Angular fashion by manipulating the data set to affect view changes rather than attempting to manipulate the DOM within the controller. chouseknecht 2013-07-17 16:46:26 -04:00
  • bd693f226e AC-171 First iteration of changes. chouseknecht 2013-07-17 12:17:50 -04:00
  • 295e52df33 Limited textarea rows to 15 on Job Events page. chouseknecht 2013-07-17 00:19:52 -04:00
  • 4923fd84c1 AC-216 Added 'back' navigation button to each corner of page. chouseknecht 2013-07-16 23:25:25 -04:00
  • 79657fc80b AC-216 Added page logic to the back button. If user clicks the 'back' button (not browser back button), Jobs page will be presented and user will be returned to the previous page. Accomplished by appending 'page' parameter to API request. chouseknecht 2013-07-16 18:52:42 -04:00
  • 520ca8d70b Latet css changes chouseknecht 2013-07-16 17:46:49 -04:00
  • aac2d0955e AC-216 Job events detail, 2nd iteration. chouseknecht 2013-07-16 17:33:11 -04:00