index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
/
get_url
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
1
-2
/
+2
*
get_url: Verify checksum using tmpsrc, not dest (#64092)
Danilo Bargen
2024-06-20
1
-0
/
+43
*
ansible-test - Update http-test-container (#83272)
Matt Clay
2024-05-19
2
-19
/
+7
*
Add FreeBSD 13.3 and 14.0 to ansible-test (#82530)
Brian Coca
2024-03-21
1
-0
/
+1
*
Remove more Python 2 handling from tests (#82449)
Sloane Hertel
2024-01-08
1
-1
/
+0
*
Remove obsolete compat code from integration tests (#81961)
Matt Clay
2023-10-12
1
-15
/
+8
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
1
-2
/
+1
*
Remove trailing spaces from lines in YAML (#80032)
Matt Clay
2023-02-18
1
-2
/
+2
*
Add missing newlines to YAML files (#80031)
Matt Clay
2023-02-18
1
-1
/
+1
*
Fix detection of available hashlib algorithms (#79946)
Matt Clay
2023-02-08
2
-0
/
+22
*
Ensure we are passing ciphers to all url_get calls (#79718)
Matt Martz
2023-01-12
1
-1
/
+1
*
uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)
Artur
2022-09-12
2
-0
/
+70
*
Allow selection of TLS/SSL ciphers (#78650)
Matt Martz
2022-09-08
2
-0
/
+22
*
Add support for gzip decoding responses (#41925)
Matt Martz
2022-07-13
1
-0
/
+30
*
get_url - permit to have a checksum only file (#77948)
Sloane Hertel
2022-06-02
1
-1
/
+21
*
ansible-test - Remove AIX provisioning support. (#76747)
Matt Clay
2022-01-12
1
-1
/
+0
*
Expose `unredirected_headers` to `uri` and `get_url` modules (#75308)
Matt Martz
2021-07-28
1
-0
/
+29
*
modules: get_url: Fix checksum binary validation (#74502)
René Moser
2021-05-07
1
-0
/
+35
*
[get_url] skip checksum during --check (#66700)
pva
2020-12-22
1
-0
/
+9
*
Fix FreeBSD HTTP Kerberos setup (#72595)
Jordan Borean
2020-11-12
1
-28
/
+13
*
Add support for GSSAPI/Kerberos to urls.py (#72113)
Jordan Borean
2020-10-13
2
-0
/
+69
*
Update the tests to work with new httptester container (#72013)
Jordan Borean
2020-09-30
1
-4
/
+4
*
get_url: Handle same SHA sum for downloaded files (#71435)
Abhijeet Kasurde
2020-09-01
1
-0
/
+60
*
get_url - Allow checksum file to be local file:// url (#71205)
Edwin Hermans
2020-08-17
1
-0
/
+13
*
More boilerplate fixes. (#70224)
Matt Clay
2020-06-23
1
-0
/
+3
*
wait_for simplehttpserver to come up online
Abhijeet Kasurde
2020-04-28
1
-0
/
+6
*
Testing: Add support for AIX platform (#65802)
Yanis Guenane
2020-01-30
1
-0
/
+1
*
get_url: remove deprecated headers string format (#66649)
Martin Krizek
2020-01-28
1
-27
/
+0
*
[get_url] Return status_code on HTTP 304 (#65739)
Baptiste Mille-Mathias
2019-12-19
1
-1
/
+14
*
get_url integration test: Fix missing conditional (#64100)
Danilo Bargen
2019-10-31
1
-0
/
+1
*
Don't treat no checksum as a checksum match (#62146)
Matt Martz
2019-09-13
1
-6
/
+30
*
cert validation fixes - Attempt 2 (#55953)
Matt Martz
2019-05-31
1
-1
/
+1
*
get_url: return no change in check mode when checksum matches (#53070)
Tony Finch
2019-03-01
1
-0
/
+13
*
Squash redundant tasks (#52628)
Dag Wieers
2019-02-26
1
-27
/
+12
*
More test fixes for split controller/remote tests.
Matt Clay
2019-01-26
1
-5
/
+5
*
Fix integration tests to support remote hosts.
Matt Clay
2019-01-25
2
-42
/
+58
*
Fix logic to not re-download existing files when force=no (#45495)
Matt Martz
2018-09-11
1
-1
/
+12
*
Fix remote checksums when paths have leading dots (#45287)
David RodrÃguez
2018-09-11
1
-0
/
+26
*
Implement part of #27617 [expend checksum format to <algorithm>:(<checksum>|<...
Shuang Wang
2018-08-24
2
-0
/
+102
*
fix issue [ get_url does not change mode when checksum matches ] (#43342)
Shuang Wang
2018-08-01
1
-21
/
+50
*
Update Shippable integration test groups. (#43118)
Matt Clay
2018-07-24
1
-1
/
+1
*
Overhaul httptester support in ansible-test. (#39892)
Matt Clay
2018-05-09
1
-0
/
+1
*
Use HTTPS instead of HTTP for httpbin tests. (#39457)
Matt Clay
2018-05-02
2
-7
/
+6
*
Disable failing tests.
Matt Clay
2018-04-28
1
-0
/
+1
*
get_url should accept headers as a dict, instead of only a complicated string...
Matt Martz
2018-04-10
1
-1
/
+36
*
get_url tests: controller & managed node can be distinct
Pierre-Louis Bonicoli
2018-01-11
1
-5
/
+6
*
Deprecate tests used as filters (#32361)
Matt Martz
2017-11-27
1
-5
/
+5
*
Fix github_issue test and enable in CI.
Matt Clay
2017-09-01
1
-1
/
+1
*
Ensure exit_json returns failed = False
Dag Wieers
2017-05-30
1
-5
/
+4
*
Add check_mode to get_url (#20532)
SesquipedalianDefenestrator
2017-04-28
1
-0
/
+22
[next]