Commit Graph

  • df9be04a20 Require LICENSE_TIER to specify the license filename James Laska 2014-02-03 13:52:00 -05:00
  • ab7c65df1d Add official ansible-tower-1.4.5 AMI license files James Laska 2014-02-03 13:22:58 -05:00
  • 57fdacb242 AC-997 enable activity stream for non-privileged users. Chris Houseknecht 2014-02-03 12:25:00 -05:00
  • 9b67b575f1 Fix issue AC-1002, make sure we return a count of the number of inventories with active failed jobs Matthew Jones 2014-02-03 06:11:51 -05:00
  • 47ad240b99 AC-997 enable activity stream for non-privileged users. Chris Houseknecht 2014-02-03 10:31:10 -05:00
  • 926ec500e2 Inventory help- turned resizable off on modal dialog. Fixed compilation error. Chris Houseknecht 2014-01-31 17:35:44 -05:00
  • 763ed5241d Latest changes to Inventory help. Re-styled dialogs. Fixed presentation so that Next and Previous are possible. Added close button. Chris Houseknecht 2014-01-31 17:32:10 -05:00
  • a21332a2d4 Fix AC-969, Convert variables element in changes dictionary from json representation Matthew Jones 2014-01-31 10:59:06 -05:00
  • 77e77d905a Fix AC-1004, Instead of using serializers.Field() which will force a repr() of the object... use serializers.PrimaryKeyField() which will use the expected field type for the response Matthew Jones 2014-01-31 10:34:02 -05:00
  • 867c22c36c Fix AC-981, mark last_job* fields as read only on the host serializer so activity stream will ignore them when processing events Matthew Jones 2014-01-31 09:04:07 -05:00
  • bb0a2887d5 Fix AC-998, Don't set created_by on the object when updating the object (only when creating). activity stream will save modifications and who made them Matthew Jones 2014-01-31 07:00:21 -05:00
  • 380f6c6d6f Fix AC-1001, hide BROKER_URL from the job_env section of task api data Matthew Jones 2014-01-31 05:17:26 -05:00
  • cbc0d7a8ad Fixed bug in Capitalize directive. Fixed issues found with jsLint. Chris Houseknecht 2014-01-31 05:19:42 -05:00
  • 183cbde1bc Add missing 'use strict' directive. Chris Houseknecht 2014-01-31 04:27:56 -05:00
  • 6cbd2beb7a AC-602 last bit of help changes. Chris Houseknecht 2014-01-30 16:43:42 -05:00
  • c81fa0d285 AC-976, AC-1000, AC-602 Chris Houseknecht 2014-01-30 15:23:32 -05:00
  • bc6ec06d8f Rollback and retry the task update status. Disable default idle timeouts on certain tasks Matthew Jones 2014-01-30 15:09:49 -05:00
  • b226737ec5 Handle database errors and retry Matthew Jones 2014-01-30 14:00:49 -05:00
  • a85e109da7 Merge remote-tracking branch 'origin/celery-refactor' Matthew Jones 2014-01-30 11:59:17 -05:00
  • 28359e16a1 Fix spelling mistake Matthew Jones 2014-01-30 11:41:06 -05:00
  • 32220405de Jobs begin in the waiting state Matthew Jones 2014-01-30 11:40:20 -05:00
  • bf8c4b289a Don't raise an exception at the end of a task if we are running unit tests Matthew Jones 2014-01-30 11:36:54 -05:00
  • 280527f993 Enable canceling on certain levels.... fix up some unit tests Matthew Jones 2014-01-30 10:54:54 -05:00
  • 6afc584a4f Check for invalid tasks and mark created tasks as failed when constructing task chains Matthew Jones 2014-01-30 01:19:49 -05:00
  • 6ff98d87e9 Fix merge spacing from conflicted merge Matthew Jones 2014-01-30 01:04:17 -05:00
  • 82b692be9c Merge remote-tracking branch 'origin/master' into celery-refactor Matthew Jones 2014-01-30 01:00:00 -05:00
  • e2aef64a4d AC-995 fixed typo and added extra error handling in case we actually cannot parse inventory variables. If that does happen, we now alert the user and keep the application stable and running. Chris Houseknecht 2014-01-29 19:58:34 -05:00
  • 82aa0ac85d fix for the small viewport issue (https://www.dropbox.com/s/dmf4aixfv7k67cm/Screenshot%202014-01-29%2015.19.52.png) where group name div gets pushed to a new line. Chris Houseknecht 2014-01-29 18:19:13 -05:00
  • 9d8c124817 Fixed AS widget breadcrumb links Chris Houseknecht 2014-01-29 17:06:53 -05:00
  • 168c4235f5 AC-977 Fixed raw html showing up in Action field on detail dialog. Added a subtitle on the AS widget. On inventory groups/host page the subtitle explains what activities are being displayed, and only activities realted to the selected group (on the inventory page) are displayed. If All Hosts selected, then all activities for all groups related to the current inventory are displayed. Also, brought back activity stream button for inventory hosts. Chris Houseknecht 2014-01-29 16:59:52 -05:00
  • 6c81d497de Fix some bugs and show more error detail on a current task when a previous task fails Matthew Jones 2014-01-29 15:11:55 -05:00
  • db14daf5e5 Leave another TODO on the job runner, fix a misspelling on the project update hook Matthew Jones 2014-01-27 12:20:21 -05:00
  • 5c076529c0 Initial work towards the celery refactor... adjusting logic to allow building a worker chain... temporarily relax requirements on status checks Matthew Jones 2014-01-27 11:37:18 -05:00
  • 2e45ad1a63 Remove 'awx-' prefix when reporting version James Laska 2014-01-29 14:04:31 -05:00
  • 48f81c5be7 Fixing store references to point to http://www.ansible.com/ansible-pricing Chris Houseknecht 2014-01-29 14:01:34 -05:00
  • b6f623229b Update make develop command, version check after package rename. Chris Church 2014-01-29 13:49:29 -05:00
  • fee658e950 AC-992 Fix inventory import tests. Chris Church 2014-01-29 13:39:40 -05:00
  • d4febaf02f AC-967 Fixed job name in the host status fly-out. Text now wraps rather than extending beyond boundaries of pop-over. Removed status label- just show red/green dot. Clicking on ID or red/green dot shows the status dialog. When dialog closes the window.resize() watcher is restored. Chris Houseknecht 2014-01-29 13:47:24 -05:00
  • 93a0f39932 AC-976 now using custom javascript to apply ellipsis to long group and host names. Fixed indes.html title. Chris Houseknecht 2014-01-29 13:31:36 -05:00
  • 054e1f235b Fix ansible-tower deb build James Laska 2014-01-29 13:10:21 -05:00
  • fd8e7fe6cb Rename package awx to ansible-tower Jenkins 2014-01-29 17:30:12 +00:00
  • c18cb5a622 AC-976 add job template name to activity stream Chris Houseknecht 2014-01-28 18:47:46 -05:00
  • dce52fc5ca AC-979 using activity stream object arrays correctly. AC-980 fixed Action label on detail dialog. Chris Houseknecht 2014-01-28 17:46:47 -05:00
  • 45418626e7 AC-987 job launch shows working 2x Chris Houseknecht 2014-01-28 17:22:34 -05:00
  • f6638485b7 AC-985 edit now edit's inventory properties via dialog- using the same edit code already written for the wrench button on inventory->groups/hosts page. Chris Houseknecht 2014-01-28 15:57:00 -05:00
  • 049a413f7a AC-941 don't display UI form fields until API data loads. Also fixed related set pagination issue. Chris Houseknecht 2014-01-28 13:57:37 -05:00
  • be66062123 Fixed inventory group source drop-down so that selecting 'Choose a source' behaves the same as choosing 'Manual'. Fixed AC-989. Chris Houseknecht 2014-01-28 10:58:50 -05:00
  • 1f6fe73a4a Correct incorrect Makefile variable James Laska 2014-01-28 10:21:30 -05:00
  • 49901de696 Allow customizing packer license tier James Laska 2014-01-28 09:58:44 -05:00
  • e27ed61fc8 AC-983 long group names, AC-970 don't hightlight required fields in red, AC-966 fixed ansibleworks links to point to ansible, AC-733 new pagination widget, page and total rows. Chris Houseknecht 2014-01-28 01:02:34 -05:00
  • ee246aa8c4 AC-984 Prevent signal handlers from being run unnecessarily when deleting inventory, remove unnecessary extra queries, use update_fields when possible. Chris Church 2014-01-27 18:37:51 -05:00
  • 57235cad7a Remove 'awx-' prefix when reporting version James Laska 2014-01-29 14:04:31 -05:00
  • 47950f28a7 Complete the new task job dependency system and add post-run error handler Matthew Jones 2014-01-29 14:04:07 -05:00
  • 597a81ead6 Fixing store references to point to http://www.ansible.com/ansible-pricing Chris Houseknecht 2014-01-29 14:01:34 -05:00
  • 9790715a25 Update make develop command, version check after package rename. Chris Church 2014-01-29 13:49:29 -05:00
  • 627305570c AC-992 Fix inventory import tests. Chris Church 2014-01-29 13:39:40 -05:00
  • 9abe060047 AC-967 Fixed job name in the host status fly-out. Text now wraps rather than extending beyond boundaries of pop-over. Removed status label- just show red/green dot. Clicking on ID or red/green dot shows the status dialog. When dialog closes the window.resize() watcher is restored. Chris Houseknecht 2014-01-29 13:47:24 -05:00
  • 22f40605cd AC-976 now using custom javascript to apply ellipsis to long group and host names. Fixed indes.html title. Chris Houseknecht 2014-01-29 13:31:36 -05:00
  • 97b776cf23 Fix ansible-tower deb build James Laska 2014-01-29 13:10:21 -05:00
  • 9e119fc8a9 Rename package awx to ansible-tower Jenkins 2014-01-29 17:30:12 +00:00
  • 7580b91186 AC-976 add job template name to activity stream Chris Houseknecht 2014-01-28 18:47:46 -05:00
  • d57b2f7926 AC-979 using activity stream object arrays correctly. AC-980 fixed Action label on detail dialog. Chris Houseknecht 2014-01-28 17:46:47 -05:00
  • 0e6305c9ec AC-987 job launch shows working 2x Chris Houseknecht 2014-01-28 17:22:34 -05:00
  • 7434bb8a9e AC-985 edit now edit's inventory properties via dialog- using the same edit code already written for the wrench button on inventory->groups/hosts page. Chris Houseknecht 2014-01-28 15:57:00 -05:00
  • 77b285f632 AC-941 don't display UI form fields until API data loads. Also fixed related set pagination issue. Chris Houseknecht 2014-01-28 13:57:37 -05:00
  • de970058f7 Fixed inventory group source drop-down so that selecting 'Choose a source' behaves the same as choosing 'Manual'. Fixed AC-989. Chris Houseknecht 2014-01-28 10:58:50 -05:00
  • ef52e92c86 Correct incorrect Makefile variable James Laska 2014-01-28 10:21:30 -05:00
  • c78728fdf3 Allow customizing packer license tier James Laska 2014-01-28 09:58:44 -05:00
  • cb8ec978de AC-983 long group names, AC-970 don't hightlight required fields in red, AC-966 fixed ansibleworks links to point to ansible, AC-733 new pagination widget, page and total rows. Chris Houseknecht 2014-01-28 01:02:34 -05:00
  • 27fb54b2a7 AC-984 Prevent signal handlers from being run unnecessarily when deleting inventory, remove unnecessary extra queries, use update_fields when possible. Chris Church 2014-01-27 18:37:51 -05:00
  • 2514a3dd9a Merge branch 'celery-refactor' of github.com:ansible/ansible-commander into celery-refactor Matthew Jones 2014-01-27 12:21:26 -05:00
  • 654a7e6d07 Leave another TODO on the job runner, fix a misspelling on the project update hook Matthew Jones 2014-01-27 12:20:21 -05:00
  • 4a598d7c0a Initial work towards the celery refactor... adjusting logic to allow building a worker chain... temporarily relax requirements on status checks Matthew Jones 2014-01-27 11:37:18 -05:00
  • 188d7b41bb AC-939 Update browsable API button colors. Chris Church 2014-01-27 15:48:38 -05:00
  • d17f58743e AC-982 Work on eliminating unnecessary queries from inventory import and activity stream logging. Chris Church 2014-01-27 15:27:27 -05:00
  • ff40234a9b AC-986 Replaced use of str() with unicode() in model dict/diff functions. Chris Church 2014-01-27 14:23:32 -05:00
  • 5ea87d28fb AC-988 Fix inventory script license message URL. Chris Church 2014-01-27 14:02:10 -05:00
  • 6f069f6ff0 Leave another TODO on the job runner, fix a misspelling on the project update hook Matthew Jones 2014-01-27 12:20:21 -05:00
  • d4426d88c4 Initial work towards the celery refactor... adjusting logic to allow building a worker chain... temporarily relax requirements on status checks Matthew Jones 2014-01-27 11:37:18 -05:00
  • c52f98e9ac AC-970 no longer highlighting currently focused form field with red. Field is hightlighted in red when an error immediately on error detection. This includes Angular errors and custom errors. chris Houseknecht 2014-01-23 23:49:16 -05:00
  • 3d228b2955 Fix a bug where we would treat the new model value like the old one when comparing activity stream changes Matthew Jones 2014-01-23 20:49:27 -05:00
  • 44d9d12e4d AC-966,AC-967,AC-968,AC-973,AC-972: fixed links, titles, texts referencing AWX and ansibleworks. Fixed AC-941 issues also for Credentials and Projects tab. Upgraded projects status to use jquery dialog, allowing user to expand and move. chris Houseknecht 2014-01-23 16:38:39 -05:00
  • bb6c34f4a4 Implement AC-911, use the proper type relative to json serialization for the stored changes dict on an activity stream object Matthew Jones 2014-01-23 16:19:14 -05:00
  • 2712643c62 Implement AC-667... user serializer to determine read-only fields and use those to decide what to populate in activity stream create instances AND when to create active stream update instances Matthew Jones 2014-01-23 15:44:30 -05:00
  • 54d7884ac6 AC-963 fixed spinny not aligning with visible viewport, I think. chris Houseknecht 2014-01-23 11:39:18 -05:00
  • 0ff5df27a3 AC-939 updated the other favicon.ico chris Houseknecht 2014-01-23 10:58:52 -05:00
  • b6543be0cf AC-939 Update browsable REST API branding to Tower. Chris Church 2014-01-23 05:22:55 -05:00
  • 8aa9fe9d7e AC-932 Support accept_hostkey option to git module when using ansible >= 1.5. Chris Church 2014-01-23 04:28:11 -05:00
  • dbd0f46435 AC-939 applied new branding. The Tower is erect\! chris Houseknecht 2014-01-22 18:19:25 -05:00
  • 337bbc0a9c AC-948 applied ellipsis to home/groups and home/hosts pages. Added CSS on all list pages to drop index column when viewport is XS. Fixed padding on cancel icon for home/groups page. After kicking off an inventory sync on home/hosts page refresh() is now called. chris Houseknecht 2014-01-22 17:03:59 -05:00
  • d9817ac826 AC-948 applied ellipsis to home/groups and home/hosts pages. Added CSS on all list pages to drop index column when viewport is XS. Fixed padding on cancel icon for home/groups page. After kicking off an inventory sync on home/hosts page refresh() is now called. chris Houseknecht 2014-01-22 17:03:34 -05:00
  • 7a7f1ce032 AC-948 applied CSS ellipsis to long group names and long host names on inventory edit. chris Houseknecht 2014-01-22 16:05:02 -05:00
  • 9bbeeb90a8 Fix AC-955, disable task prefetching by celery. Matthew Jones 2014-01-22 16:05:18 -05:00
  • 9fe9556b50 AC-712 fixed login spinnning tab disable issue chris Houseknecht 2014-01-22 12:36:22 -05:00
  • 7269c7bd06 Inventory refactor: add job status summary fly-out on host status. Click on a status and a second dialog appears for the specific job. Dialog can be resized and moved- built using jquery and styled to match TB dialog. Fixed home/groups and home/hosts pages to appear more inventory edit page. Home/groups page now allows you to start and inventory sync as well. Fixed tool-tip consistency. Click page forward/back now employs the spinner and should stop overclicking, which was resulting in page numbers < 0. chris Houseknecht 2014-01-22 04:53:18 -05:00
  • 2213268096 AC-940 user as ojbect1 or object2 now shows correctly in activity stream. chris Houseknecht 2014-01-20 19:25:58 -05:00
  • 97369f3775 AC-946 don't refresh hosts when clicking group collapse/expand. chris Houseknecht 2014-01-20 18:54:04 -05:00
  • 8860b5c2ad AC-951 Whenever the object name is not available or starts with '_delete' check for the name in changes.name. Also fixed server deep link issues between activity stream, home/group and home/inventory, and inventory. chris Houseknecht 2014-01-20 18:48:58 -05:00
  • e5d148ac18 Activity Stream: clicking view detail no longer re-stringifies the changes JSON. chris Houseknecht 2014-01-20 13:50:30 -05:00
  • 8f5642e13e Inventory refactor: fixed activity stream display on inventory edit page. chris Houseknecht 2014-01-20 13:34:11 -05:00