index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
plugins
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
4
-32
/
+32
*
Cover unit tests with mypy (#84084)
Matt Clay
2024-10-08
4
-9
/
+17
*
Reduce number of implicit meta tasks (#84007)
Martin Krizek
2024-10-03
1
-108
/
+26
*
psrp - Remove extras lookups (#83760)
Jordan Borean
2024-09-02
1
-61
/
+45
*
powershell - Improve CLIXML parsing (#83847)
Jordan Borean
2024-08-23
1
-3
/
+34
*
connection plugins: extras fix (#83353)
Brian Coca
2024-08-19
1
-7
/
+8
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
2
-3
/
+3
*
Remove extraneous pylint ignore (#83257)
Abhijeet Kasurde
2024-06-11
2
-4
/
+0
*
connection: update test coverage for SSH connection plugin (#82916)
Abhijeet Kasurde
2024-04-02
1
-3
/
+50
*
Remove deprecated scp_if_ssh from SSH connection plugin (#82072)
Abhijeet Kasurde
2024-03-25
1
-62
/
+3
*
Remove os.environ compat for py2 and deprecate ansible.utils.py3compat (#82794)
Matt Martz
2024-03-08
1
-2
/
+2
*
Avoid winrm hang on stdin write failure (#82766)
Jordan Borean
2024-03-06
1
-1
/
+1
*
Remove unused unit test code
Matt Clay
2024-01-03
1
-6
/
+2
*
fix pc misuse (#82157)
Brian Coca
2023-11-16
2
-22
/
+21
*
Remove duplicate winrm test (#82124)
Jordan Borean
2023-11-02
1
-20
/
+0
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
4
-22
/
+20
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
14
-14
/
+14
*
Remove Python `< 3.5` `selectors` fallbacks (#81872)
Sviatoslav Sydorenko
2023-10-11
1
-2
/
+2
*
Add more winrm coverage (#81923)
Jordan Borean
2023-10-05
1
-1
/
+101
*
Add test coverage for winrm (#81910)
Jordan Borean
2023-10-05
1
-0
/
+20
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
28
-73
/
+29
*
Fix set filters to use set operations (#81639)
Matt Clay
2023-09-11
1
-36
/
+49
*
Remove unreachable code in password lookup test (#81482)
Matt Clay
2023-08-09
1
-15
/
+6
*
Fix constructed inventory plugin unit test (#81481)
Matt Clay
2023-08-09
1
-5
/
+5
*
Replace `reboot_command` integration test with unit tests (#78956)
Sviatoslav Sydorenko
2023-07-13
1
-0
/
+214
*
Remove unused unit test code (#81150)
Matt Clay
2023-06-29
4
-112
/
+32
*
Remove unused strategy plugin unit tests (#81146)
Matt Clay
2023-06-28
1
-491
/
+0
*
Inventory Script Plugin: raise execution error (#81104)
Everson Leal
2023-06-26
1
-0
/
+8
*
Fix pylint disallowed-name errors (#80854)
Abhijeet Kasurde
2023-05-22
1
-5
/
+5
*
Use ansible.module_utils.common.text.converters (#80704)
Matt Clay
2023-05-03
7
-7
/
+7
*
password lookup, handle ident properly when saved (#80251)
Brian Coca
2023-03-27
1
-3
/
+14
*
move test so it runs when the plugin is modified (#80158)
Sloane Hertel
2023-03-07
1
-0
/
+0
*
update paramiko_ssh unit tests load the connection with plugin loader (#80157)
Sloane Hertel
2023-03-07
1
-6
/
+8
*
add a worker queue to get updates from the main results thread (#79886)
Sloane Hertel
2023-02-28
1
-89
/
+0
*
Fix pointless statements in unit tests (#79940)
Matt Clay
2023-02-07
2
-2
/
+2
*
Clean up unused imports in unit tests (#79893)
Matt Clay
2023-02-03
5
-6
/
+1
*
Add support for importlib.resources (#78915)
Matt Martz
2023-01-10
2
-1
/
+9
*
Fix password lookup rewrites file when using encrypt (#79431)
Gaudenz Steinlin
2022-11-29
1
-3
/
+4
*
mention acl in permissions errors (#79209)
Brian Coca
2022-10-28
1
-1
/
+1
*
fix password unit tests (#79113)
Sloane Hertel
2022-10-13
1
-31
/
+20
*
fix password lookup's use of f=v settings (#76551)
Brian Coca
2022-10-11
1
-51
/
+71
*
add ansible_name/ansible_aliases attrs to plugin objects (#78700)
Sloane Hertel
2022-09-15
1
-3
/
+3
*
refactor and fixes for doc parsing (#77719)
Brian Coca
2022-09-01
1
-1
/
+1
*
Move handler processing into new PlayIterator state (#77955)
Martin Krizek
2022-08-16
2
-71
/
+145
*
Revert "Re-enable strategy units (#78293)" (#78300)
Matt Clay
2022-07-19
1
-0
/
+2
*
Re-enable strategy units (#78293)
Matt Martz
2022-07-19
1
-2
/
+0
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
14
-14
/
+14
*
Remove deprecated loading cache plugins directly without cache_loader (#77655)
Martin Krizek
2022-04-28
1
-52
/
+2
*
Better info sourcing (#77511)
Brian Coca
2022-04-14
1
-0
/
+10
*
Move to display as single source of verbosity (#77498)
Brian Coca
2022-04-14
1
-1
/
+0
[next]