summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/unarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-273-3/+3
* unarchive: handle content and size differences (#83454)Abhijeet Kasurde2024-06-207-0/+110
* Add FreeBSD 13.3 and 14.0 to ansible-test (#82530)Brian Coca2024-03-211-1/+1
* Remove the yum module, redirect it to dnf (#81895)Martin Krizek2024-01-232-2/+2
* Remove crypt support from ansible.utils.encrypt (#81721)Martin Krizek2024-01-181-0/+1
* unarchive: force unarchive if the symlink target changes (#82253)Abhijeet Kasurde2023-11-211-0/+62
* Fix outdated S3 URLs (#81964)Matt Clay2023-10-131-1/+1
* Remove py2 support from urls.py (#81880)Matt Martz2023-10-091-21/+1
* unarchive - ensure src is an absolute path before picking handler (#80738)Sloane Hertel2023-05-243-0/+22
* _symbolic_mode_to_octal- fix raising ValueError for invalid symbolic modes (#...Sloane Hertel2023-04-271-0/+23
* unarchive - properly handle relative path for `dest` (#75267)Sam Doran2023-03-012-0/+27
* Remove trailing spaces from lines in YAML (#80032)Matt Clay2023-02-181-2/+2
* Change the language used in the unarchive test. (#78382)Matt Clay2022-07-281-3/+3
* Split integration test fixes. (#78281)Matt Clay2022-07-183-86/+38
* unarchive - fall back to unzip -Z if zipinfo is not available (#76971)Sloane Hertel2022-06-071-0/+31
* Remove MacOSX-specific cleanup for unarchive tests-hertel2022-05-041-6/+7
* apply owner/group permissions to top folder with unarchive module (#73024)Pablo Escobar Lopez2022-02-172-0/+74
* ansible-test - Remove AIX provisioning support. (#76747)Matt Clay2022-01-121-1/+0
* unarchive: Keep stderr when pick_handler fails (#76365)Jean Raby2021-12-232-0/+28
* unarchive: fix non-english locales (#76542)Jonathan Neuhauser2021-12-142-0/+42
* Fix zip content filtering in unarchive module (#76069)Tadej Borovšak2021-10-291-0/+15
* Require Jinja2 3.0.0 (#75881)Martin Krizek2021-10-201-5/+0
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-211-0/+1
* Fix cleaning up user for unarchive tests (#75681)Sloane Hertel2021-09-103-1/+6
* unarchive - do not fail in init when trying to find required binary (#74892)Sam Doran2021-06-077-11/+74
* Integration test fixes.Matt Clay2021-05-011-0/+3
* Fix combinated run of unarchive and uri tests under centos 6Alexander Sowitzki2021-04-231-28/+38
* unarchive: add support for .tar.zst (zstd compression) (#73265)Jeff Squyres2021-02-103-0/+70
* unarchive - add include option (#40522)Sijis Aviles2020-12-074-10/+85
* [unarchive] work on older RHEL with group: <gid> (#72098)Rick Elrod2020-10-064-0/+188
* Changes required for macOS 10.15 (#71841)Matt Martz2020-09-251-0/+1
* Updates to Integration tests to pass against Alpine (#70946)Matt Martz2020-08-071-1/+0
* Fix unstable unarchive test (#71004)Sam Doran2020-07-313-11/+20
* unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental gro...Philip Douglass2020-07-3017-864/+922
* Enable passing tests on power.Matt Clay2020-04-201-1/+0
* Testing: Add support for CentOS Linux On Power platform (#68130)Yanis Guenane2020-04-161-0/+1
* Unify yaml style in unarchive tests to be dict-style (refs #68272) (#68477)Rick Elrod2020-03-271-49/+153
* Add some more test coverage for unarchive (#68272)Rick Elrod2020-03-251-0/+108
* Simplify package install in unarchive test.Matt Clay2020-02-081-15/+6
* Testing: Add support for AIX platform (#65802)Yanis Guenane2020-01-301-0/+1
* Fix unarchive integration test failure due to rpm error (#66420)Sam Doran2020-01-143-14/+4
* Temporarily mark unarchive test unstable.Matt Clay2020-01-111-0/+1
* Fix unarchive integration test on CentOS 6 (#66362)Sam Doran2020-01-102-1/+21
* Install zip for unarchive test when using dnf.Matt Clay2019-10-071-3/+3
* fix unarchive integration tests when LC_ALL is not set to en_US.UTF-8 (#58431)Sloane Hertel2019-06-281-0/+34
* Fix integration tests to support remote hosts.Matt Clay2019-01-252-98/+100
* fix: ensure than all item of a list of excluded files aren't checked (#45122)lrrb2018-12-061-2/+5
* introduce `module_utils.urls.fetch_file` as a wrapper to download and save fi...Evgeni Golov2018-10-081-0/+20
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-241-1/+1
* Fix: wildcard excludes in unarchive with tar archives (#40935)Sijis Aviles2018-06-221-9/+53