David Wilson
efed9da474
docs: update Changelog.
2018-10-26 13:59:06 +01:00
David Wilson
96b88cc70f
issue #76 : docs: update Changelog.
2018-10-23 23:24:34 +01:00
David Wilson
48bc91550b
docs: update changelog.
2018-10-23 16:14:07 +01:00
David Wilson
40d2cf7e25
docs: update changelog.
2018-10-23 15:34:06 +01:00
David Wilson
48f9fc8930
docs: tweak thanks text
2018-10-03 00:50:44 +01:00
David Wilson
f5e933e8a2
docs: add Alex's fix to changelog
2018-10-03 00:47:13 +01:00
David Wilson
0fa5fe5559
parent: handle masters with blank sys.executable; closes #356 .
2018-10-02 21:15:46 +01:00
David Wilson
4c81eba599
Merge commit 'refs/pull/377/head' of github.com:dw/mitogen into dmw
...
(Pull #377 )
Changes:
- additional_parameters -> extra_args
- Merge with kubectl changes from dmw branch
- Update docs
- Remove unused username class member
- Avoid mutable kubectl_args class member
- Use six.iteritems
2018-10-02 20:00:00 +01:00
David Wilson
0abb6b0880
issue 366: update changelog.
2018-10-02 19:19:30 +01:00
David Wilson
f6b201bdfc
docs: updates for #376 and #371
2018-10-02 19:19:30 +01:00
David Wilson
9fadd22396
docs: update Changelog; closes #362 .
2018-10-02 19:19:30 +01:00
David Wilson
43ad23946e
docs: tidy up wording.
2018-10-02 19:19:30 +01:00
David Wilson
638b196a45
ansible: fix put_file() for large temporary files.
...
Reverts 49736b3a
, large file copies can't avoid the RTT.
The parent stack must be blocked while FileService progresses, as unlike
the small file path, it does not make a snapshot of the (possibly
temporary) file passed by the action plug-in. So we need to keep that
file alive while the service runs.
Add a new integration test and a new soak test to cover both.
2018-09-10 19:09:37 +01:00
David Wilson
dfc67b89fd
docs: some more cleanups
...
- add faulthandler/thread stacks to changelog.
- various api.rst cleanups.
- docs: explain chain_id in howitworks.
2018-09-10 18:33:44 +01:00
David Wilson
6cb0e422e9
docs: changelog typo.
2018-09-10 02:34:05 +01:00
David Wilson
65f03e03f5
tests: remote_tmp test fixes.
2018-09-10 02:17:01 +01:00
David Wilson
cc4835ce99
docs: update changelog.
2018-09-10 00:44:56 +01:00
David Wilson
f0f828033f
docs: update changelog.
2018-09-10 00:41:52 +01:00
David Wilson
ae446ad7c8
docs: fix changelog
2018-09-10 00:37:24 +01:00
David Wilson
c9596568be
docs: update changelog.
2018-09-10 00:33:54 +01:00
David Wilson
2c0244eea7
docs: more tweaks
2018-09-09 23:51:48 +01:00
David Wilson
c8081e7ca1
docs: typo
2018-09-09 23:42:27 +01:00
David Wilson
020482e554
dosc: update changelog
2018-09-09 18:52:50 +01:00
David Wilson
1bf9b2c1a3
docs: update changelog.
2018-09-08 22:19:37 +01:00
David Wilson
aa9400a3b9
docs: fix changelog
2018-09-08 21:05:24 +01:00
David Wilson
1247d1fce6
docs: update changelog.
2018-09-08 20:53:11 +01:00
David Wilson
07845d2f59
docs: update changelog.
2018-09-08 20:53:11 +01:00
David Wilson
57fb00cf6b
docs: update changelog.
2018-09-08 20:53:11 +01:00
David Wilson
1b6dea24ba
docs: update changelog.
2018-09-08 20:53:11 +01:00
David Wilson
6c8a667691
docs: update Changelog.
2018-09-08 20:53:11 +01:00
David Wilson
897bc07ea0
docs: update changelog.
2018-09-08 20:53:11 +01:00
David Wilson
4134218ef4
docs: update changelog.
2018-09-08 20:53:11 +01:00
David Wilson
fcc7429111
docs: changelog: split out enhancements
2018-08-20 15:34:43 +01:00
David Wilson
52cd7fddc1
docs: update changelog.
2018-08-20 15:18:45 +01:00
David Wilson
84521b714f
docs: update changelog.
2018-08-20 13:40:48 +01:00
David Wilson
76c4cf57bd
docs: update changelog
2018-08-19 22:42:56 +01:00
David Wilson
bce4f59138
issue #345 : disable IdentitiesOnly by default.
2018-08-19 22:13:30 +01:00
David Wilson
e84de489eb
issue #336 : update changelog.
...
Closes #336 .
2018-08-19 21:55:36 +01:00
David Wilson
2e3d04bbb8
issue #342 : forward _create_control_path() to SSH plugin.
...
network_cli connection type loads the "ssh" (mitogen_ssh) plugin and
expects a private method to exist.
2018-08-19 21:28:34 +01:00
David Wilson
bc682ce5a0
docs: update supported versions.
2018-08-19 20:20:29 +01:00
David Wilson
77b68f9b9d
issue #321 : docs fixes
2018-08-19 19:32:38 +01:00
David Wilson
ac9b84d237
issue #321 : 2.4+ compatibility fixes, disable test on Vanilla.
2018-08-19 19:26:54 +01:00
David Wilson
a2686b1a2c
issue #321 : simplify temp directory handling.
2018-08-19 16:00:35 +01:00
David Wilson
06e2e846c5
parent: don't generate illegal default remote names.
...
getpass.getuser() output may contain slashes, which must be avoided as
they break virtualenv when present in argv[0].
Closes #344 .
2018-08-18 16:43:59 +01:00
David Wilson
30ca569716
docs: Update Changelog.
2018-08-18 16:43:59 +01:00
David Wilson
a6995a5288
issue #338 : refactor env handling into class and fix tests.
2018-08-18 16:43:59 +01:00
David Wilson
ad365dad56
issue #340 : one more test, update Changelog.
2018-08-18 16:43:59 +01:00
David Wilson
8e35103185
docs: Update Changelog.
2018-08-18 16:43:59 +01:00
David Wilson
9365f254d2
Update ChangeLog.
2018-08-18 16:43:59 +01:00
David Wilson
053c594d65
ansible: prevent logs spamming user console on exit.
...
Closes #331 .
2018-08-18 16:43:59 +01:00