index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
/
unarchive
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
3
-3
/
+3
*
unarchive: handle content and size differences (#83454)
Abhijeet Kasurde
2024-06-20
7
-0
/
+110
*
Add FreeBSD 13.3 and 14.0 to ansible-test (#82530)
Brian Coca
2024-03-21
1
-1
/
+1
*
Remove the yum module, redirect it to dnf (#81895)
Martin Krizek
2024-01-23
2
-2
/
+2
*
Remove crypt support from ansible.utils.encrypt (#81721)
Martin Krizek
2024-01-18
1
-0
/
+1
*
unarchive: force unarchive if the symlink target changes (#82253)
Abhijeet Kasurde
2023-11-21
1
-0
/
+62
*
Fix outdated S3 URLs (#81964)
Matt Clay
2023-10-13
1
-1
/
+1
*
Remove py2 support from urls.py (#81880)
Matt Martz
2023-10-09
1
-21
/
+1
*
unarchive - ensure src is an absolute path before picking handler (#80738)
Sloane Hertel
2023-05-24
3
-0
/
+22
*
_symbolic_mode_to_octal- fix raising ValueError for invalid symbolic modes (#...
Sloane Hertel
2023-04-27
1
-0
/
+23
*
unarchive - properly handle relative path for `dest` (#75267)
Sam Doran
2023-03-01
2
-0
/
+27
*
Remove trailing spaces from lines in YAML (#80032)
Matt Clay
2023-02-18
1
-2
/
+2
*
Change the language used in the unarchive test. (#78382)
Matt Clay
2022-07-28
1
-3
/
+3
*
Split integration test fixes. (#78281)
Matt Clay
2022-07-18
3
-86
/
+38
*
unarchive - fall back to unzip -Z if zipinfo is not available (#76971)
Sloane Hertel
2022-06-07
1
-0
/
+31
*
Remove MacOSX-specific cleanup for unarchive test
s-hertel
2022-05-04
1
-6
/
+7
*
apply owner/group permissions to top folder with unarchive module (#73024)
Pablo Escobar Lopez
2022-02-17
2
-0
/
+74
*
ansible-test - Remove AIX provisioning support. (#76747)
Matt Clay
2022-01-12
1
-1
/
+0
*
unarchive: Keep stderr when pick_handler fails (#76365)
Jean Raby
2021-12-23
2
-0
/
+28
*
unarchive: fix non-english locales (#76542)
Jonathan Neuhauser
2021-12-14
2
-0
/
+42
*
Fix zip content filtering in unarchive module (#76069)
Tadej Borovšak
2021-10-29
1
-0
/
+15
*
Require Jinja2 3.0.0 (#75881)
Martin Krizek
2021-10-20
1
-5
/
+0
*
ansible-test - split controller/target testing (#75605)
Matt Clay
2021-09-21
1
-0
/
+1
*
Fix cleaning up user for unarchive tests (#75681)
Sloane Hertel
2021-09-10
3
-1
/
+6
*
unarchive - do not fail in init when trying to find required binary (#74892)
Sam Doran
2021-06-07
7
-11
/
+74
*
Integration test fixes.
Matt Clay
2021-05-01
1
-0
/
+3
*
Fix combinated run of unarchive and uri tests under centos 6
Alexander Sowitzki
2021-04-23
1
-28
/
+38
*
unarchive: add support for .tar.zst (zstd compression) (#73265)
Jeff Squyres
2021-02-10
3
-0
/
+70
*
unarchive - add include option (#40522)
Sijis Aviles
2020-12-07
4
-10
/
+85
*
[unarchive] work on older RHEL with group: <gid> (#72098)
Rick Elrod
2020-10-06
4
-0
/
+188
*
Changes required for macOS 10.15 (#71841)
Matt Martz
2020-09-25
1
-0
/
+1
*
Updates to Integration tests to pass against Alpine (#70946)
Matt Martz
2020-08-07
1
-1
/
+0
*
Fix unstable unarchive test (#71004)
Sam Doran
2020-07-31
3
-11
/
+20
*
unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental gro...
Philip Douglass
2020-07-30
17
-864
/
+922
*
Enable passing tests on power.
Matt Clay
2020-04-20
1
-1
/
+0
*
Testing: Add support for CentOS Linux On Power platform (#68130)
Yanis Guenane
2020-04-16
1
-0
/
+1
*
Unify yaml style in unarchive tests to be dict-style (refs #68272) (#68477)
Rick Elrod
2020-03-27
1
-49
/
+153
*
Add some more test coverage for unarchive (#68272)
Rick Elrod
2020-03-25
1
-0
/
+108
*
Simplify package install in unarchive test.
Matt Clay
2020-02-08
1
-15
/
+6
*
Testing: Add support for AIX platform (#65802)
Yanis Guenane
2020-01-30
1
-0
/
+1
*
Fix unarchive integration test failure due to rpm error (#66420)
Sam Doran
2020-01-14
3
-14
/
+4
*
Temporarily mark unarchive test unstable.
Matt Clay
2020-01-11
1
-0
/
+1
*
Fix unarchive integration test on CentOS 6 (#66362)
Sam Doran
2020-01-10
2
-1
/
+21
*
Install zip for unarchive test when using dnf.
Matt Clay
2019-10-07
1
-3
/
+3
*
fix unarchive integration tests when LC_ALL is not set to en_US.UTF-8 (#58431)
Sloane Hertel
2019-06-28
1
-0
/
+34
*
Fix integration tests to support remote hosts.
Matt Clay
2019-01-25
2
-98
/
+100
*
fix: ensure than all item of a list of excluded files aren't checked (#45122)
lrrb
2018-12-06
1
-2
/
+5
*
introduce `module_utils.urls.fetch_file` as a wrapper to download and save fi...
Evgeni Golov
2018-10-08
1
-0
/
+20
*
Update Shippable integration test groups. (#43118)
Matt Clay
2018-07-24
1
-1
/
+1
*
Fix: wildcard excludes in unarchive with tar archives (#40935)
Sijis Aviles
2018-06-22
1
-9
/
+53
[next]