1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-06 00:48:50 +01:00

27 Commits

Author SHA1 Message Date
jainnikhil30
5b0093a259 change the FullLoader to SafeLoader 2019-03-21 21:07:24 +05:30
jainnikhil30
b31895723f add Loader=yaml.FullLoader to yaml.load, because of the deprecation. More info here h[Dttps://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation 2019-03-21 15:16:17 +05:30
AlanCoding
7c2feb9082 avoid duplicating exception classes 2018-06-20 12:29:36 -04:00
Ryan Petrello
74c48fde59 check for oauth2 support in Tower w/ HTTP HEAD, not GET 2018-03-07 16:44:31 -05:00
Ryan Petrello
8c3af6ef41 support authentication via oauth2 personal access tokens
see: https://github.com/ansible/tower-cli/issues/478
2018-03-07 15:07:51 -05:00
AlanCoding
58aab0af26 use field for many-to-many relationships 2017-11-06 08:36:00 -05:00
Aaron Tan
5d77251173 Flake8 fixes
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-10-23 10:55:08 -04:00
Aaron Tan
34f8a8dd81 Handle extra-long words in printing debug log
The initial implementation does not take into consideration that some
words in a debug log might be longer than 75 characters, thus cause
infinite loop.

Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-10-04 16:09:22 -04:00
AlanCoding
ab089566a1 Merge branch 'v1' into merge_v1 2017-09-19 13:31:02 -04:00
Aaron Tan
a2cb2760de Copy exceptions.py file 2017-08-07 14:50:58 -04:00
Aaron Tan
2a6b8ddf39 Implement instance/instance_group resources 2017-07-21 16:44:35 -04:00
Aaron Tan
e8fe17a88c Usage compatibility fix for Tower modules 2017-07-18 13:15:41 -04:00
Aaron Tan
c1c130d0d9 Spread util code files 2017-07-06 17:22:54 -04:00
AlanCoding
3a4956fc56 allow related specification of inv src by short name 2017-07-06 13:31:26 -04:00
Aaron Tan
72cf8d4a9d Refactor to have cli directory. 2017-06-08 16:28:41 -04:00
Aaron Tan
0fb7b64c91 merge utils/decorators.py into conf.py 2017-06-05 13:03:57 -04:00
AlanCoding
03262ea28c change the ordering in which runtime config vars are processed 2017-03-09 12:43:03 -05:00
Aaron Tan
422c707258 Fix potential traceback caused by unicode incompatibility in custom click type conversion. 2017-03-07 15:04:02 -05:00
Ryan Petrello
c5d246a1bf Merge pull request #252 from ryanpetrello/settings-cli
support listing, retrieving, and updating Configure Tower in Tower setting values
2017-03-06 16:49:59 -05:00
Ryan Petrello
ecc9df29f4 allow license uploads
see: #246
2017-03-06 16:45:49 -05:00
Alan Rominger
4b88052b09 Merge pull request #253 from AlanCoding/workflow_rebase
Add the ability to manage workflows
2017-03-03 14:54:19 -05:00
AlanCoding
7ef1b1fa9f move commit for workflow work in progress 2017-03-02 09:46:39 -05:00
AlanCoding
b9649213f0 added functionality for WFJT schema creation 2017-03-02 09:39:56 -05:00
Aaron Tan
9649e7dbca python3 compatibility fix. 2017-03-02 09:30:08 -05:00
Aaron Tan
996e71a677 Add unicode support in extra_var field. 2017-03-02 09:30:08 -05:00
Ryan Petrello
9668648df6 remove some confusing flags from settings resource commands 2017-03-02 08:50:48 -05:00
Ryan Petrello
cf1d6ea2f6 remove the unnecessary lib path and package_dir specification
this is breaking usage of `pip install -e .`
2017-03-01 12:18:05 -05:00