1 file changed
+1
-1
lines changedDiff for: mitogen
- .ci/azure-pipelines-steps.yml+68-6
- .ci/azure-pipelines.yml+52-56
- .ci/ci_lib.py+4-1
- .ci/localhost_ansible_tests.py+36
- .gitignore+1
- ansible_mitogen/module_finder.py+125-2
- ansible_mitogen/runner.py+87-4
- ansible_mitogen/utils.py+18-3
- docs/_templates/github.html+1-1
- docs/ansible_detailed.rst+9-6
- docs/changelog.rst+17-7
- docs/conf.py+17-13
- docs/contributors.rst+1
- docs/index.rst+1-1
- docs/requirements.txt+3
- mitogen/__init__.py+1-1
- mitogen/core.py+181-11
- mitogen/master.py+117-5
- mitogen/parent.py+17-12
- mitogen/service.py+6-4
- setup.py+2
- tests/ansible/ansible.cfg+17-1
- tests/ansible/files/cwd_show+22
- tests/ansible/hosts/become_same_user.hosts+2
- tests/ansible/hosts/connection_delegation.hosts+1
- tests/ansible/hosts/default.hosts+4-1
- tests/ansible/hosts/k3.hosts+1
- tests/ansible/hosts/localhost.hosts+1
- tests/ansible/hosts/transport_config.hosts+7-3
- tests/ansible/integration/become/su_password.yml+37-4
- tests/ansible/integration/connection_delegation/delegate_to_template.yml+14-18
- tests/ansible/integration/connection_delegation/stack_construction.yml+42-56
- tests/ansible/integration/interpreter_discovery/ansible_2_8_tests.yml+19-11
- tests/ansible/integration/interpreter_discovery/complex_args.yml+10-13
- tests/ansible/integration/process/unix_socket_cleanup.yml+1-1
- tests/ansible/integration/runner/custom_python_new_style_missing_interpreter.yml+5
- tests/ansible/integration/runner/custom_python_new_style_module.yml+2-1
- tests/ansible/integration/runner/custom_python_prehistoric_module.yml+6
- tests/ansible/integration/ssh/variables.yml+8-8
- tests/ansible/lib/action/assert_equal.py+6-1
- tests/ansible/lib/modules/custom_python_detect_environment.py+6-1
- tests/ansible/lib/modules/custom_python_external_module.py+1-1
- tests/ansible/lib/modules/custom_python_external_pkg.py+1-1
- tests/ansible/lib/modules/custom_python_json_args_module.py+1-1
- tests/ansible/lib/modules/custom_python_leaky_class_vars.py+1-1
- tests/ansible/lib/modules/custom_python_modify_environ.py+1-1
- tests/ansible/lib/modules/custom_python_new_style_missing_interpreter.py+49
- tests/ansible/lib/modules/custom_python_new_style_module.py+50-1
- tests/ansible/lib/modules/custom_python_os_getcwd.py+1-1
- tests/ansible/lib/modules/custom_python_prehistoric_module.py+6-1
- tests/ansible/lib/modules/custom_python_run_script.py+1-1
- tests/ansible/lib/modules/custom_python_uses_distro.py+1-1
- tests/ansible/lib/modules/custom_python_want_json_module.py+1-1
- tests/ansible/lib/modules/mitogen_test_gethostbyname.py+1-1
- tests/ansible/lib/modules/module_finder_test.py+12
- tests/ansible/lib/modules/test_echo_module.py+43-10
- tests/ansible/regression/issue_152__virtualenv_python_fails.yml+9-2
- tests/ansible/setup/all.yml+2-1
- tests/ansible/setup/report_controller.yml+17
- tests/ansible/setup/report_targets.yml+1-6
- tests/ansible/tests/module_finder_test.py+80
- tests/data/importer/webproject/modules_expected_py2x.json+186
- tests/data/importer/webproject/modules_expected_py3x-legacy.json+209
- tests/data/importer/webproject/modules_expected_py3x-new.json+208
- tests/image_prep/_user_accounts.yml+14-12
- tests/importer_test.py+118-8
- tests/module_finder_test.py+74-199
- tests/requirements-tox.txt+4
- tests/requirements.txt+26-12
- tests/ssh_test.py+5-3
- tests/testlib.py+50-26
- tox.ini+62-23
0 commit comments