index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cover unit tests with mypy (#84084)
Matt Clay
2024-10-08
1
-81
/
+89
*
Fix error message given by ansible.module_utils.facts.timeout.timeout (#83945)
Sloane Hertel
2024-10-03
1
-3
/
+1
*
debconf: set empty password value (#83217)
Abhijeet Kasurde
2024-10-01
1
-0
/
+63
*
Add mount_facts module (#83508)
Sloane Hertel
2024-09-19
2
-0
/
+994
*
iptables, use existing validation (#83907)
Brian Coca
2024-09-06
1
-14
/
+0
*
unarchive: Better handling of files with an invalid timestamp in zip file (#8...
Gilson Guimarães
2024-06-13
1
-0
/
+53
*
test_apt: migrate from unittest to pytest (#82666)
Abhijeet Kasurde
2024-03-15
1
-40
/
+40
*
Follow fix for test_iptables (#82768)
Abhijeet Kasurde
2024-03-05
1
-1
/
+1
*
test: migrate iptables tests from unittests to pytest (#82647)
Abhijeet Kasurde
2024-03-01
1
-1154
/
+1410
*
iptables: added choices in match_set_flags option (#82641)
Abhijeet Kasurde
2024-02-06
1
-56
/
+61
*
Remove the yum module, redirect it to dnf (#81895)
Martin Krizek
2024-01-23
1
-221
/
+0
*
uri: Handle the "force" parameter properly (#82187)
Mike Bonnet
2024-01-23
1
-0
/
+43
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
2
-5
/
+1
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
9
-13
/
+13
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
15
-32
/
+15
*
iptables chain creation does not populate with a rule (#80257)
Kristopher Newsome
2023-08-04
1
-31
/
+9
*
Improve code coverage of unit tests (#81119)
Matt Clay
2023-06-24
5
-56
/
+13
*
Fix pylint disallowed-name errors (#80854)
Abhijeet Kasurde
2023-05-22
1
-8
/
+8
*
Fix hard-coded interpreter in test_async_wrapper (#80816)
Matt Clay
2023-05-17
1
-2
/
+2
*
Use ansible.module_utils.common.text.converters (#80704)
Matt Clay
2023-05-03
3
-3
/
+3
*
_symbolic_mode_to_octal- fix raising ValueError for invalid symbolic modes (#...
Sloane Hertel
2023-04-27
1
-0
/
+4
*
Symbolic modes with X or =[ugo] always use original mode (#80132)
Sean Reifschneider
2023-04-11
1
-6
/
+13
*
Update collections.abc imports (#79911)
Matt Clay
2023-02-04
1
-1
/
+1
*
Clean up unused imports in unit tests (#79893)
Matt Clay
2023-02-03
2
-6
/
+0
*
Prefer unittest.mock over mock. (#77886)
Matt Clay
2022-05-23
7
-15
/
+13
*
unarchive: fix io_buffer_size option, remove ignore.txt entry (#77271)
Felix Fontein
2022-03-17
1
-0
/
+2
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
7
-7
/
+9
*
Resubmit: Use SystemdStrategy for Debian in the hostname module (#76929)
Thomas Sjögren
2022-02-09
1
-0
/
+13
*
iptables - added a ``chain_management`` parameter to control chain (#76378)
Éloi Rivard
2022-01-24
1
-13
/
+197
*
Unbreak hostname.RedHatStrategy (#76032)
Martijn Pieters
2021-11-15
1
-0
/
+99
*
pip - Use pip from the current Python interpreter. (#75634)
Matt Clay
2021-09-04
1
-0
/
+2
*
yum: fix parsing of check-update with subsequent empty lines (#75452)
Martin Krizek
2021-08-20
1
-0
/
+15
*
modules moved to use best_parsable_locale (#75250)
Brian Coca
2021-07-15
1
-0
/
+5
*
get_distribution - Return distribution for all platforms (#71641)
Sam Doran
2021-06-11
1
-0
/
+2
*
apt_key: add --recv argument as last one (#74949)
Jonathan Kirszling
2021-06-10
1
-0
/
+27
*
unarchive - do not fail in init when trying to find required binary (#74892)
Sam Doran
2021-06-07
1
-18
/
+33
*
unarchive: Fail when zipinfo is not available (#74632)
Abhijeet Kasurde
2021-06-02
1
-0
/
+76
*
Remove commented code (#74860)
Abhijeet Kasurde
2021-06-01
1
-10
/
+0
*
hostname: clean up strategies
Alexander Sowitzki
2021-05-27
1
-1
/
+1
*
[hostname] don't write in get_*() methods
Rick Elrod
2021-05-27
1
-0
/
+35
*
async_wrapper more info on end (#74199)
Brian Coca
2021-04-13
1
-2
/
+3
*
Solaris: Correct version check in svcadm_supports_sync API (#73860)
Guillermo Adrián Molina
2021-04-10
1
-0
/
+68
*
Fix comment in iptables unit test (#74061)
Amin Vakil
2021-03-30
1
-1
/
+1
*
iptables: Added set module/match_set support (#72984)
Martin Zimmermann
2021-01-11
1
-0
/
+63
*
iptables: Adding multiport module support (#72928)
Martin Zimmermann
2020-12-14
1
-0
/
+36
*
iptables: Reorder comment postition (#71496)
Amin Vakil
2020-11-09
1
-0
/
+41
*
service_facts: return service state information on AIX (#72073)
dberg1
2020-10-13
1
-0
/
+126
*
sanity: remove ansible-bad-function (#70431)
Abhijeet Kasurde
2020-07-07
1
-1
/
+1
*
Add intentional unit tests for basic._set_cwd and common.dict_merge (#70283)
jctanner
2020-06-25
1
-0
/
+57
*
Clean up unit test boilerplate.
Matt Clay
2020-06-22
9
-2
/
+24
[next]