Ryan Petrello
2623a9912c
Clarify that this project is no longer maintained
2020-09-16 12:11:50 -04:00
Alan Rominger
c355a3f477
update version for 3.3.9 release
v3.3.9
2020-03-12 14:52:30 -04:00
Alan Rominger
29b27f483c
Merge pull request #750 from AlanCoding/schema_error_handling
...
Improve error handling for users using the schema command
2020-03-12 14:51:37 -04:00
AlanCoding
fb1772b9d8
Improve error handling for users using the schema command
2020-03-12 12:54:10 -04:00
Alan Rominger
b87d8ea095
Merge pull request #751 from AlanCoding/pin_click
...
pin the click library to fix tests
2020-03-12 12:52:58 -04:00
AlanCoding
2667de1764
pin the click library to fix tests
2020-03-12 12:46:47 -04:00
Alan Rominger
487a1b9a8e
Merge pull request #745 from AlanCoding/vault_credential_too
...
Apply deprecated vault_credential field to JTs
2020-01-14 13:46:42 -05:00
AlanCoding
b3d49ce2cf
Prepare patch for release
2020-01-14 11:54:08 -05:00
AlanCoding
33b8ab492f
Apply deprecated vault_credential field to JTs
2020-01-02 14:40:42 -05:00
Alan Rominger
b2d525bf23
Merge pull request #746 from AlanCoding/fix_old_python
...
Remove incompatible python version, add newer
2020-01-02 14:40:17 -05:00
AlanCoding
9802ead48b
Remove incompatible python version, add newer
2020-01-02 14:37:43 -05:00
Alan Rominger
81492750c7
Merge pull request #610 from AlanCoding/multi_vault
...
Support for multi-credential / multi-vault
2019-10-30 15:24:07 -04:00
AlanCoding
1f12edf237
Support for multi-vault
...
*Attempt to use JT credentials endpoint with fallback
*Allow specifying list of credentials on job launch
2019-10-30 15:20:40 -04:00
AlanCoding
020da26191
Mention new field in release notes
v3.3.7
2019-10-25 12:55:39 -04:00
Alan Rominger
8e39804b6d
Merge pull request #741 from AlanCoding/to_the_future
...
Get send/receive to work with AWX 8.0.0 and JT credentials
2019-10-25 12:53:32 -04:00
AlanCoding
fd051703b4
Update docs and tests for credential fixes
2019-10-25 08:58:11 -04:00
AlanCoding
761bad184b
If old credential field specified, add to JT
2019-10-24 11:11:01 -04:00
AlanCoding
31fd5d8b25
Get send/receive to work with AWX 8.0.0 and JT credentials
2019-10-24 11:00:11 -04:00
Alan Rominger
d764b3b4a1
Merge pull request #738 from AlanCoding/docs_dep
...
Redirect to new AWX CLI
2019-09-12 06:19:51 -04:00
AlanCoding
ca6d0d2279
Redirect to new AWX CLI
2019-09-11 22:21:44 -04:00
Alan Rominger
487a6ca37f
Merge pull request #731 from kfattig/job_slice_count
...
added support for 'job_slice_count' on JTs
2019-08-15 19:35:19 -04:00
Kyle Fattig
d3f53e1094
added support for 'job_slice_count' on JTs
2019-08-08 14:40:15 -05:00
AlanCoding
f2bcc3a3c5
Prepare administrative release for packaging fix
v3.3.6
2019-07-19 16:10:09 -04:00
Alan Rominger
b245295877
Merge pull request #725 from AlanCoding/underlines
...
extend underlines because PyPI complained
2019-07-19 15:30:38 -04:00
AlanCoding
3d09cb4bd9
extend underlines because PyPI complained
2019-07-19 15:23:27 -04:00
Alan Rominger
d210177f11
Merge pull request #724 from AlanCoding/release_335
...
Prepare for 3.3.5 release
v3.3.5
2019-07-19 14:38:43 -04:00
AlanCoding
9bad0fc23d
Prepare for 3.3.5 release
2019-07-19 12:15:00 -04:00
Alan Rominger
03e0b13328
Merge pull request #721 from MarBra/master
...
Fix 'Found more than one unified job' bug
2019-07-18 19:48:42 -04:00
marcel
8bf16eaf12
Fix 'Found more than one unified job' bug
2019-07-17 21:38:56 +02:00
Alan Rominger
8a020e8062
Merge pull request #700 from jainnikhil30/master
...
enable notifier on org, project and inventory sources
2019-07-09 13:04:28 -04:00
Alan Rominger
5363e79787
Merge pull request #711 from wainaxman/master
...
Adding insecure flag to CONFIG_PARAM_TYPE in conf.py
2019-07-09 09:44:12 -04:00
81099b67c0
Fixes #710 by adding insecure BOOL to CONFIG_PARAM_TYPE https://github.com/ansible/tower-cli/issues/710
2019-07-04 09:13:04 +02:00
Alan Rominger
2f03c42e1e
Merge pull request #718 from john-westcott-iv/master
...
#706 Fixing issue when importing a job template with a schedule.
2019-07-03 09:34:02 -04:00
John Westcott IV
e7a5d275bd
#706 Fixing issue when importing a job template with a schedule.
2019-07-03 08:53:43 -04:00
Alan Rominger
fa54024d2e
Merge pull request #708 from pilou-/handle_admin_roles_with_space
...
grant role to user: handle admin roles with space
2019-06-26 09:09:09 -04:00
Pierre-Louis Bonicoli
059c1959d5
grant role to user: handle admin roles with space
...
Fix 'Unable to add user' when granted role contains a space:
$ awx-cli send <<EOF
[
{
"asset_type": "organization",
"name": "MyOrg",
"asset_relation": {
"roles": [
{
"name": "Inventory Admin",
"user": ["misc"],
"team": []
}
]
}
}
]
EOF
ORGANIZATION [MyOrg] ***
Asset up to date
Unable to add user misc to Inventory Admin role: The requested object could not be found.
2019-06-11 02:55:08 +02:00
Pierre-Louis Bonicoli
1a0f47368d
Check that admin roles with space are supported
2019-06-11 02:47:58 +02:00
root
410edf0698
remove blank space and correct the parameter
2019-04-26 19:47:59 +05:30
root
8068a6e941
enable notifier on org, project and inventory sources
2019-04-26 19:06:52 +05:30
Alan Rominger
a2b151fed9
Merge pull request #699 from jainnikhil30/master
...
Use the correct resolution name for credentials in workflow_job_template_node
2019-04-23 09:03:23 -04:00
jainnikhil30
b68c7df941
use the correct resolution name for credentials
2019-04-23 18:16:24 +05:30
Alan Rominger
70f0fe5bdc
Merge pull request #697 from AlanCoding/release334
...
Prepare release 3.3.4
v3.3.4
2019-04-22 11:51:35 -04:00
AlanCoding
f3b922adfe
Prepare release 3.3.4
2019-04-22 10:47:38 -04:00
Alan Rominger
797e7288dd
Merge pull request #695 from jainnikhil30/master
...
change for using correct get method depending on param type
2019-04-16 15:18:43 -04:00
jainnikhil30
d9c0c514d4
correct the if condition
2019-04-16 19:14:29 +05:30
jainnikhil30
cef2202887
use the parser in a better way
2019-04-16 18:39:01 +05:30
jainnikhil30
7e2864de29
remove the break, it breaks the unit tests and some other minor changes
2019-04-16 09:08:27 +05:30
jainnikhil30
468e5c2540
fix indentation and remove hardcoded values
2019-04-15 19:12:51 +05:30
jainnikhil30
8500144d72
change for using correct get method depending on param type
2019-04-15 18:45:40 +05:30
Alan Rominger
62720c73a1
Merge pull request #693 from jainnikhil30/master
...
change notify to boolean
2019-04-15 07:20:36 -04:00