Commit Graph

597 Commits (2d536b49eb99901311bf1aa13ed12a488d4bab61)

Author SHA1 Message Date
David Wilson 2d536b49eb docs: remove a little more top margin wastage 5 years ago
David Wilson 968b826800 docs: update Changelog; closes #539. 5 years ago
David Wilson 1c955a9876 ansible: capture stderr stream of async tasks. Closes #540. 5 years ago
David Wilson 4be4b085e3 docs: update Changelog. 5 years ago
David Wilson d45797b370 docs: duplicate word 5 years ago
David Wilson 24c48c165d docs: update Changelog. 5 years ago
David Wilson 8ae6ca1d5b tests/ansible: Spec.become_method() test & mitogen_via= fix.
ansible_become_method hostvar was not taken into account.
5 years ago
David Wilson 4d33598fa0 setup.py: include LICENSE; closes #538. 5 years ago
David Wilson d1cadf8ac8 tests/ansible: Spec.password() test, document interactive pw limitation. 5 years ago
David Wilson 10dcbaa493 docs: lighter pink 5 years ago
David Wilson 1292b55fec docs: add 'Fixes' heading 5 years ago
David Wilson 676f756153 docs: more margin tweaks for changelog 5 years ago
David Wilson 45c3871d6f docs: tighter <p> margins, even less shouting, red headings 5 years ago
David Wilson 5df8991744 docs: tidy up footer and GitHub link 5 years ago
David Wilson d060f73f46 docs: enable fixed_sidebar 5 years ago
David Wilson eae7b21673 docs: sans-serif fonts, reduce shouty headings 5 years ago
David Wilson 90401833fa docs: update Changelog; closes #511, closes #536. 5 years ago
David Wilson f514dbeba9 docs: update Changelog release date. 5 years ago
David Wilson b12539f99b docs: update Changelog; closes #481 5 years ago
David Wilson 32161f3df5 docs: update thanks 5 years ago
David Wilson 4f6c57b6a8 docs: lose "approaching stability" language, we're pretty good now 5 years ago
David Wilson 7b046c9fba docs: fix changelog syntax/order/"20KB" 5 years ago
David Wilson e703522010 issue #505: docs: add new detail graph for one scenario. 5 years ago
David Wilson c279454502 docs: update and re-record profile graphs in docs; closes #505
pcaps moved to 'pcaps' branch.
5 years ago
David Wilson eb67fbe9d2 ansible: double the default pool size.
Tempted to push this up to 64, but let's do it incrementally just in
case.
5 years ago
David Wilson e167f6373c docs: update Changelog. 5 years ago
David Wilson b499fbe29b ansible: add mitogen_ssh_compression variable. 5 years ago
David Wilson 2153e195c3 docs: changelog tidyups. 5 years ago
David Wilson 4531338b12 ansible: document and make affinity stuff portable to non-Linux
Portable as in does nothing for the time at least for now.
5 years ago
David Wilson f06152db97 docs: update Changelog. 5 years ago
David Wilson 7b129e8576 ansible: use Poller for WorkerProcess; closes #491. 5 years ago
David Wilson 8f6e6b3940 docs: update Changelog. 5 years ago
David Wilson 90573b1963 docs: update Changelog. 5 years ago
Alex Willmer 2b1035b500
Merge branch 'master' into cover-us 5 years ago
Alex Willmer 2fa84e096f Aggregate code coverage data across tox all runs
Fixes #529
5 years ago
David Wilson 8a2dcbf674 docs: update Changelog; closes #527. 5 years ago
Alex Willmer 0d725f9cd8 Fix DeprecationWarning in mitogen.utils.run_with_router()
```
14:20:32.186270 W py.warnings:
/home/alex/src/mitogen/mitogen/utils.py:152: DeprecationWarning: invalid
escape sequence \*
  """
```
5 years ago
Alex Willmer e7d70b109b Generate coverage report even if some tests fail
`set -o errexit` was exiting run_tests prematurely if any test failed,
so the coverage report was not always generated.
5 years ago
David Wilson 77e7cadd22 issue #429: update Changelog. 5 years ago
David Wilson cd1e5e0138 issue #429: update Changelog. 5 years ago
David Wilson 60e9596e7d docs: update Changelog; closes #499. 5 years ago
David Wilson 3158c4ae9d docs: update Changelog; closes #493. 5 years ago
David Wilson bf676aacfe docs: update Changelog; closes #479. 5 years ago
David Wilson ac4e61e19e docs: update Changelog; closes #477. 5 years ago
David Wilson bb9bb593e4 docs: update Changelog. 5 years ago
David Wilson 63da372de5 docs: update Changelog. 5 years ago
David Wilson dd30a907ce issue #477: promote setup_gil() to mitogen.utils
This is since ansible_mitogen/process.py is 2.6-only, and I want to use
setup_gil() in 2.4 code.
5 years ago
David Wilson 6a2f88d6a3 issue #477: make mitogen.fork unsupported on Py<2.6. 5 years ago
David Wilson 3e255129ab docs: add another strace recipe 6 years ago
David Wilson a302b71f58 docs: include strace wrapper trick. 6 years ago