index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
/
file
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
1
-1
/
+1
*
file module, follow symlink when doing hardlink (#34228)
odra
2024-05-30
1
-0
/
+45
*
Replace Unicode no-break spaces with ASCII spaces
Matt Clay
2024-01-17
1
-3
/
+3
*
Remove trailing spaces from lines in YAML (#80032)
Matt Clay
2023-02-18
2
-6
/
+6
*
Fix file touch check mode result (#79360) (#79422)
sbettid
2022-11-29
1
-0
/
+76
*
Fix file integration test chattr/lsattr check. (#78614)
Matt Clay
2022-08-22
1
-0
/
+2
*
Update attributes of files that are links without specifying link target (#76...
Matthew Donoughe
2022-08-10
2
-2
/
+14
*
Make builtin.file modification times support check_mode (#76973)
Stephen Ryan
2022-02-08
2
-0
/
+72
*
group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853)
Matt Martz
2022-01-26
7
-156
/
+161
*
ansible-test - Remove AIX provisioning support. (#76747)
Matt Clay
2022-01-12
1
-1
/
+0
*
ansible-test - split controller/target testing (#75605)
Matt Clay
2021-09-21
1
-1
/
+4
*
Fix test interactions by cleaning up users with the same uid by using 'force:...
Sloane Hertel
2021-09-10
2
-0
/
+3
*
file integration test - cleanup testing users and group
Sam Doran
2021-06-16
3
-0
/
+26
*
Remove include from tests (#74330)
David Shrewsbury
2021-04-20
3
-3
/
+3
*
Let file module not change link to absolute when src not given (#65448)
Alexander Sowitzki
2021-03-01
2
-1
/
+47
*
AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory ...
Pilou
2020-12-04
2
-0
/
+84
*
Let get_file_attributes() work without `lsattr -v` (#71845)
Rick Elrod
2020-09-22
1
-8
/
+4
*
Fix attribute testing in file integration test. (#71843)
Matt Clay
2020-09-21
1
-0
/
+40
*
file: module should warn in check_mode when path and owner/group don't exist ...
Andrew Klychkov
2020-09-03
1
-0
/
+119
*
Add pause to avoid same mtime in test.
Matt Clay
2020-09-03
1
-0
/
+4
*
file - return 'state': 'absent' when a file does not exist (#66503)
Sam Doran
2020-05-21
1
-1
/
+20
*
Pull timezone's incidental file coverage into file tests (#68247)
Rick Elrod
2020-03-23
1
-0
/
+43
*
Testing: Add support for AIX platform (#65802)
Yanis Guenane
2020-01-30
1
-0
/
+1
*
file - change warning to error (#66671)
Sam Doran
2020-01-29
1
-0
/
+15
*
file - change _diff_peek type in argument_spec (#60428)
Sam Doran
2020-01-17
2
-6
/
+20
*
Update file.py's help doc, and narrow down diff logic, for recent pull 56353 ...
Iain Madder
2019-08-13
1
-7
/
+11
*
Fix incorrect assumptions in integration tests. (#58365)
Matt Clay
2019-06-26
1
-1
/
+1
*
File module - fix unicode paths and add a test (#57558)
Sloane Hertel
2019-06-08
2
-0
/
+16
*
Update file.py's initial_diff() to list existing when state: absent (#56353)
Iain Madder
2019-06-07
1
-1
/
+19
*
file: fix setting relative paths for src for hard links (#56055)
Martin Krizek
2019-06-05
1
-6
/
+68
*
file: fix setting attributes for symlinked file (#57217)
Martin Krizek
2019-06-05
1
-1
/
+38
*
Add option to ignore, warn, or error when a module parameter is converted to ...
Sam Doran
2019-02-22
1
-0
/
+4
*
test - add setup target that creates the nobody user (#52750)
Jordan Borean
2019-02-22
1
-0
/
+1
*
add pause to make test more stable (#51680)
Jordan Borean
2019-02-04
1
-0
/
+3
*
file - allow touch on files not owned by user (#50964)
Jordan Borean
2019-01-23
1
-0
/
+31
*
Add new parameters to manage mtime and atime for file module, fixes #30226 (#...
Stephen SORRIAUX
2018-08-24
2
-0
/
+47
*
Update Shippable integration test groups. (#43118)
Matt Clay
2018-07-24
1
-1
/
+1
*
accept + and - modifiers for file attributes (#40061)
Andreas Calminder
2018-06-14
1
-3
/
+19
*
More file refactoring (#40114)
Toshio Kuratomi
2018-05-16
1
-1
/
+3
*
Reorganize and expand the file tests
Toshio Kuratomi
2018-05-04
5
-180
/
+655
*
Fix for file module with recursive permission setting and broken symlinks
Toshio Kuratomi
2018-05-04
1
-0
/
+3
*
Fix for file module with symlinks to nonexistent target (#39635)
Toshio Kuratomi
2018-05-04
1
-0
/
+9
*
Clarify the behaviour of file's src parameter with relative paths
Toshio Kuratomi
2018-04-20
1
-1
/
+27
*
file tests: control & managed host can be distinct
Pierre-Louis Bonicoli
2018-01-11
1
-2
/
+9
*
fix file attributes changed detection
Maxime de Roucy
2017-12-15
1
-0
/
+16
*
Add more tests for copy/file/template with harlinks
Toshio Kuratomi
2017-08-18
1
-1
/
+30
*
add test for template, file, and copy with hardlinks
Andrew Erickson
2017-08-18
1
-0
/
+16
*
Add missing `needs/root` alias to `file` test. (#22800)
Matt Clay
2017-03-20
1
-0
/
+1
*
Show diff when file: state=link changes the symlink target (#22243)
Marius Gedminas
2017-03-06
1
-0
/
+20
*
Initial ansible-test implementation. (#18556)
Matt Clay
2016-11-30
1
-0
/
+1
[next]