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

1520 Commits

Author SHA1 Message Date
Chris Houseknecht
049a413f7a AC-941 don't display UI form fields until API data loads. Also fixed related set pagination issue. 2014-01-29 14:23:56 -05:00
Chris Houseknecht
be66062123 Fixed inventory group source drop-down so that selecting 'Choose a source' behaves the same as choosing 'Manual'. Fixed AC-989. 2014-01-29 14:23:56 -05:00
James Laska
1f6fe73a4a Correct incorrect Makefile variable 2014-01-29 14:23:56 -05:00
James Laska
49901de696 Allow customizing packer license tier 2014-01-29 14:23:56 -05:00
Chris Houseknecht
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. 2014-01-29 14:23:56 -05:00
Chris Church
ee246aa8c4 AC-984 Prevent signal handlers from being run unnecessarily when deleting inventory, remove unnecessary extra queries, use update_fields when possible. 2014-01-29 14:23:56 -05:00
James Laska
57235cad7a Remove 'awx-' prefix when reporting version 2014-01-29 14:05:36 -05:00
Matthew Jones
47950f28a7 Complete the new task job dependency system and add post-run error handler 2014-01-29 14:04:07 -05:00
Chris Houseknecht
597a81ead6 Fixing store references to point to http://www.ansible.com/ansible-pricing 2014-01-29 14:01:44 -05:00
Chris Church
9790715a25 Update make develop command, version check after package rename. 2014-01-29 13:49:33 -05:00
Chris Church
627305570c AC-992 Fix inventory import tests. 2014-01-29 13:49:33 -05:00
Chris Houseknecht
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. 2014-01-29 13:47:24 -05:00
Chris Houseknecht
22f40605cd AC-976 now using custom javascript to apply ellipsis to long group and host names. Fixed indes.html title. 2014-01-29 13:31:51 -05:00
James Laska
97b776cf23 Fix ansible-tower deb build 2014-01-29 13:10:21 -05:00
Jenkins
9e119fc8a9 Rename package awx to ansible-tower 2014-01-29 12:57:22 -05:00
Chris Houseknecht
7580b91186 AC-976 add job template name to activity stream 2014-01-28 18:47:46 -05:00
Chris Houseknecht
d57b2f7926 AC-979 using activity stream object arrays correctly. AC-980 fixed Action label on detail dialog. 2014-01-28 17:46:47 -05:00
Chris Houseknecht
0e6305c9ec AC-987 job launch shows working 2x 2014-01-28 17:22:34 -05:00
Chris Houseknecht
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. 2014-01-28 15:57:00 -05:00
Chris Houseknecht
77b285f632 AC-941 don't display UI form fields until API data loads. Also fixed related set pagination issue. 2014-01-28 13:57:37 -05:00
Chris Houseknecht
de970058f7 Fixed inventory group source drop-down so that selecting 'Choose a source' behaves the same as choosing 'Manual'. Fixed AC-989. 2014-01-28 10:58:57 -05:00
James Laska
ef52e92c86 Correct incorrect Makefile variable 2014-01-28 10:21:30 -05:00
James Laska
c78728fdf3 Allow customizing packer license tier 2014-01-28 09:59:08 -05:00
Chris Houseknecht
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. 2014-01-28 01:03:09 -05:00
Chris Church
27fb54b2a7 AC-984 Prevent signal handlers from being run unnecessarily when deleting inventory, remove unnecessary extra queries, use update_fields when possible. 2014-01-27 18:37:51 -05:00
Chris Church
188d7b41bb AC-939 Update browsable API button colors. 2014-01-27 15:48:38 -05:00
Chris Church
d17f58743e AC-982 Work on eliminating unnecessary queries from inventory import and activity stream logging. 2014-01-27 15:27:27 -05:00
Chris Church
ff40234a9b AC-986 Replaced use of str() with unicode() in model dict/diff functions. 2014-01-27 14:23:32 -05:00
Chris Church
5ea87d28fb AC-988 Fix inventory script license message URL. 2014-01-27 14:02:10 -05:00
Matthew Jones
2514a3dd9a Merge branch 'celery-refactor' of github.com:ansible/ansible-commander into celery-refactor
* 'celery-refactor' of github.com:ansible/ansible-commander:
  Leave another TODO on the job runner, fix a misspelling on the project update hook
  Initial work towards the celery refactor... adjusting logic to allow building a worker chain... temporarily relax requirements on status checks
2014-01-27 12:21:26 -05:00
Matthew Jones
654a7e6d07 Leave another TODO on the job runner, fix a misspelling on the project update hook 2014-01-27 12:20:40 -05:00
Matthew Jones
4a598d7c0a Initial work towards the celery refactor... adjusting logic to allow building a worker chain... temporarily relax requirements on status checks 2014-01-27 12:20:40 -05:00
Matthew Jones
6f069f6ff0 Leave another TODO on the job runner, fix a misspelling on the project update hook 2014-01-27 12:20:21 -05:00
Matthew Jones
d4426d88c4 Initial work towards the celery refactor... adjusting logic to allow building a worker chain... temporarily relax requirements on status checks 2014-01-27 11:37:18 -05:00
chris Houseknecht
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. 2014-01-23 23:49:25 -05:00
Matthew Jones
3d228b2955 Fix a bug where we would treat the new model value like the old one when comparing activity stream changes 2014-01-23 20:49:50 -05:00
chris Houseknecht
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. 2014-01-23 16:38:47 -05:00
Matthew Jones
bb6c34f4a4 Implement AC-911, use the proper type relative to json serialization for the stored changes dict on an activity stream object 2014-01-23 16:19:14 -05:00
Matthew Jones
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 2014-01-23 15:44:36 -05:00
chris Houseknecht
54d7884ac6 AC-963 fixed spinny not aligning with visible viewport, I think. 2014-01-23 11:39:18 -05:00
chris Houseknecht
0ff5df27a3 AC-939 updated the other favicon.ico 2014-01-23 10:59:01 -05:00
Chris Church
b6543be0cf AC-939 Update browsable REST API branding to Tower. 2014-01-23 05:22:55 -05:00
Chris Church
8aa9fe9d7e AC-932 Support accept_hostkey option to git module when using ansible >= 1.5. 2014-01-23 04:28:20 -05:00
chris Houseknecht
dbd0f46435 AC-939 applied new branding. The Tower is erect\! 2014-01-22 18:19:25 -05:00
chris Houseknecht
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. 2014-01-22 17:04:08 -05:00
chris Houseknecht
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. 2014-01-22 17:04:07 -05:00
chris Houseknecht
7a7f1ce032 AC-948 applied CSS ellipsis to long group names and long host names on inventory edit. 2014-01-22 17:04:07 -05:00
Matthew Jones
9bbeeb90a8 Fix AC-955, disable task prefetching by celery. 2014-01-22 16:05:26 -05:00
chris Houseknecht
9fe9556b50 AC-712 fixed login spinnning tab disable issue 2014-01-22 12:36:22 -05:00
chris Houseknecht
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. 2014-01-22 04:53:32 -05:00