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

1761 Commits

Author SHA1 Message Date
Chris Houseknecht
fae51d12f0 AC-726 Improved search filter, eliminating need for reset button. Fixed drop-down menu on jobs detail page, replacing summary with host summary. Fixed error message on job templates and jobs when list of playbooks cannot be found- message is now informational rather than cryptic error. 2013-11-23 14:48:43 +00:00
Chris Houseknecht
5b48bea8c9 AC-724 inventory.total_with_inventory source is now available and connected to the dashboard. If a value is not present, 0 will be returned rather than '?' 2013-11-22 22:32:23 +00:00
Chris Houseknecht
9171382894 Fixes for AC-715 'adding cloud credentials to job_template' and AC-721 'this.scope not defined' 2013-11-22 21:28:16 +00:00
Chris Church
9d1bc65233 Merge pull request #7 from jlaska/package_name
Allow specifying an alternative awx package name
2013-11-22 13:15:15 -08:00
Matthew Jones
8df402d21e Add external source inventory count to inventories dashboard 2013-11-22 14:02:46 -05:00
Matthew Jones
27eb4f48b3 Make sure we cleanup task output files when delete() is called on CommonTask models 2013-11-22 11:51:38 -05:00
Chris Church
5fa228c085 AC-620 Skip deadlock test when not using PostgreSQL. 2013-11-21 19:41:02 -05:00
Chris Church
fc5c97d9ea AC-620 Continue to update status while a task is running, so that long running tasks don't get inadvertently canceled. 2013-11-21 17:58:36 -05:00
Chris Church
b59d9b766f AC-620 Updates to tests to create temp job output root, update tasks to write to stdout file directly instead of storing any stdout in memory. 2013-11-21 17:42:37 -05:00
Chris Church
9b49e80dc5 AC-620 Some cleanup of job events to reduce extra queries, test case to reproduce deadlocks. 2013-11-21 17:41:57 -05:00
Chris Houseknecht
a1ff025488 AC-715 make sure we load api resources immediately upon application start. 2013-11-21 22:37:01 +00:00
Matthew Jones
2f0615d8c1 JOBOUTPUT_ROOT is still needed in defaults 2013-11-21 17:36:23 -05:00
Matthew Jones
b77ec07581 Include a sane default location for the job root in the production config 2013-11-21 17:08:16 -05:00
Chris Houseknecht
bb23dd6bb4 Inventory sync group totals are now derived by summing counts for inventory sources. Cleaned up summation process in scm sync. 2013-11-21 21:22:11 +00:00
Chris Houseknecht
8dafc10541 AC-715 Fixed issues with bad API requests when user types in value and lookup is built with predetermined search parameters. Fixed project lookup failure while user is typing. 2013-11-21 21:13:40 +00:00
Matthew Jones
a0fd9c5f18 Make sure we set up the JOBOUTPUT_ROOT directory for running unit tests 2013-11-21 15:47:19 -05:00
Chris Houseknecht
0948418ce2 AC-715 not sure if this is the issue. I hit a js error on line 711 of awx-min.js. Had to do with bug introduced into projects controller when status field changed from text box search to dropdown list. 2013-11-21 20:37:50 +00:00
Chris Houseknecht
ed44248d96 AC-707 fixed issue related to js minification for homehosts controller. 2013-11-21 20:13:29 +00:00
Matthew Jones
aafa020c47 Merge branch 'job_stdout_filesystem'
* job_stdout_filesystem:
  Adding the migration and other smaller fixes so the serializer can read the right stdout property
  Switch from using a interstitial serializer to defining a read property on the CommonTask model
  Initial task status to file implementation
2013-11-21 14:59:46 -05:00
Matthew Jones
5c077e4370 Adding the migration and other smaller fixes so the serializer can read the right stdout property 2013-11-21 14:59:14 -05:00
Chris Houseknecht
fb446ef040 Changed inventory sycn inventory adn groups total count to look for new fields. Same with sycn status projects total. 2013-11-21 19:40:49 +00:00
Matthew Jones
9444c1185b Switch from using a interstitial serializer to defining a read property on the CommonTask model 2013-11-21 14:21:00 -05:00
Matthew Jones
bf07c55273 Initial task status to file implementation 2013-11-21 13:53:59 -05:00
Chris Houseknecht
ba645f947e AC-700 fixed lookup dialog titles on job templates page. 2013-11-21 18:49:06 +00:00
Chris Houseknecht
04d810d5a5 AC-693 changed Summary to Host Summary 2013-11-21 18:38:17 +00:00
Chris Houseknecht
015622e2cb AC-692 status button is now displaying once again on jobs detail page. 2013-11-21 18:30:22 +00:00
Chris Houseknecht
bdafaa414f AC-683 Fixed credential help text. 2013-11-21 18:11:28 +00:00
Chris Houseknecht
1a3d0e4e6f AC-682 Made project help text changes. Found a way to get help icon tool-tip to display top while help text pop-out displays left. Added status drop-dwon options on projects search filter. 2013-11-21 18:04:26 +00:00
Chris Houseknecht
f473d51ef3 Found the real source of the js error. There was a callback naming conflict with ProjectList controller. Both were using 'choicesReady'. 2013-11-21 17:41:35 +00:00
Chris Houseknecht
0af2980d10 Fixed js error. For some reason form generator was unable to get the scope for js-tree after changes related to source_regions. Added a way to pass in scope. 2013-11-21 17:36:03 +00:00
Chris Houseknecht
376d59dfcc AC-681 simulating a disabled button for project update and inventory update. Button appears disabled, but tooltips work. On *disabled* buttons tooltip explains why it is disabled. Button is clickable, but nothing happens- just like a real disable dbutton. 2013-11-21 17:02:51 +00:00
Chris Church
b0d423222c AC-711 Fix broken test after RBAC change. 2013-11-21 11:50:33 -05:00
Chris Church
1556800c18 AC-711 Allow org admins to see all users. 2013-11-21 11:20:56 -05:00
Chris Church
f4e9b9ce64 Update async task timeouts to hopefully fix unit test that occasionally fails. 2013-11-21 11:20:56 -05:00
Chris Houseknecht
013af19be4 AC-707 fixing home page links. Cleaned up issue with gtzero search type. 2013-11-21 14:34:01 +00:00
Chris Houseknecht
2a0edd4ea5 AC-706 fixed typo in help text on group edit page. 2013-11-21 08:18:27 +00:00
Chris Houseknecht
98b984cf86 AC-687 cloud regions are now selectable. AC-707 fixed broken hosts and groups links on home page. 2013-11-21 08:15:58 +00:00
Matthew Jones
9a46426957 Fix issue AC-708, rework the 'group' structure to report the correct fail counts 2013-11-20 23:56:18 -05:00
Chris Church
870c36f5bf Remove --autoreload option from celeryd target, doesn't seem to work anyways. 2013-11-20 22:23:47 -05:00
Chris Church
061f293b6c AC-620 Better use of update_fields on job-related models, restrict post_save signal on jobs to only operate on inactive jobs. 2013-11-20 22:12:33 -05:00
Matthew Jones
c039fc4a1f Remove JobHostSummary and JobEvent actions from the activity stream registry 2013-11-20 21:19:26 -05:00
Chris Houseknecht
38e9dbcf3c AC-691 fixed detail AS view so that JSON changes displays correctly. Fixed Refresh and AS buttons on Home page. 2013-11-21 01:16:15 +00:00
Chris Houseknecht
0cd6e5412b AC-684 Added new help text and adjusted credential labels. Fixed missing cloud credential name value on Jobs Detail view (job template accordion). 2013-11-20 23:57:43 +00:00
Chris Houseknecht
ade961fd38 AC-674 flash message is now cleared whenever AS is summoned. 2013-11-20 22:37:29 +00:00
Chris Houseknecht
8afdb710be Fixed project related links on home page. Add missing Reset button to all list pages. Fixed bug in sort that prevented searching where drop-down item is empty. 2013-11-20 22:07:55 +00:00
Chris Church
4f46ad63db AC-688 Fixed error adding team credential, added test. 2013-11-20 16:49:01 -05:00
Chris Houseknecht
9f40a6c8b4 New dashboard. Modified dahsboard widgets to use API dashboard resource. System summary now working. 2013-11-20 21:09:55 +00:00
Chris Houseknecht
117d702a2a New dashboard. Modified dahsboard widgets to use API dashboard resource. 2013-11-20 21:09:55 +00:00
Matthew Jones
98cb95b510 Add organizations counts to the api dashboard view 2013-11-20 15:56:31 -05:00
Chris Church
8bf198f7ed AC-687 Add ec2/rax region choices to inventory source options response, add validation for source_regions. 2013-11-20 15:20:01 -05:00