Ryan Petrello
ffdcb2f8eb
fix busted tests
2019-11-27 08:37:30 -05:00
Ryan Petrello
7b5f4f51fb
Merge pull request #3990 from AlanCoding/sanity_fixes_36
...
Fix duplicate exception sanity error
2019-11-27 08:35:52 -05:00
Ryan Petrello
25c2b9610a
Merge pull request #3993 from ryanpetrello/fix-asgi-bug-362
...
bump asgi-amqp dependency
2019-11-27 08:03:05 -05:00
Ryan Petrello
68f17eb370
bump asgi-amqp dependency
2019-11-26 23:33:24 -05:00
AlanCoding
695eab1fdd
fix duplicate exception sanity error
2019-11-26 09:47:07 -05:00
Shane McDonald
ce8c0066d0
Fix downstream tests
...
I backported how we do the VERSION detection in 3.5.something. This should
already be fixed upstream.
2019-11-25 12:55:18 -05:00
Shane McDonald
24abc1462f
Merge pull request #3985 from shanemcd/fix-cache
...
Fix Docker build caching
2019-11-25 11:41:33 -05:00
Shane McDonald
12363ae175
Fix Docker build caching
...
The flow will need to be:
- Pre-pull image you want to use
- Re-tag as image:$(COMPOSE_TAG)
- COMPOSE_TAG=mytag make docker-compose-build
2019-11-25 11:32:41 -05:00
Ryan Petrello
1fbae00e37
Merge pull request #3983 from ryanpetrello/fix-3980
...
Remove usage of idle_timeout when checking status of isolated / containerized jobs
2019-11-25 11:15:35 -05:00
Ryan Petrello
0d659b0111
Merge pull request #3984 from ryanpetrello/fix-3978
...
Adds link to docs on container groups add/edit forms
2019-11-25 10:42:59 -05:00
mabashian
ee8775a08d
Adds link to docs on container groups add/edit forms to match instance groups. Updates instance groups link.
2019-11-25 10:35:23 -05:00
Shane McDonald
31650bb0bd
Remove usage of idle_timeout when checking status of isolated / containerized jobs
2019-11-25 10:31:33 -05:00
Ryan Petrello
17509d560d
Merge pull request #3955 from AlanCoding/lets_release
...
Backport collection fixes
2019-11-18 16:25:04 -05:00
Ryan Petrello
268b22c550
Merge pull request #3953 from ryanpetrello/more-container-group-fixes
...
[3.6.1] fix a few bugs related to container group execution
2019-11-18 14:27:18 -05:00
Ryan Petrello
b525d0a6f4
Merge pull request #3967 from ryanpetrello/fix-cli-doc-typos
...
fix a typo in the CLI usage docs
2019-11-18 11:26:24 -05:00
Ryan Petrello
9c2797b34c
fix a typo in the CLI usage docs
2019-11-18 11:21:34 -05:00
Ryan Petrello
732f7d2292
Merge pull request #3962 from ryanpetrello/license-pass
...
don't set rh_username and rh_password in the license upload
2019-11-18 11:03:36 -05:00
Ryan Petrello
9458741b72
don't set rh_username and rh_password in the license upload
2019-11-18 10:02:31 -05:00
AlanCoding
ddf9fd581e
Run and fix all sanity tests
2019-11-14 20:56:06 -05:00
James Vornhagen
b6745db4b8
update documentation example
...
missing k in workflow.
- Docs Pull Request
+label: docsite_pr
2019-11-14 20:56:05 -05:00
AlanCoding
35a565d09f
In tower_job_wait intentionally fail module for failure
2019-11-14 20:56:05 -05:00
AlanCoding
b878aed400
Add test coverage for launch with multiple prompted creds
2019-11-14 20:56:04 -05:00
AlanCoding
1961a8ba15
Fix and test for warning when creating project
2019-11-14 20:56:04 -05:00
Hideki Saito
b76018d6e0
Fix multibyte character handling issue for tower_job_wait #55585
...
Add multibyte hostname handling test as an integration test
Signed-off-by: Hideki Saito <saito@fgrep.org>
2019-11-14 20:56:04 -05:00
AlanCoding
a40398e6a1
Remove sanity exceptions no longer needed
2019-11-14 20:56:03 -05:00
AlanCoding
97e2fbbe27
Add collection test coverage for creating vault credential
2019-11-14 20:56:03 -05:00
Mathieu Mallet
bcbad06c10
tower_credential: Missing 'kind' attribute ( #61324 )
...
In the 'tower_credential' module, when the credential 'kind' is set to
'vault', the code expects the other parameter 'vault_id' to be set.
Unfortunately, in the module 'credential_type_for_v1_kind' method, the
'kind' parameter is popped, i.e. remove from the module dict of
parameters leading to the following error:
> Parameter 'vault_id' is only valid if parameter 'kind' is specified as
'vault'
Fixes : #45644 , #61324
Testing Done: Manually create a playbook with a task as follow
- name: Create vault with ID 'bar' exists
tower_credential:
name: Foobar vault
organization: Foobar
kind: vault
vault_id: bar
vault_password: foobar
2019-11-14 20:55:59 -05:00
Ryan Petrello
a15bf9ee41
fix a few bugs related to container group execution
...
see: https://github.com/ansible/awx/issues/5326
2019-11-14 14:00:48 -05:00
Ryan Petrello
f049b61460
Merge pull request #3937 from ryanpetrello/approval-notification-bug
...
fix a bug that broken custom approval notification messages
2019-11-04 13:02:37 -05:00
Ryan Petrello
458ca69405
fix a bug that broken custom approval notification messages
2019-11-04 13:01:50 -05:00
Alan Rominger
871d87374b
Only turn off Galaxy cert verification via toggle ( #3933 )
2019-10-31 22:56:48 -04:00
Ryan Petrello
4d0c567d73
Merge pull request #3911 from jbradberry/truncate-fix
...
Add the no_truncate parameter to the job and adhoc event sublist views
2019-10-28 16:08:29 -04:00
Jeff Bradberry
b48815d2bb
Add the no_truncate parameter to the job and adhoc event sublist views
...
which are the ones that the CLI actually uses.
2019-10-28 12:51:14 -04:00
Jake McDermott
ad383cdb44
Merge pull request #3909 from jakemcdermott/fix-3578-comment
...
Improve code comment regarding handling of omitted events
2019-10-28 11:52:11 -04:00
Jake McDermott
91afa88b44
Improve accuracy of code comment
2019-10-28 11:28:57 -04:00
Ryan Petrello
b575fa4243
Merge pull request #3898 from ryanpetrello/k8s-messy-client
...
attempt to clean up cacert trash the k8s python client leaves behind
2019-10-28 11:09:24 -04:00
Alan Rominger
3cab73c574
Add tests for AWX collection credential fixes ( #3893 )
2019-10-28 09:58:00 -04:00
Ryan Petrello
b3af64d66f
work around a bug in the k8s client that leaves trash in /tmp
2019-10-28 09:43:32 -04:00
Jake McDermott
1869b73826
Merge pull request #3906 from jakemcdermott/fix-5110
...
Fix job / skip tags not getting used on launch prompt
2019-10-28 09:15:08 -04:00
Ryan Petrello
cc47afa856
Merge pull request #3904 from rebeccahhh/release_3.6.0
...
pinning pytest-mock to version 1.11.1
2019-10-27 10:33:32 -04:00
Jake McDermott
841975d72b
Scrape tag input state from dom and put it in vm
...
The tag input state lives somewhere in the associated select2 widgetry
and isn't directly tied to the vm like it is for the other inputs.
2019-10-26 20:02:41 -04:00
Rebeccah
678ce81487
pinning pytest-mock to version 1.11.1
2019-10-25 14:14:41 -04:00
Ryan Petrello
69e0f858bc
Merge pull request #3819 from AlanCoding/collection_sanity_36
...
Make AWX collection "pass" sanity tests
2019-10-25 13:06:13 -04:00
Ryan Petrello
2b12e26b98
Merge pull request #3903 from ryanpetrello/runner-1-4-4
...
pin to runner==1.4.4
2019-10-25 12:51:53 -04:00
Ryan Petrello
634550fb0b
pin to runner==1.4.4
2019-10-25 12:50:53 -04:00
Shane McDonald
dc89479b4c
Merge pull request #3901 from ryanpetrello/syntax
...
fix a syntax error
2019-10-25 10:21:30 -04:00
Ryan Petrello
b51b1a959f
fix a syntax error
...
whoopsie
2019-10-25 10:20:18 -04:00
Rebeccah Hunter
8de92b152c
Merge pull request #3899 from rebeccahhh/release_3.6.0
...
fix serializer validation when instance not present
2019-10-25 09:27:03 -04:00
Rebeccah
95ab5327c3
added in check to see if the the current check has an instance or not to prevent nonetype errors
2019-10-25 09:20:44 -04:00
AlanCoding
e40f29092b
Fully rely on error ignoring for sanity rel imports
2019-10-24 15:10:38 -04:00