index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
module_utils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
facts: Skip path if the distribution path is directory (#84012)
Abhijeet Kasurde
2024-09-26
1
-0
/
+17
*
Move ansible-deprecated ignores for tests inline (#83989)
Matt Clay
2024-09-24
2
-13
/
+13
*
Do not convert floats to ints when there is truncation (#83864)
Brian Coca
2024-09-20
2
-6
/
+6
*
Add DaemonThreadPoolExecutor impl (#83880)
Matt Davis
2024-09-03
4
-0
/
+77
*
fix copy module update atime/mtime (#83235)
dkuji
2024-08-14
1
-0
/
+1
*
Deprecate remaining safe evals (#83293)
Martin Krizek
2024-08-08
1
-1
/
+4
*
systemd facts: Handle AttributeError (#83684)
Abhijeet Kasurde
2024-08-01
1
-3
/
+18
*
test: update tests (#83686)
Abhijeet Kasurde
2024-08-01
3
-62
/
+48
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
6
-6
/
+6
*
Add SL-Micro to Suse family list (#83541)
Harshvardhan Sharma
2024-07-08
1
-0
/
+23
*
human_to_bytes: strictly parse strings (#83403)
MajesticMagikarpKing
2024-06-18
1
-0
/
+73
*
Revert warning message in setup/gather_facts (#83427)
Abhijeet Kasurde
2024-06-11
3
-21
/
+2
*
Remove extraneous pylint ignore (#83257)
Abhijeet Kasurde
2024-06-11
4
-17
/
+5
*
facts: add facts about x86_64 flags to detect microarchitecture (#83356)
Abhijeet Kasurde
2024-06-04
3
-14
/
+40
*
test: Cleanup facts/network/* tests (#83256)
Abhijeet Kasurde
2024-05-30
4
-195
/
+186
*
Warn if the binary is unavailable using get_bin_path (#83258)
Abhijeet Kasurde
2024-05-16
2
-1
/
+20
*
setup module, make missing sysctl minor issue (#81297)
Brian Coca
2024-05-16
3
-32
/
+26
*
Darwin: add unit tests for hardware fact gathering (#83212)
Abhijeet Kasurde
2024-05-08
3
-0
/
+651
*
facts: Update RAID devices regex for FreeBSD (#82081)
Peter Whall
2024-05-06
3
-0
/
+565
*
Gather sysinfo facts on s390 (#83157)
Matt Martz
2024-05-01
2
-0
/
+264
*
atomic_move - fix preserving extended acls (#82818)
Sloane Hertel
2024-03-18
1
-9
/
+9
*
Handle error raised when argument validation (#82783)
Abhijeet Kasurde
2024-03-07
1
-1
/
+15
*
Use of constant for 644 permission variable (#82762)
Abhijeet Kasurde
2024-03-05
1
-1
/
+2
*
Fixed typo 'must by' to 'must be' (#82769)
Orion Poplawski
2024-03-05
1
-1
/
+1
*
Add MIRACLE LINUX as RedHat OS Family (#82722)
tikfj
2024-02-27
1
-0
/
+39
*
Remove the yum module, redirect it to dnf (#81895)
Martin Krizek
2024-01-23
1
-24
/
+9
*
Fix url encoded credentials in netloc (#82552)
Yacht Shaver
2024-01-23
1
-3
/
+8
*
🔥 Exterminate `__builtin__` import from tests (#82569)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-01-19
1
-5
/
+1
*
Add Alp-Dolomite to Suse family list (#82496)
Harshvardhan Sharma
2024-01-09
1
-0
/
+23
*
Remove unused unit test code (#82168)
Matt Clay
2023-11-08
1
-82
/
+1
*
Remove unused/unreachable unit test code (#82160)
Matt Clay
2023-11-07
5
-22
/
+1
*
Remove unit tests dependent on systemd bindings (#82161)
Matt Clay
2023-11-07
1
-72
/
+0
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
21
-75
/
+39
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
31
-39
/
+39
*
Add ignore invalid options override for mod wrapper (#81899)
Jordan Borean
2023-10-17
1
-0
/
+2
*
Unit test cleanup (#81958)
Matt Clay
2023-10-12
3
-61
/
+1
*
Remove Python `< 3.5` `selectors` fallbacks (#81872)
Sviatoslav Sydorenko
2023-10-11
1
-1
/
+1
*
Remove py2 support from urls.py (#81880)
Matt Martz
2023-10-09
7
-320
/
+96
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
119
-265
/
+119
*
Drop Python 2.7 and Python 3.6 support (#81866)
Matt Clay
2023-10-03
1
-14
/
+0
*
Extend mount info (#81768)
Hungtsetse
2023-09-26
1
-0
/
+2
*
Add unit tests for module_utils.compat.datetime (#81483)
Matt Clay
2023-08-09
2
-0
/
+34
*
Revert logic to use Popen.communicate (#80874)
Matt Martz
2023-08-09
1
-10
/
+10
*
remove deprecated datetime.datetime methods (#81323)
Sloane Hertel
2023-07-26
1
-8
/
+7
*
pep8: fix sanity for 3.12 (#81348)
Abhijeet Kasurde
2023-07-26
1
-1
/
+1
*
Fix ansible_pkg_mgr is unknown in Kylin Linux (#81314)
ERIK
2023-07-25
1
-0
/
+12
*
ansible-test - update module_utils/urls.py unit test to support cryptography ...
Sloane Hertel
2023-07-20
1
-4
/
+25
*
Improve code coverage of unit tests (#81119)
Matt Clay
2023-06-24
4
-37
/
+4
*
Use isinstance in unit tests for type checks (#80906)
Matt Clay
2023-05-27
1
-1
/
+1
*
Fix pylint disallowed-name errors (#80854)
Abhijeet Kasurde
2023-05-22
1
-3
/
+3
[next]