Commit Graph

2478 Commits (300c7344beabc4a3f9e3a6f59626709a99f282c1)
 

Author SHA1 Message Date
David Wilson 300c7344be Merge remote-tracking branch 'origin/issue576'
* origin/issue576:
  issue #576: fix Kwargs minor version check.
5 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.
5 years ago
David Wilson 333151f7fd Merge remote-tracking branch 'origin/issue575'
* origin/issue575:
  issue #574: fix ISSUE_TEMPLATE link
  issue #575: fix exception text rendering
5 years ago
David Wilson a77d53594c issue #574: fix ISSUE_TEMPLATE link 5 years ago
David Wilson 65deb3feac issue #575: fix exception text rendering 5 years ago
David Wilson 9739f550ab docs: remove infringing mark 5 years ago
David Wilson 2758c38f4f docs: fix config var scope 5 years ago
David Wilson 81b0059d83 docs: faster stats-preserving redirect 5 years ago
David Wilson 8af8c868ad docs: update ansible page 5 years ago
dw cc51cf790b
Merge pull request #572 from dw/issue570
issue #570: add firewalld to always-fork list for now.
5 years ago
dw 77da511811
Merge branch 'master' into issue570 5 years ago
David Wilson 34fb9da1be issue #570: add firewalld to always-fork list for now. 5 years ago
dw 5651f02c01
Merge pull request #567 from lumatijev/doc-fix
docs: removed excess word
5 years ago
Luka Matijevic 0bc9b206d7 docs: removed excess word 5 years ago
dw d4a075e2c2
Merge pull request #566 from lumatijev/doc-fix
docs: fixed message routing example description
5 years ago
Luka Matijevic 598821e865 docs: fixed message routing example description
Message routing example description does not match given diagram.
5 years ago
dw b610b0c93b
Merge pull request #564 from lumatijev/doc-fix
docs: removed repeated word
5 years ago
Luka Matijevic 81db1c94b3 docs: removed repeated word 5 years ago
David Wilson 7ffed6f6dc Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
  docs: update Changelog; closes #557.
  issue #557: support correct cpu_set_t size
5 years ago
David Wilson c6f4dc356b docs: update Changelog; closes #557. 5 years ago
David Wilson 3ff6123483 issue #557: support correct cpu_set_t size 5 years ago
David Wilson 408a96f284 Merge remote-tracking branch 'origin/026'
* origin/026:
  docs: update Changelog for release.
  Bump version for release.
5 years ago
David Wilson 13643b7268 docs: update Changelog for release. 5 years ago
David Wilson c255a8b562 Bump version for release. 5 years ago
David Wilson fda1647ad0 Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
  issue #555: ansible: workaround ancient reload(sys) hack.
5 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
5 years ago
David Wilson 58c853dbd1 Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
  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.
5 years ago
David Wilson 30b8172573 issue #554: mitogen_action_script fix 5 years ago
David Wilson 6309774be2 issue #554: fix Ansible 2.4 compatibility 5 years ago
David Wilson f36b4b47bf issue #554: don't rely on tmp_path autoremoval in test.
Ansible doesn't do this, so we shouldn't either.
5 years ago
David Wilson 7743e57ff3 issue #554: track and remove multiple make_tmp_path() calls. 5 years ago
David Wilson d1ba077f0e docs: update Changelog. 5 years ago
David Wilson ffae035584 docs: drastically simplify install/changelog. 5 years ago
David Wilson 7dacb68eeb issue #552: include process identity in log messages. 5 years ago
David Wilson 2226c23c91 issue #550: update Changelog. 5 years ago
David Wilson a7df9cdb64 Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
  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.
5 years ago
David Wilson bd4d55dc90 issue #550: parent: add explanatory comment. 5 years ago
David Wilson 87c8ab4323 issue #550: fix up TTY ioctls on WSL 2016 Anniversary Update 5 years ago
David Wilson 0b177f1491 docs: update Changelog. 5 years ago
David Wilson ae8ba24f59 service: make service list optional.
Used by the new work.
5 years ago
David Wilson ebc53283db Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
  docs: update Changelog; closes #548.
  issue #548: always treat transport=smart as 'ssh' for mitogen_via=.
5 years ago
David Wilson 79af8ef680 docs: update Changelog; closes #548. 5 years ago
David Wilson 26e6194d0a issue #548: always treat transport=smart as 'ssh' for mitogen_via=.
The idea behind transport=smart is to select between paramiko and
OpenSSH given the availability of connection multiplexing and/or OSX
kernel bugs. We need to make no such choice.
5 years ago
David Wilson 7cea622197 Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
  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.
5 years ago
David Wilson b7742a4b5f docs: better intro paragraph. 5 years ago
David Wilson 36a5968ee2 .ci: copy private key file to tempdir. 5 years ago
David Wilson d51e70636d os_fork: more doc tweaks 5 years ago
David Wilson 7763549653 os_fork: more doc tweaks 5 years ago
David Wilson add357a029 os_fork: yet more doc tidyup 5 years ago
David Wilson 0a66ca72ef os_fork: more doc tweaks 5 years ago