index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
executor
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
2
-12
/
+12
*
Reduce number of implicit meta tasks (#84007)
Martin Krizek
2024-10-03
1
-27
/
+0
*
loop_control "early exit" feature (#62151)
Brian Coca
2024-09-05
1
-0
/
+2
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
2
-2
/
+2
*
Remove extraneous pylint ignore (#83257)
Abhijeet Kasurde
2024-06-11
1
-5
/
+4
*
Updates to interpreter discovery for 2.17 (#82420)
Matt Martz
2024-02-14
1
-15
/
+15
*
Revert "Fix older external connection plugins without _sub_plugin declaration...
Brian Coca
2024-01-03
1
-84
/
+1
*
Fix older external connection plugins without _sub_plugin declaration (#79372)
J vanBemmel
2024-01-03
1
-1
/
+84
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
1
-3
/
+2
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
5
-5
/
+5
*
Remove Python `< 3.5` `selectors` fallbacks (#81872)
Sviatoslav Sydorenko
2023-10-11
1
-2
/
+0
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
10
-27
/
+11
*
Drop Python 2.7 and Python 3.6 support (#81866)
Matt Clay
2023-10-03
1
-1
/
+0
*
Handle exceptions in interpreter discovery (#81745)
Abhijeet Kasurde
2023-09-21
1
-0
/
+12
*
Remove Python 3.5 support (#80972)
Sloane Hertel
2023-06-15
1
-3
/
+3
*
Fix pylint disallowed-name errors (#80854)
Abhijeet Kasurde
2023-05-22
1
-2
/
+2
*
simple skip of connection (#80638)
Brian Coca
2023-05-19
1
-17
/
+20
*
Remove deprecated include (#80752)
Jordan Borean
2023-05-18
1
-7
/
+8
*
Use ansible.module_utils.common.text.converters (#80704)
Matt Clay
2023-05-03
1
-1
/
+1
*
Do not double calculate loops and `delegate_to` (#80171)
Matt Martz
2023-03-23
1
-1
/
+14
*
Avoid trailing spaces in unit test (#80033)
Matt Clay
2023-02-18
1
-9
/
+10
*
Add condition that causes a when to skip a task to output msg (#78918)
Jordan Borean
2023-02-14
1
-0
/
+1
*
Update collections.abc imports (#79911)
Matt Clay
2023-02-04
1
-1
/
+0
*
Clean up unused imports in unit tests (#79893)
Matt Clay
2023-02-03
4
-12
/
+11
*
Remove unused and unreachable unit test code (#79854)
Matt Clay
2023-01-31
3
-16
/
+4
*
Add support for importlib.resources (#78915)
Matt Martz
2023-01-10
2
-1
/
+5
*
Fix connection/become task loop settings (#78565)
Jordan Borean
2022-09-30
1
-0
/
+1
*
Replace get_persistent_connection_options in task_executor with get_options (...
Kate Case
2022-08-17
1
-0
/
+2
*
Clean up unit tests. (#78498)
Matt Clay
2022-08-10
1
-3
/
+3
*
Add toggle to fix module_defaults with module-as-redirected-action on a per-m...
Sloane Hertel
2022-05-24
1
-4
/
+17
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
6
-7
/
+7
*
PlayIterator - remove deprecated states (#77444)
Martin Krizek
2022-04-11
1
-30
/
+0
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
6
-6
/
+6
*
Allow specifying specific python via shebang (#76677)
Brian Coca
2022-01-13
1
-1
/
+4
*
Introduce public methods to access PlayIterator._host_states (#74416)
Martin Krizek
2021-11-09
1
-2
/
+2
*
PlayIterator: use enums for states (#74511)
Martin Krizek
2021-10-26
1
-5
/
+34
*
Fix up string splitting to prepare for pylint update. (#75479)
Matt Clay
2021-08-12
1
-2
/
+2
*
Change interpreter discovery defaults to silently prefer Python 3 (#75049)
Sam Doran
2021-08-04
1
-3
/
+2
*
Try to get best usable locale (#75033)
Brian Coca
2021-06-23
1
-0
/
+1
*
Use ArgumentSpecValidator in AnsibleModule (#73703)
Sam Doran
2021-03-19
1
-1
/
+2
*
module compat for py3.8+ controller (#73423)
Matt Davis
2021-02-11
1
-0
/
+1
*
Add implicit role_complete block instead of role._eor (#72208)
Martin Krizek
2020-12-09
1
-0
/
+5
*
fix internal cases of actions calling unqualified module names (#70818)
Matt Davis
2020-07-23
1
-1
/
+1
*
refactor Python module_utils locator (#70610)
Matt Davis
2020-07-17
1
-87
/
+6
*
Nuke with_ squashing, deprecated for 2.11 (#70209)
Rick Elrod
2020-06-23
1
-183
/
+0
*
Avoid unnecessary comprehensions.
Matt Clay
2020-06-18
1
-1
/
+1
*
Make Python path warning say what it means to say (#69669)
Karl Fogel
2020-05-29
1
-1
/
+1
*
Fix filedescriptor out of range in select() when running commands (#65058)
Bob Weinand
2020-05-14
1
-0
/
+6
*
Try to load action plugin from the same collection as the module (#66701)
Nathaniel Case
2020-01-31
1
-6
/
+6
*
Add mechanism for storing warnings and deprecations outside of AnsibleModule ...
Sam Doran
2020-01-28
1
-0
/
+2
[next]