summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/uri (follow)
Commit message (Expand)AuthorAgeFilesLines
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-272-2/+2
* ansible-test - Update http-test-container (#83272)Matt Clay2024-05-192-15/+8
* Add FreeBSD 13.3 and 14.0 to ansible-test (#82530)Brian Coca2024-03-211-0/+1
* uri: update use_netrc.yml (#82672)Ikko Eltociear Ashimine2024-02-141-3/+3
* Fix url encoded credentials in netloc (#82552)Yacht Shaver2024-01-231-0/+12
* uri: Handle the "force" parameter properly (#82187)Mike Bonnet2024-01-231-0/+16
* uri action plugin check_mode support update (#82484)Brian Coca2024-01-091-0/+11
* Remove obsolete compat code from integration tests (#81961)Matt Clay2023-10-121-15/+8
* Remove py2 support from urls.py (#81880)Matt Martz2023-10-094-148/+88
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-2/+1
* URI Module find json sub type (#80745)Brent Barbachem2023-05-231-0/+12
* Do not use hardcoded httpbin.org in uri tests (#80101)Matt Martz2023-02-271-2/+2
* Add missing newlines to YAML files (#80031)Matt Clay2023-02-182-2/+2
* Use uri in uri test instead of get_url.Matt Clay2023-01-111-1/+1
* Fixes for uri integration test. (#79688)Matt Clay2023-01-073-3/+45
* 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-251-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-071-0/+19
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-212-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-09-303-7/+7
* More boilerplate fixes. (#70224)Matt Clay2020-06-231-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-301-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-152-2/+10
* Remove conflicting urllib3 from pip in uri test.Matt Clay2019-03-151-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-253-14/+17
* Handle non-target file deps for integration tests.Matt Clay2019-01-151-0/+1
* Update requirements for urllib3 for python 2.6.Matt Clay2018-10-162-3/+1