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.
mitogen/ansible_mitogen
David Wilson 3584084be6 issue #140: explicit Broker management, and guard against crap plug-ins.
Implement Connection.__del__, which is almost certainly going to trigger
more bugs down the line, because the state of the Connection instance is
not guranteed during __del__. Meanwhile, it is temporarily needed for
deployed-today Ansibles that have a buggy synchronize action that does
not call Connection.close().

A better approach to this would be to virtualize the guts of Connection,
and move its management to one central place where we can guarantee
resource destruction happens reliably, but that may entail another
Ansible monkey-patch to give us such a reliable hook.
7 years ago
..
plugins ansible: correct sys.path fixup. 7 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
connection.py issue #140: explicit Broker management, and guard against crap plug-ins. 7 years ago
helpers.py issue #118: log exceptions for emulated commands, fix AttributeError in helpers.py 7 years ago
logging.py ansible: log ansible_mitogen.* to -v too. 7 years ago
mixins.py issue #110: _transfer_data() must handle dicts and Unicode(!) 7 years ago
process.py issue #110: split process state out of strategy state 7 years ago
services.py docs: Convert all URLs that support https:// 7 years ago
strategy.py issue #110: split process state out of strategy state 7 years ago