AlanCoding
bcfd2d6aa4
Silence deprecation warnings from tower_credential
2020-04-07 13:24:34 -04:00
AlanCoding
da661e45ae
Remove unnecessary module parameters
...
remove cases of required=False, the default
remove str type specifier which, the default
remove supports check mode, not changeable
2020-04-06 22:08:41 -04:00
softwarefactory-project-zuul[bot]
0b433ebb1c
Merge pull request #6609 from beeankha/wfjt_module_inventory_fix
...
Resolve Name to ID Properly in WFJT Module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 23:42:34 +00:00
beeankha
e346493921
Add inventory param to the wfjt module test playbook
2020-04-06 15:21:57 -04:00
beeankha
bd39fab17a
Resolve name to ID correctly in workflow jt module
2020-04-06 15:08:01 -04:00
beeankha
b0f68d97da
Update comment in test playbook:
2020-04-06 12:38:46 -04:00
John Westcott IV
c1bb62cc36
Removing recursive check, allowwing old pattern to commence
2020-04-06 10:11:18 -04:00
beeankha
f5cf7c204f
Update unit test, edit credential module to pass sanity tests
2020-04-06 10:11:18 -04:00
John Westcott IV
6d08e21511
Resolving comment and updating tests
2020-04-06 10:11:18 -04:00
John Westcott IV
8b881d195d
Change lookup to include organization
2020-04-06 10:11:18 -04:00
John Westcott IV
5c9ff51248
Change compare_fields to static method
2020-04-06 10:11:18 -04:00
AlanCoding
3f64768ba8
loosen some credential test assertions
2020-04-06 10:11:18 -04:00
John Westcott IV
fd24918ba8
Initial conversion of tower_credential
2020-04-06 10:11:18 -04:00
AlanCoding
dbe3863b04
Allow setting identifier for approval nodes
2020-04-03 15:33:57 -04:00
Ryan Petrello
8b00b8c9c2
remove deprecated legacy manual inventory source support
...
see: https://github.com/ansible/awx/issues/6309
2020-04-03 10:54:43 -04:00
AlanCoding
e99500cf16
Mark test as xfail, move to unit testing
2020-04-02 14:48:33 -04:00
beeankha
5d68f796aa
Rebase + fix typos
2020-04-02 09:21:33 -04:00
AlanCoding
15036ff970
Add unit tests for notification module
2020-04-02 09:14:50 -04:00
John Westcott IV
32783f7aaf
Fixing linting errors
2020-04-02 09:14:50 -04:00
John Westcott IV
8699a8fbc2
Resolving comments on PR
...
Made notification type optional
Fixed examples to use notification_configuration
Fixed defaults for headers to prevent deprication warning
Removed default on messages
2020-04-02 09:14:49 -04:00
John Westcott IV
b4cde80fa9
Updating example to match test
2020-04-02 09:14:49 -04:00
John Westcott IV
eb4db4ed43
Adding field change to readme and example and test of custom messages
2020-04-02 09:14:49 -04:00
John Westcott IV
649aafb454
Initial conversion of tower_notification
2020-04-02 09:14:49 -04:00
softwarefactory-project-zuul[bot]
d64b898390
Merge pull request #6491 from john-westcott-iv/second_tower_job_template_update
...
Second attempt at converting tower_job_template
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-01 14:09:22 +00:00
beeankha
bb184f8ffb
Update booleans to pass linter
2020-04-01 08:58:28 -04:00
beeankha
9f2c9b13d7
Update unit test, extra_vars handling, and edit README
2020-03-31 16:16:11 -04:00
Caleb Boylan
04ccff0e3f
Collection: add tower_group child group tests
2020-03-31 09:43:53 -07:00
John Westcott IV
4b76332daf
Added notification of removal of extra_vars_path
2020-03-30 23:35:11 -04:00
John Westcott IV
db38339179
Second attempt at converting tower_job_template
2020-03-30 23:35:11 -04:00
AlanCoding
059e744774
Address errors with login and logout in python2
...
Addresses scenarios when username and password
were used and collection obtained token
Fix error sendall() arg 1 must be string or buffer
Improve error handling related to authentication
clear the query after request and before logout
put response data in error in both cases
2020-03-30 13:48:14 -04:00
beeankha
230949c43c
Fix timeout error
2020-03-27 15:44:23 -04:00
beeankha
2e8f9185ab
Fix default value errors for cases of None for min/max_interval
2020-03-27 15:05:23 -04:00
beeankha
6d6322ae4d
Update integration tests, update tower_wait module
2020-03-27 15:05:23 -04:00
John Westcott IV
914ea54925
Make module prefer interval (if set) over min/max
...
Fix linting issues for True vs true
Fix up unit test related errors
2020-03-27 15:05:23 -04:00
John Westcott IV
b9b62e3771
Removing assert that job is pending on job launch
2020-03-27 15:05:23 -04:00
John Westcott IV
e03911d378
Depricate min and max interval in favor of interval
2020-03-27 15:05:23 -04:00
John Westcott IV
61287f6b36
Removing old unneeded output and fixing comments
2020-03-27 15:05:23 -04:00
John Westcott IV
f6bfdef34d
Removed old secho comment from Tower-CLI
...
Fixed job name for tests
2020-03-27 15:05:23 -04:00
John Westcott IV
7494ba7b9c
Initial cut at tower_job_wait conversion
2020-03-27 15:05:23 -04:00
beeankha
a50b03da17
Remove unnecessary fields in associations file
2020-03-26 20:04:11 -04:00
beeankha
9f4afe6972
Fix misc. linter errors
2020-03-26 12:01:48 -04:00
John Westcott IV
b99a04dd8d
Adding associations to generator
2020-03-26 12:01:48 -04:00
John Westcott IV
357e22eb51
Compensating for default of '' for a JSON typed field
2020-03-26 12:01:48 -04:00
AlanCoding
703345e9d8
Add alias for group children of groups
2020-03-25 11:33:13 -04:00
AlanCoding
d102b06474
Rename group-to-group field to align with API
2020-03-25 11:33:09 -04:00
AlanCoding
551fd088f5
Remove test workarounds
2020-03-24 15:42:35 -04:00
AlanCoding
a72e885274
Fix bug with association on creation
2020-03-24 15:34:52 -04:00
AlanCoding
8ba4388014
Rewrite tests to use the new modules
2020-03-23 22:47:30 -04:00
AlanCoding
f3e8623a21
Move workflow test target
2020-03-23 22:34:11 -04:00
AlanCoding
077461a3ef
Docs touchups
2020-03-23 22:00:02 -04:00