Commit Graph

66 Commits

Author SHA1 Message Date
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
David Wilson 232aaf5c95 Merge branch 'dmw' 2018-07-31 23:43:13 -07:00
David Wilson f4a66194e4 ansible: Py3.x fixes for Ansible PR #41749 workaround. 2018-07-28 12:37:26 -07:00
David Wilson 45c2b04456 docs: add missing changelog entry. 2018-07-27 00:21:23 -07:00
David Wilson d64729e041 Bump version for release. 2018-07-26 23:37:12 -07:00
David Wilson 6813443d09 docs: minor tweaks. 2018-07-26 23:36:41 -07:00
David Wilson ebf721411c docs: add known issue 2018-07-26 22:30:46 -07:00
David Wilson 21eda90a67 docs: reorder changelog 2018-07-26 19:15:57 -07:00
David Wilson 998762ab4f docs: update changelog. 2018-07-26 19:00:17 -07:00
David Wilson 5d67ce7746 service: service pool threads should respect _profile_hook. 2018-07-26 18:40:56 -07:00
David Wilson 3c55571fe2 docs: update changelog 2018-07-26 18:39:22 -07:00
David Wilson 22bab87821 issue #319: avoid TCSAFLUSH flag on WSL.
Closes #319.
2018-07-27 02:33:29 +01:00
David Wilson 17c5bd26e1 Update changelog. 2018-07-26 11:43:17 -07:00
David Wilson a29a883dfc issue #311: docs: comment out Ansible 2.6 for now. 2018-07-25 14:03:26 -07:00
David Wilson 50670430ec docs: add thanks to release notes 2018-07-23 22:13:13 -07:00
David Wilson 2c74eac19a issue #291: more Ansible-compatible script invocation
When running any kind of script, rewrite the hashbang like Ansible does,
but subsequently ignore it and explicitly use a fragment of shell from
the ansible_*_interpreter variable to call the interpreter, just like
Ansible does.

This fixes hashbangs containing '/usr/bin/env A=1 bash' on Linux, where
putting that into a hashbang line results in an infinite loop.
2018-07-23 17:40:17 -07:00
David Wilson 11c73baa9c docs: update Changelog. 2018-07-23 14:01:27 -07:00