index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preserve `_ansible_no_log` from action result; fix `include_vars` to set prop...
Matt Davis
2024-10-25
15
-46
/
+157
*
user module avoid conflicts ssh pub key (#84165)
Brian Coca
2024-10-24
5
-5
/
+132
*
Remove deprecated compat.selector (#84155)
Abhijeet Kasurde
2024-10-23
4
-66
/
+3
*
Fixed broken tests (#84088)
Abhijeet Kasurde
2024-10-18
6
-90
/
+53
*
test: Remove unreachable tests (#83696)
Abhijeet Kasurde
2024-10-18
1
-147
/
+0
*
Use open with context manager (#83337)
Abhijeet Kasurde
2024-10-18
16
-66
/
+43
*
Trim `selinux_policytype` @ integration tests (#84136)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-10-18
1
-1
/
+1
*
test: use password to generate random string instead of range (#84129)
Colin Watson
2024-10-17
1
-1
/
+1
*
Faster host removal from a handler (#84091)
Martin Krizek
2024-10-17
1
-1
/
+7
*
Remove configuration options that were moved to inventory plugins now that an...
Sloane Hertel
2024-10-16
1
-54
/
+0
*
test for gathering FIPS facts (#83266)
Abhijeet Kasurde
2024-10-16
2
-19
/
+21
*
Use dict comprehension instead (#83680)
Abhijeet Kasurde
2024-10-16
1
-5
/
+1
*
Remove unnecessary code (#84085)
Abhijeet Kasurde
2024-10-15
1
-6
/
+2
*
feat: checksum_algo param for find module (#83014)
ShIRann Chen
2024-10-11
5
-25
/
+65
*
ansible-test - Improve container probe error handling (#84109)
Matt Clay
2024-10-11
3
-9
/
+28
*
service_facts: add FreeBSD support (#82556)
Brian Coca
2024-10-10
3
-3
/
+78
*
Add NoReturn annotations in module_utils (#84106)
Matt Clay
2024-10-10
3
-3
/
+7
*
Enable bad-docstring-quotes pylint rule for core (#84100)
Matt Clay
2024-10-09
2
-0
/
+6
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
416
-2236
/
+2236
*
ansible-test - Work around pylint issue on 3.11 (#84094)
Matt Clay
2024-10-09
2
-4
/
+7
*
ansible-test - Enable pylint docstyle for tests (#84092)
Matt Clay
2024-10-09
6
-53
/
+50
*
ansible-test - Update base/default containers (#84089)
Matt Clay
2024-10-09
2
-3
/
+4
*
Fix copyright format for gather_facts and mount_facts as documented (#84087)
Sloane Hertel
2024-10-09
2
-2
/
+2
*
Cover unit tests with mypy (#84084)
Matt Clay
2024-10-08
26
-115
/
+218
*
Update unique filter docs (#84078)
Abhijeet Kasurde
2024-10-08
1
-3
/
+19
*
user module, avoid chmoding symlink'd home file (#83956)
Brian Coca
2024-10-08
4
-2
/
+74
*
docs: `unique` add missing settings (#84076)
Tinyblargon
2024-10-08
1
-0
/
+12
*
PlayIterator: skip tasks from already ran roles (#83793)
Martin Krizek
2024-10-08
6
-29
/
+23
*
ansible-galaxy - fix ignoring certs when installing from git repos (#83332)
Sloane Hertel
2024-10-08
4
-6
/
+49
*
ansible-test - Update astroid for pylint sanity test (#84054)
Matt Clay
2024-10-04
2
-2
/
+2
*
ansible-test - Disable pylint deprecated-* rules (#84050)
Matt Clay
2024-10-04
7
-2
/
+21
*
Implicit flush_handlers inherit play tags (#83968)
Martin Krizek
2024-10-04
5
-12
/
+41
*
Fix error message given by ansible.module_utils.facts.timeout.timeout (#83945)
Sloane Hertel
2024-10-03
3
-4
/
+4
*
ansible-test - Update sanity tests and default Python (#83998)
Matt Clay
2024-10-03
13
-23
/
+31
*
Reduce number of implicit meta tasks (#84007)
Martin Krizek
2024-10-03
10
-152
/
+93
*
file: simplify the code (#84043)
Abhijeet Kasurde
2024-10-03
2
-94
/
+126
*
get_url: properly parse filename in content-disposition (#83748)
Martin Krizek
2024-10-03
4
-22
/
+41
*
Use sentinel everywhere (#84041)
Abhijeet Kasurde
2024-10-03
19
-94
/
+92
*
ansible-test - Update nios-test-container to 6.0.0 (#84042)
Matt Clay
2024-10-02
2
-1
/
+3
*
remove one ignore clause for module copy (#83643)
Alexei Znamensky
2024-10-02
3
-3
/
+4
*
cron: return stdout and rc for cron command (#83290)
Jack Farzan
2024-10-01
2
-1
/
+4
*
debconf: set empty password value (#83217)
Abhijeet Kasurde
2024-10-01
4
-41
/
+153
*
Prevent condor from being installed and fulfilling libfmt dependency (#84023)
Matt Martz
2024-09-30
1
-1
/
+1
*
Add additional logging for SSH runtime output timeouts and escalation message...
uber-dendy
2024-09-30
2
-7
/
+12
*
INVENTORY_IGNORE_EXTS stop ignoring ini (#84001)
Brian Coca
2024-09-26
3
-1
/
+5
*
facts: Skip path if the distribution path is directory (#84012)
Abhijeet Kasurde
2024-09-26
3
-1
/
+21
*
package/dnf action plugins: better facts failure msg (#83995)
Martin Krizek
2024-09-26
3
-9
/
+14
*
Test entry points with editable install (#84002)
Matt Clay
2024-09-24
1
-17
/
+32
*
Ansible Errors, Don't hide stacked messages when yaml (#83933)
Brian Coca
2024-09-24
4
-8
/
+16
*
split: Fix incorrect example result of the split builtin filter (#83982)
林博仁 Buo-ren Lin
2024-09-24
1
-1
/
+1
[next]