mitogen/ansible_mitogen
David Wilson 0dd5e04eae issue #106: partially working BinaryRunner/Planner.
Refactor planner.py to look a lot more like runner.py. This 'structural
cutpaste' looks messy -- probably we can simplify this code, even though
it's pretty simple already.
2018-04-01 16:39:10 +01:00
..
plugins ansible: correct sys.path fixup. 2018-03-19 21:58:32 +05:45
__init__.py ansible: restructure to avoid intermediate imports 2018-03-19 21:58:29 +05:45
connection.py issue 106: ansible: make the context name available 2018-04-01 16:39:10 +01:00
helpers.py issue #106: helpers.get_file(), command logging. 2018-04-01 16:39:10 +01:00
logging.py ansible: Move setLevel() bits together. 2018-03-30 14:42:54 +05:45
mixins.py issue #106: remove 2 needless Invocation attributes. 2018-04-01 16:39:10 +01:00
planner.py issue #106: partially working BinaryRunner/Planner. 2018-04-01 16:39:10 +01:00
process.py issue #106: partially working BinaryRunner/Planner. 2018-04-01 16:39:10 +01:00
runner.py issue #106: partially working BinaryRunner/Planner. 2018-04-01 16:39:10 +01:00
services.py issue #106: get FileService working. 2018-04-01 16:39:10 +01:00
strategy.py ansible: Pass through connection loader kwargs; closes #168 2018-03-26 11:44:37 +05:45