Commit Graph

139 Commits (4e69d83fac2efff3ac8f2fbc8a1e8a9728edc57e)

Author SHA1 Message Date
Lee Garrett 7e3916b767
Typo fixes and other bits and bobs (#83672)
2 years ago
Abhijeet Kasurde d16ad25e4b
Remove extraneous pylint ignore (#83257)
2 years ago
Matt Martz 5566a655ae
Updates to interpreter discovery for 2.17 (#82420)
2 years ago
Brian Coca 29b2405b84
Revert "Fix older external connection plugins without _sub_plugin declaration (#79372)" (#82473)
2 years ago
J vanBemmel ef1e01aa8b
Fix older external connection plugins without _sub_plugin declaration (#79372)
2 years ago
Matt Clay 5b1b0ce762 Remove Python 2 compat (via six) from unit tests
2 years ago
Matt Clay 18e8401edd
Remove Python 2.x compat from unit tests (#82109)
2 years ago
Sviatoslav Sydorenko d2ba76c117
Remove Python `< 3.5` `selectors` fallbacks (#81872)
2 years ago
Matt Clay 9f899f9492
Require `from __future__ import annotations` (#81902)
2 years ago
Matt Clay b94ee1cefd
Drop Python 2.7 and Python 3.6 support (#81866)
2 years ago
Abhijeet Kasurde 86fd7026a8
Handle exceptions in interpreter discovery (#81745)
2 years ago
Sloane Hertel ecbbd7e5d1
Remove Python 3.5 support (#80972)
3 years ago
Abhijeet Kasurde 652ddc4078
Fix pylint disallowed-name errors (#80854)
3 years ago
Brian Coca 4899d4a4d6
simple skip of connection (#80638)
3 years ago
Jordan Borean 8db9bd7574
Remove deprecated include (#80752)
3 years ago
Matt Clay 2cd1744be3
Use ansible.module_utils.common.text.converters (#80704)
3 years ago
Matt Martz 42355d181a
Do not double calculate loops and `delegate_to` (#80171)
3 years ago
Matt Clay 72c59cfd98
Avoid trailing spaces in unit test (#80033)
3 years ago
Jordan Borean 1e6b8249e7
Add condition that causes a when to skip a task to output msg (#78918)
3 years ago
Matt Clay 379058e10f
Update collections.abc imports (#79911)
3 years ago
Matt Clay 25d859f8fb
Clean up unused imports in unit tests (#79893)
3 years ago
Matt Clay c33c8cf086
Remove unused and unreachable unit test code (#79854)
3 years ago
Matt Martz 56d142350d
Add support for importlib.resources (#78915)
3 years ago
Jordan Borean ba6da65a0f
Fix connection/become task loop settings (#78565)
3 years ago
Kate Case bf1ef5a1f3
Replace get_persistent_connection_options in task_executor with get_options (#74446)
4 years ago
Matt Clay 9ee183c4b9
Clean up unit tests. (#78498)
4 years ago
Sloane Hertel 621e782ed0
Add toggle to fix module_defaults with module-as-redirected-action on a per-module basis (#77265)
4 years ago
Matt Clay 3a9a23fb1a
Use unittest.mock instead of mock. (#77883)
4 years ago
Martin Krizek 94eff70030
PlayIterator - remove deprecated states (#77444)
4 years ago
Matt Clay 1a5853d794
Remove obsolete units.compat.mock compat layer. (#77118)
4 years ago
Brian Coca 9142be2f6c
Allow specifying specific python via shebang (#76677)
4 years ago
Martin Krizek 5c225dc0f5
Introduce public methods to access PlayIterator._host_states (#74416)
4 years ago
Martin Krizek 395e5e20fa
PlayIterator: use enums for states (#74511)
4 years ago
Matt Clay 7450e87615
Fix up string splitting to prepare for pylint update. (#75479)
5 years ago
Sam Doran fa7482c63a
Change interpreter discovery defaults to silently prefer Python 3 (#75049)
5 years ago
Brian Coca 415e08c297
Try to get best usable locale (#75033)
5 years ago
Sam Doran abacf6a108
Use ArgumentSpecValidator in AnsibleModule (#73703)
5 years ago
Matt Davis 4c5ce5a1a9
module compat for py3.8+ controller (#73423)
5 years ago
Martin Krizek 1b70260d5a
Add implicit role_complete block instead of role._eor (#72208)
5 years ago
Matt Davis 4c0af6c808
fix internal cases of actions calling unqualified module names (#70818)
6 years ago
Matt Davis c616e54a6e
refactor Python module_utils locator (#70610)
6 years ago
Rick Elrod 9cfc76a221
Nuke with_ squashing, deprecated for 2.11 (#70209)
6 years ago
Matt Clay c67efe0bd1 Avoid unnecessary comprehensions.
6 years ago
Karl Fogel 225ae65b0f
Make Python path warning say what it means to say (#69669)
6 years ago
Bob Weinand f200487414
Fix filedescriptor out of range in select() when running commands (#65058)
6 years ago
Nathaniel Case 3dbc03d58a
Try to load action plugin from the same collection as the module (#66701)
6 years ago
Sam Doran 3461c682c3
Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993)
6 years ago
Ganesh Nalawade 74e9b1e219
Fix network action plugin load in collection (#65849)
6 years ago
Mads Jensen c5d61953b1 Remove empty setUp/tearDown/tearDownClass methods in test classes.
6 years ago
Matt Martz 5be0668fb0
Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287)
7 years ago