summaryrefslogtreecommitdiffstats
path: root/test/units/executor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce number of implicit meta tasks (#84007)Martin Krizek2024-10-031-27/+0
* loop_control "early exit" feature (#62151)Brian Coca2024-09-051-0/+2
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-272-2/+2
* Remove extraneous pylint ignore (#83257)Abhijeet Kasurde2024-06-111-5/+4
* Updates to interpreter discovery for 2.17 (#82420)Matt Martz2024-02-141-15/+15
* Revert "Fix older external connection plugins without _sub_plugin declaration...Brian Coca2024-01-031-84/+1
* Fix older external connection plugins without _sub_plugin declaration (#79372)J vanBemmel2024-01-031-1/+84
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-021-3/+2
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-025-5/+5
* Remove Python `< 3.5` `selectors` fallbacks (#81872)Sviatoslav Sydorenko2023-10-111-2/+0
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-0510-27/+11
* Drop Python 2.7 and Python 3.6 support (#81866)Matt Clay2023-10-031-1/+0
* Handle exceptions in interpreter discovery (#81745)Abhijeet Kasurde2023-09-211-0/+12
* Remove Python 3.5 support (#80972)Sloane Hertel2023-06-151-3/+3
* Fix pylint disallowed-name errors (#80854)Abhijeet Kasurde2023-05-221-2/+2
* simple skip of connection (#80638)Brian Coca2023-05-191-17/+20
* Remove deprecated include (#80752)Jordan Borean2023-05-181-7/+8
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Do not double calculate loops and `delegate_to` (#80171)Matt Martz2023-03-231-1/+14
* Avoid trailing spaces in unit test (#80033)Matt Clay2023-02-181-9/+10
* Add condition that causes a when to skip a task to output msg (#78918)Jordan Borean2023-02-141-0/+1
* Update collections.abc imports (#79911)Matt Clay2023-02-041-1/+0
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-034-12/+11
* Remove unused and unreachable unit test code (#79854)Matt Clay2023-01-313-16/+4
* Add support for importlib.resources (#78915)Matt Martz2023-01-102-1/+5
* Fix connection/become task loop settings (#78565)Jordan Borean2022-09-301-0/+1
* Replace get_persistent_connection_options in task_executor with get_options (...Kate Case2022-08-171-0/+2
* Clean up unit tests. (#78498)Matt Clay2022-08-101-3/+3
* Add toggle to fix module_defaults with module-as-redirected-action on a per-m...Sloane Hertel2022-05-241-4/+17
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-236-7/+7
* PlayIterator - remove deprecated states (#77444)Martin Krizek2022-04-111-30/+0
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-236-6/+6
* Allow specifying specific python via shebang (#76677)Brian Coca2022-01-131-1/+4
* Introduce public methods to access PlayIterator._host_states (#74416)Martin Krizek2021-11-091-2/+2
* PlayIterator: use enums for states (#74511)Martin Krizek2021-10-261-5/+34
* Fix up string splitting to prepare for pylint update. (#75479)Matt Clay2021-08-121-2/+2
* Change interpreter discovery defaults to silently prefer Python 3 (#75049)Sam Doran2021-08-041-3/+2
* Try to get best usable locale (#75033)Brian Coca2021-06-231-0/+1
* Use ArgumentSpecValidator in AnsibleModule (#73703)Sam Doran2021-03-191-1/+2
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-111-0/+1
* Add implicit role_complete block instead of role._eor (#72208)Martin Krizek2020-12-091-0/+5
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-231-1/+1
* refactor Python module_utils locator (#70610)Matt Davis2020-07-171-87/+6
* Nuke with_ squashing, deprecated for 2.11 (#70209)Rick Elrod2020-06-231-183/+0
* Avoid unnecessary comprehensions.Matt Clay2020-06-181-1/+1
* Make Python path warning say what it means to say (#69669)Karl Fogel2020-05-291-1/+1
* Fix filedescriptor out of range in select() when running commands (#65058)Bob Weinand2020-05-141-0/+6
* Try to load action plugin from the same collection as the module (#66701)Nathaniel Case2020-01-311-6/+6
* Add mechanism for storing warnings and deprecations outside of AnsibleModule ...Sam Doran2020-01-281-0/+2
* Fix network action plugin load in collection (#65849)Ganesh Nalawade2019-12-161-6/+8