community.general/lib/ansible/plugins
Nathaniel Case a3385a60b4
httpapi: let httpapi plugin handle HTTPErrors other than 401 (#43436)
* Hold httpapi response in BytesIO

* Let httpapi plugin deal with HTTP codes if it wants

* Python 3.5 won't json.loads() bytes

* Don't modify headers passed to send

* Move code handling back to send()

but let httpapi plugin have a say on how it happens
2018-08-13 10:25:06 -04:00
..
action Remove call to parse_returned_data when removing tmpdir 2018-08-10 12:18:11 -07:00
cache Do not try to import simplejson in jsonfile.py (#40983) 2018-06-01 11:24:57 -07:00
callback Display correct task title with strategy 'free' (fixes #43950) 2018-08-10 23:39:44 -07:00
cliconf new nos_command module (#43056) 2018-08-10 13:50:02 -07:00
connection httpapi: let httpapi plugin handle HTTPErrors other than 401 (#43436) 2018-08-13 10:25:06 -04:00
filter Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
httpapi httpapi: let httpapi plugin handle HTTPErrors other than 401 (#43436) 2018-08-13 10:25:06 -04:00
inventory Misc typo fixes in function docs (#43779) 2018-08-07 20:13:51 +02:00
lookup Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
netconf Fix netconf plugin set_option (#43589) 2018-08-02 11:31:17 +05:30
shell win-async: fix race condition in async run (#43691) 2018-08-06 09:21:53 +10:00
strategy Use inventory.get_host instead of direct access to inventory.hosts (#41860) 2018-06-25 15:06:32 -05:00
terminal new nos_command module (#43056) 2018-08-10 13:50:02 -07:00
test Add a 'finished' test for async jobs (#38325) 2018-07-24 23:21:28 +02:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py inventory plugins: add test about config API usage (#41888) 2018-07-19 10:45:45 -07:00
loader.py Catch exceptions when importing plugins, and display an appropriate warning. Fixes #43237 (#43501) 2018-07-31 16:00:04 -05:00