mirror of https://github.com/ansible/ansible.git
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.
* Run code-smell sanity tests in UTF-8 Mode. * Update subprocess use in sanity test programs. * Use raw_command instead of run_command with always=True set. * Add more capture=True usage. * Don't expose stdin to subprocesses. * Capture more output. Warn on retry. * Add more captures. * Capture coverage cli output. * Capture windows and network host checks. * Be explicit about interactive usage. * Use a shell for non-captured, non-interactive subprocesses. * Add integration test to assert no TTY. * Add unit test to assert no TTY. * Require blocking stdin/stdout/stderr. * Use subprocess.run in ansible-core sanity tests. * Remove unused arg. * Be explicit with subprocess.run check=False. * Add changelog. * Use a Python subprocess instead of a shell. * Use InternalError instead of Exception. * Require capture argument. * Check for invalid raw_command arguments. * Removed pointless communicate=True usage. * Relocate stdout w/o capture check. * Use threads instead of a subprocess for IO. |
4 years ago | |
|---|---|---|
| .. | ||
| ci | 4 years ago | |
| classification | 4 years ago | |
| cli | 4 years ago | |
| commands | 4 years ago | |
| compat | 4 years ago | |
| provider | 4 years ago | |
| __init__.py | 4 years ago | |
| ansible_util.py | 4 years ago | |
| become.py | 4 years ago | |
| bootstrap.py | 4 years ago | |
| cache.py | 4 years ago | |
| completion.py | 4 years ago | |
| config.py | 4 years ago | |
| connections.py | 4 years ago | |
| constants.py | 4 years ago | |
| containers.py | 4 years ago | |
| content_config.py | 4 years ago | |
| core_ci.py | 4 years ago | |
| coverage_util.py | 4 years ago | |
| data.py | 4 years ago | |
| delegation.py | 4 years ago | |
| diff.py | 4 years ago | |
| docker_util.py | 4 years ago | |
| encoding.py | 4 years ago | |
| executor.py | 4 years ago | |
| git.py | 4 years ago | |
| host_configs.py | 4 years ago | |
| host_profiles.py | 4 years ago | |
| http.py | 4 years ago | |
| init.py | 4 years ago | |
| inventory.py | 4 years ago | |
| io.py | 4 years ago | |
| junit_xml.py | 4 years ago | |
| metadata.py | 4 years ago | |
| payload.py | 4 years ago | |
| provisioning.py | 4 years ago | |
| pypi_proxy.py | 4 years ago | |
| python_requirements.py | 4 years ago | |
| ssh.py | 4 years ago | |
| target.py | 4 years ago | |
| test.py | 4 years ago | |
| thread.py | 4 years ago | |
| timeout.py | 4 years ago | |
| util.py | 4 years ago | |
| util_common.py | 4 years ago | |
| venv.py | 4 years ago | |