Commit Graph

1936 Commits

Author SHA1 Message Date
David Wilson 5a96d13fd8 issue #426: fix all.yml sorting, one more delegate_to 2019-01-18 23:30:12 +00:00
David Wilson bd82fa1986 issue #426: fix low_level_execute_command.yml breakage. 2019-01-18 23:30:12 +00:00
David Wilson a6e6bc4c71 issue #426: to_text filter. 2019-01-18 23:30:12 +00:00
David Wilson d15f5334c0 Turn on Travis build notifcations, but send them to IRC. 2019-01-18 23:30:12 +00:00
David Wilson 9d87f03ab4 issue #426: disable Ansible smart transport. 2019-01-18 23:30:12 +00:00
David Wilson 49d37bfa2d issue #426: remove LANG and LC_ALL during tests. 2019-01-18 23:30:12 +00:00
David Wilson a6e6fd14be issue #426: more 2->3 test fixes. 2019-01-18 23:30:12 +00:00
David Wilson 67f710fd9b issue #426: use delegate_to in fixup_perms2 and copy.yml 2019-01-18 23:30:12 +00:00
David Wilson a67a4361b3 docs: add #374 to Changelog. 2019-01-18 23:30:12 +00:00
David Wilson 2b229a6a70 docs: add thanks entry. 2019-01-18 23:30:12 +00:00
David Wilson 2f3a8f2a32 parent: proxy_connect docstring. 2019-01-05 20:12:01 +00:00
David Wilson 5ffaa693a6 docs: get rid of autobuild remnant 2019-01-05 20:11:46 +00:00
David Wilson ec056042e0 core: more Poller docstrings. 2018-12-19 21:50:02 +00:00
David Wilson d286eeb2ea core: more Poller docs 2018-12-19 21:49:26 +00:00
David Wilson 5f5396bcb2 core: more poller doc 2018-12-19 21:48:03 +00:00
David Wilson 499e7273d1 core: poller tidyups and minify fix 2018-12-19 21:11:11 +00:00
David Wilson 3f5774cfd5 core: document/tidy up poller.
Remove duplicate attribute creates in subclasses too.
2018-12-19 20:23:00 +00:00
David Wilson 7dd46bf44e doc: API typos. 2018-12-18 00:33:59 +00:00
David Wilson a156d7aab3 core: move importer inline data out to class vars. 2018-12-15 15:40:59 +00:00
David Wilson ffdd6d2881 docs: add 824c7931 to changelog. 2018-12-15 15:21:04 +00:00
David Wilson 3179951f5c issue #454: fix AttributeError and atexit.yml test. 2018-12-15 15:16:32 +00:00
David Wilson 824c7931a9 core: improve importer exception messages. 2018-12-15 15:03:25 +00:00
David Wilson 1eb08fb5c5 core: docstring tidyups 2018-12-14 14:49:34 +00:00
David Wilson 81a68223d4 issue #456: exception text typo. 2018-12-14 05:31:37 +00:00
David Wilson 497234e782 issue #456: core: raise error during defer() if Broker shutdown 2018-12-14 05:30:20 +00:00
David Wilson 8d7aefb1cf docs: fix example up so it's closer to real code 2018-12-14 03:36:46 +00:00
David Wilson cd01957995 issue #397, #454: pick out only shutil.rmtree() calls from atexit. 2018-12-13 22:24:16 +00:00
David Wilson 2959b7911e issue #453: update Changelog. 2018-12-13 20:02:02 +00:00
David Wilson 917a1ffb29 issue #453: prevent accidental child logging loop. 2018-12-13 19:59:46 +00:00
David Wilson d8ac50bf01 examples: add Select lifetimes to example. 2018-12-13 16:18:43 +00:00
David Wilson 5dc916af5e .github: suggest file attachments for large logs 2018-12-13 16:10:13 +00:00
David Wilson 37783731d6 examples: use Router.myself() in the_basics.py 2018-12-13 04:35:33 +00:00
David Wilson 6713b90acc FileService: exceptions must be sent explicitly for no-reply methods
FileService should not be using no-reply at all.
2018-12-13 03:31:48 +00:00
David Wilson 98696af9f8 service: log failing path in FileService call. 2018-12-13 03:27:37 +00:00
David Wilson 2bbab585f7 service: fix NameError during no-reply call on 3.x. 2018-12-13 03:27:20 +00:00
David Wilson 9680a84824 core: rename Router.self() to Router.myself(). 2018-12-13 02:29:28 +00:00
David Wilson e77460a395 docs: update Changelog. 2018-12-12 23:41:55 +00:00
David Wilson 8f85ee038e core: Add Router.self()
Returns a reference to the current context.
2018-12-12 23:40:39 +00:00
David Wilson f20e0bbac1 service: Allow registering path prefixes with FileService.
e.g. service.register_prefix('/') disables all security checks.
2018-12-12 21:37:22 +00:00
David Wilson 0b162eba18 examples: tidy up comments 2018-12-11 23:41:38 +00:00
David Wilson b5831a0d76 examples: import select_loop.py. 2018-12-11 23:17:20 +00:00
David Wilson 6fafc0a631 select: Python 2.x required __nonzero__ for bool(Select) 2018-12-11 23:16:26 +00:00
David Wilson d030decf57 issue #444: master: lower log level for soft import error. 2018-12-11 16:27:15 +00:00
David Wilson c6399789ea docs: add host_pinned strategy to Changelog. 2018-12-11 04:46:08 +00:00
David Wilson 09aa27a6a7 ansible: initial mitogen_host_pinned strategy. 2018-12-11 04:44:05 +00:00
David Wilson 863e1aedd6 docs: fix Changelog bug link 2018-12-10 02:29:53 +00:00
David Wilson 300cb41e2e core: detect stream corruption. Closes #438. 2018-12-10 02:23:26 +00:00
David Wilson 9868e4ea3a issue #439: update changelog. 2018-12-10 02:00:13 +00:00
David Wilson 3876590aa1 parent: add descriptive errors for unsupported call() types.
Closes #439.
2018-12-10 01:59:01 +00:00
David Wilson 94512f4ef8 issue #399, #437: update Changelog. 2018-12-09 17:55:12 +00:00