Mirror of mitogen
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.
 
 
Go to file
David Wilson 2e63586483 Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
  issue #404: add to Changelog.
  issue #251: readd to Changelog.
  tests: add exact test for issue 251; closes #251.
  issue #412: pad out debugging docs, add get_stack to changelog.
  issue #412: force-verbose output for mitogen_get_stack.
  issue #412: promote "mitogen_get_stack" to the main extension.
  issue #412: add docstrings/boilerplate to transport_config.py.
  issue #251, #412, #434: fix connection configuration brainwrong
  issue #434: tests: set a default remote_user in ansible.cfg.
  tests: CI should symlink all contents of ansible/hosts/
  ansible: fix test failure during process exit.
  tests: use assert_equal in more places.
  tests: make assert_equal work on newer Ansibles.
  tests: convert stack_construction.yml to assert_equal.
  tests: make fork_histogram optional
  tests: use assert_equal in delegate_to_template.yml.
  tests: import assert_equal action.
  tests: rename 'delegation/' to 'connection_delegation/'
  core: replace ancient YOLO loop in fire().
  tests: some more utility function tests + flake8.
  tests: clean up / deduplicate Ansible inventory.
  tests: add some more helper function tests.
6 years ago
.ci tests: CI should symlink all contents of ansible/hosts/ 6 years ago
.github .github: suggest file attachments for large logs 6 years ago
ansible_mitogen issue #412: force-verbose output for mitogen_get_stack. 6 years ago
docs issue #404: add to Changelog. 6 years ago
examples core: many docstring updates and an example substitute for Channel 6 years ago
mitogen core: replace ancient YOLO loop in fire(). 6 years ago
tests tests: add exact test for issue 251; closes #251. 6 years ago
.gitignore Add venvs/ to gitignore 6 years ago
.lgtm.yml
.travis.yml Turn on Travis build notifcations, but send them to IRC. 6 years ago
LICENSE
README.md Motivational shame badges back in README 6 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 6 years ago
preamble_size.py add --dump to preamble_size.py. 6 years ago
run_tests Pythonize, split out and parallelize all jobs. 6 years ago
setup.cfg Ignore another annoying flake8 message. 6 years ago
setup.py Update trove classifiers. 6 years ago
tox.ini Add tests/ansible/requirements.txt to Tox. 6 years ago

README.md