You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins
Sloane Hertel b981a9dfcd
add a worker queue to get updates from the main results thread (#79886)
* Create a queue per WorkerProcess to receive intra-task updates
* Update `pause` action to use the worker queue
* Deprecate ConnectionBase()._new_stdin
* Add new `Display`  convenience method `prompt_until` to manage both controller- and worker-sourced prompting without cross-fork stdin sharing, in-worker mechanism to handle request-response over new worker queue.
1 year ago
..
action add a worker queue to get updates from the main results thread (#79886) 1 year ago
become documentation: become plugins: correct pluralization in description (#78196) 2 years ago
cache Clean up unused imports in plugins (#79899) 1 year ago
callback Fix "pointless" strings detected by pylint (#79943) 1 year ago
cliconf Clean up pointless statements (#79941) 1 year ago
connection add a worker queue to get updates from the main results thread (#79886) 1 year ago
doc_fragments Description for changing User ID to match user value (#79470) 1 year ago
filter Clarify combine filter examples (#80078) 1 year ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 4 years ago
inventory Support for Python 3.11+ tomllib for inventory (#77435) 2 years ago
lookup Fix "pointless" strings detected by pylint (#79943) 1 year ago
netconf Misc typo fixes in plugins directory (#76566) 2 years ago
shell Update collections.abc imports (#79911) 1 year ago
strategy add a worker queue to get updates from the main results thread (#79886) 1 year ago
terminal Type hint fixes. 2 years ago
test Clean up unused imports in plugins (#79899) 1 year ago
vars Clean up unused imports in plugins (#79899) 1 year ago
__init__.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
list.py Clean up unused imports in core (#79900) 1 year ago
loader.py Clean up unused imports in core (#79900) 1 year ago