summaryrefslogtreecommitdiff
path: root/test/integration/targets/uri
Commit message (Expand)AuthorAgeFilesLines
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-122-0/+54
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-082-0/+35
* Re-organize CI test groups for POSIX tests. (#77420)Matt Clay2022-08-041-1/+1
* Cleanup write_file method in uri (#76412)James Livulpi2022-07-131-2/+1
* Add support for gzip decoding responses (#41925)Matt Martz2022-07-131-0/+21
* Fix HTTP tests on FreeBSD when running split.Matt Clay2022-06-241-2/+2
* honor use_proxy parameter (#77312)h4rr212022-04-061-0/+20
* ansible-test - Remove AIX provisioning support. (#76747)Matt Clay2022-01-121-1/+0
* Handle HTTPError being partially initialized due to the error. Fixes #76386 (...Matt Martz2021-12-021-0/+10
* Don't use output_dir in target tests (#76107)Matt Martz2021-10-212-20/+20
* Allow ca_path to point to a bundle (#75894)Matt Martz2021-10-081-0/+19
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-202-2/+16
* Expose `unredirected_headers` to `uri` and `get_url` modules (#75308)Matt Martz2021-07-281-0/+27
* uri - fix traceback on multipart-form int value (#74302)Jordan Borean2021-04-161-0/+10
* uri - add ca_path parameter (#71979)Florian Heiderich2021-02-051-0/+42
* Fix FreeBSD HTTP Kerberos setup (#72595)Jordan Borean2020-11-121-33/+19
* Add support for GSSAPI/Kerberos to urls.py (#72113)Jordan Borean2020-10-132-0/+85
* Update the tests to work with new httptester container (#72013)Jordan Borean2020-10-013-7/+7
* More boilerplate fixes. (#70224)Matt Clay2020-06-221-0/+3
* do not return the body even if it failed (#69706)Jack2020-06-012-0/+52
* Strip no log values from module response keys. Fixes #68400 (#69653)Matt Martz2020-05-211-0/+12
* Add multipart/form-data functionality (#69376)Matt Martz2020-05-202-0/+28
* Testing: Add support for AIX platform (#65802)Yanis Guenane2020-01-291-0/+1
* cert validation fixes - Attempt 2 (#55953)Matt Martz2019-05-311-1/+1
* Ensure uri module always returns status even on failure (#56240)Sam Doran2019-05-231-2/+5
* register: fail when invalid var name is specified (#56456)Martin Krizek2019-05-171-2/+2
* uri: do not write the file after failure (#53515)Martin Krizek2019-03-221-0/+25
* Add shippable/posix/group4/ for CI. (#53816)Matt Clay2019-03-151-1/+1
* Fix uri integration test uninstall of urllib3. (#53834)Matt Clay2019-03-142-2/+10
* Remove conflicting urllib3 from pip in uri test.Matt Clay2019-03-141-0/+6
* uri/win_uri: Make method a free text field (#49719)Dag Wieers2019-02-281-0/+14
* uri: check unexpected failure doesn't occur when file cannot be saved (#45824)Pilou2019-02-042-4/+34
* Fix integration tests to support remote hosts.Matt Clay2019-01-243-14/+17
* Handle non-target file deps for integration tests.Matt Clay2019-01-141-0/+1
* Update requirements for urllib3 for python 2.6.Matt Clay2018-10-162-3/+1
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-231-1/+1
* Add src parameter for uri module that can be used in place of body. Supports ...Matt Martz2018-05-311-1/+30
* uri: Add form-urlencoded support to body_format (#37188)Dag Wieers2018-05-171-0/+56
* Fix uri test on Python 2.6.Matt Clay2018-05-161-0/+1
* Overhaul httptester support in ansible-test. (#39892)Matt Clay2018-05-091-0/+1
* Use HTTPS instead of HTTP for httpbin tests. (#39457)Matt Clay2018-05-016-179/+178
* Disable failing tests.Matt Clay2018-04-271-0/+1
* Handle duplicate headers in the uri module (#33792)Matt Martz2018-04-101-0/+11
* Required changes to support redirects on HTTP 307/308 (#36809)Dag Wieers2018-04-064-67/+120
* uri: Add redirect tests for none, safe, urllib2 and all (#37068)Dag Wieers2018-03-295-0/+1095
* Fix uri test on Python 2.6.Matt Clay2018-03-192-0/+2
* win_uri: fixes (#35487)Jordan Borean2018-02-071-36/+0
* Miscellaneous test fixes. (#35301)Matt Clay2018-01-241-1/+1
* Fix some TODOs to use generic_urlparse which allows proper netrc selection. F...Matt Martz2018-01-032-0/+17
* Deprecate tests used as filters (#32361)Matt Martz2017-11-271-8/+8