David Wilson
251642943d
Merge remote-tracking branch 'origin/v027' into stable
...
* origin/v027:
docs: update Changelog for release.
Bump version for release.
issue #587 : update Changelog
issue #587 : ansible: descriptive version check during startup.
ansible: descriptive version check during startup.
issue #581 : expose mitogen_mask_remote_name variable.
issue #576 : fix Kwargs minor version check.
issue #574 : fix ISSUE_TEMPLATE link
issue #575 : fix exception text rendering
docs: remove infringing mark
docs: fix config var scope
docs: faster stats-preserving redirect
docs: update ansible page
issue #570 : add firewalld to always-fork list for now.
docs: removed excess word
docs: fixed message routing example description
docs: removed repeated word
docs: update Changelog; closes #557 .
issue #557 : support correct cpu_set_t size
7 years ago
David Wilson
38b3415838
docs: update Changelog for release.
7 years ago
David Wilson
0b110305c9
issue #587 : update Changelog
7 years ago
David Wilson
f30a4c05c8
issue #581 : expose mitogen_mask_remote_name variable.
7 years ago
David Wilson
ee62c57c9d
issue #576 : fix Kwargs minor version check.
...
Unicode kwargs were introduced in Python 2.6.5, not 2.6.0.
7 years ago
David Wilson
65deb3feac
issue #575 : fix exception text rendering
7 years ago
David Wilson
9739f550ab
docs: remove infringing mark
7 years ago
David Wilson
2758c38f4f
docs: fix config var scope
7 years ago
David Wilson
81b0059d83
docs: faster stats-preserving redirect
7 years ago
David Wilson
8af8c868ad
docs: update ansible page
7 years ago
dw
77da511811
Merge branch 'master' into issue570
7 years ago
David Wilson
34fb9da1be
issue #570 : add firewalld to always-fork list for now.
7 years ago
Luka Matijevic
0bc9b206d7
docs: removed excess word
7 years ago
Luka Matijevic
598821e865
docs: fixed message routing example description
...
Message routing example description does not match given diagram.
7 years ago
Luka Matijevic
81db1c94b3
docs: removed repeated word
7 years ago
David Wilson
c6f4dc356b
docs: update Changelog; closes #557 .
7 years ago
David Wilson
407307adf6
Merge remote-tracking branch 'origin/026' into stable
...
* origin/026:
docs: update Changelog for release.
Bump version for release.
issue #555 : ansible: workaround ancient reload(sys) hack.
issue #554 : mitogen_action_script fix
issue #554 : fix Ansible 2.4 compatibility
issue #554 : don't rely on tmp_path autoremoval in test.
issue #554 : track and remove multiple make_tmp_path() calls.
docs: update Changelog.
docs: drastically simplify install/changelog.
issue #552 : include process identity in log messages.
issue #550 : update Changelog.
issue #550 : parent: add explanatory comment.
issue #550 : fix up TTY ioctls on WSL 2016 Anniversary Update
docs: update Changelog.
service: make service list optional.
docs: update Changelog; closes #548 .
issue #548 : always treat transport=smart as 'ssh' for mitogen_via=.
docs: better intro paragraph.
.ci: copy private key file to tempdir.
os_fork: more doc tweaks
os_fork: more doc tweaks
os_fork: yet more doc tidyup
os_fork: more doc tweaks
os_fork: clean up docs
.ci: import soak scripts.
.ci: allow containers for different jobs to run simultaneously
os_fork: python 3 fixes and tests.
issue #535 : activate Corker on 2.4 in master too.
issue #535 : update Changelog.
issue #535 : wire mitogen.os_fork into Broker and Pool.
issue #535 : parent: add create_socketpair(size=..) parameter.
issue #535 : introduce mitogen.os_fork module and Corker class.
issue #535 : docs: update Changelog
issue #535 : service: support Pool.defer() like Broker.defer()
issue #535 : core: unicode.encode() may take importer lock on 2.x
issue #535 : docs: fix up Select doc
issue #535 : docs: update Changelog.
issue #535 : core/select: support selecting from Latches.
core: increase cookie field lengths to 64-bit; closes #545 .
tests: ensure serialization restrictions are in effect
tests/bench: set process affinity in throughput.py.
docs: update copyright year.
docs: update Changelog.
core: Make Latch.put(obj=) optional.
docs: change 'unreleased' Changelog format and add a hint.
docs: update Changelog; closes #542 .
issue #542 : return of select poller, new selection logic
issue #542 : .ci: move some tests to Azure and enable Mac job.
ansible: create stub __init__.py for sdist.
7 years ago
David Wilson
13643b7268
docs: update Changelog for release.
7 years ago
David Wilson
2bd0bbd4df
issue #555 : ansible: workaround ancient reload(sys) hack.
...
This is the most minimal change for what might be relatively minimal
edge case. Alternative is replacing reload(), but let's not do that yet.
Closes #555
7 years ago
David Wilson
7743e57ff3
issue #554 : track and remove multiple make_tmp_path() calls.
7 years ago
David Wilson
d1ba077f0e
docs: update Changelog.
7 years ago
David Wilson
ffae035584
docs: drastically simplify install/changelog.
7 years ago
David Wilson
2226c23c91
issue #550 : update Changelog.
7 years ago
David Wilson
0b177f1491
docs: update Changelog.
7 years ago
David Wilson
79af8ef680
docs: update Changelog; closes #548 .
7 years ago
David Wilson
b7742a4b5f
docs: better intro paragraph.
7 years ago
David Wilson
0a66ca72ef
os_fork: more doc tweaks
7 years ago
David Wilson
5dc0bd6f8d
os_fork: clean up docs
7 years ago
David Wilson
ebbf5ab62c
issue #535 : update Changelog.
7 years ago
David Wilson
63f4864b21
issue #535 : introduce mitogen.os_fork module and Corker class.
7 years ago
David Wilson
c119ae8f66
issue #535 : docs: update Changelog
7 years ago
David Wilson
72862f0bb9
issue #535 : docs: fix up Select doc
7 years ago
David Wilson
28aa8b3b27
issue #535 : docs: update Changelog.
7 years ago
David Wilson
7d0480e8bd
core: increase cookie field lengths to 64-bit; closes #545 .
7 years ago
David Wilson
c0db283ac7
docs: update copyright year.
7 years ago
David Wilson
14e6c6e49e
docs: update Changelog.
7 years ago
David Wilson
d865fb797d
docs: change 'unreleased' Changelog format and add a hint.
7 years ago
David Wilson
2cde51ea63
docs: update Changelog; closes #542 .
7 years ago
David Wilson
ae80d42cb4
Merge remote-tracking branch 'origin/dmw' into stable
...
* origin/dmw:
issue #537 : disable just the trivial LinuxPolicyTest on Travis.
docs: update Changelog; closes #537 .
ansible: refactor affinity class and add abstract tests.
Bump version for release.
docs: update Changelog.
core: serialize calls to _service_stub_main().
docs: update Changelog; closes #532 .
issue #532 : PushFileService race.
docs: more concise Changelog.
issue #541 : changelog typos.
ansible: quiesce boto logger; closes #541 .
docs: update Changelog.
tests/ansible: Spec.port() test & mitogen_via= fix.
Update copyright year everywhere.
tests/ansible: Spec.become_pass() test.
docs: remove top "Table of Contents" link
docs: remove a little more top margin wastage
tests/ansible: Spec.become_user() test.
docs: update Changelog; closes #539 .
issue #539 : disable logger propagation.
ansible: capture stderr stream of async tasks. Closes #540 .
docs: update Changelog.
issue #536 : rework how 2.3-compatible simplejson is served
.github: add some more questions to issue template
docs: duplicate word
docs: update Changelog.
tests/ansible: Spec.become_method() test & mitogen_via= fix.
setup.py: include LICENSE; closes #538 .
tests/ansible: Spec.become() test
tests/ansible: Spec.password() test, document interactive pw limitation.
tests/ansible: Spec.remote_user() test & mitogen_via= fix.
tests/ansible: Spec.remote_addr() test & mitogen_via= fix.
tests/ansible: Spec.transport() test.
docs: lighter pink
docs: add 'Fixes' heading
docs: more margin tweaks for changelog
docs: tighter <p> margins, even less shouting, red headings
docs: tidy up footer and GitHub link
docs: enable fixed_sidebar
docs: sans-serif fonts, reduce shouty headings
issue #536 : add mitogen_via= tests too.
ansible: fix a crash on 2.3 when mitogen_via= host is missing.
tests: for 2.3 compatibility, disable gcloud.py for now
docs: update Changelog; closes #511 , closes #536 .
docs: update Changelog release date.
issue #536 : disable transport_config tests on vanilla
issue #536 : restore correct Python interpreter selection behaviour.
issue #536 : connection_delegation/ tests were erroneously broken
tests: define MITOGEN_INVENTORY_FILE even if -i unspecified.
issue #536 : add tests for each ansible_python_interpreter case.
issue #536 : stop defining explicit localhost in inventory.
tests: allow running Ansible tests locally without -udmw again.
stable: fix preamble_size on stable docs.
issue #481 : add test.
7 years ago
David Wilson
45f915f392
docs: update Changelog; closes #537 .
7 years ago
David Wilson
e010667230
Bump version for release.
7 years ago
David Wilson
6d7bd7e3b9
docs: update Changelog.
7 years ago
David Wilson
cf8ecf19b7
docs: update Changelog; closes #532 .
7 years ago
David Wilson
1b4eb06f72
docs: more concise Changelog.
7 years ago
David Wilson
b317b66317
issue #541 : changelog typos.
7 years ago
David Wilson
0f30808234
ansible: quiesce boto logger; closes #541 .
7 years ago
David Wilson
c39ee9b7fe
docs: update Changelog.
7 years ago
David Wilson
023b44b129
docs: remove top "Table of Contents" link
7 years ago
David Wilson
2d536b49eb
docs: remove a little more top margin wastage
7 years ago
David Wilson
968b826800
docs: update Changelog; closes #539 .
7 years ago