David Wilson
f35194fe0f
issue #587 : mitogen_doas should not become_exe for doas_path
...
Looks like this has always been wrong - when used as a connection
method, PlayContext.become_method/become_exe may hold totally unrelated
data.
2019-05-27 14:59:57 +01:00
David Wilson
b8e1b4df51
issue #587 : 2.8 whitespace handling was improved.
...
b72e989e18
2019-05-26 17:11:27 +01:00
David Wilson
c1c8d5c31e
issue #587 : 2.8 PlayContext lacks sudo_flags attribute.
...
This is a huge bodge.
2019-05-26 16:46:38 +01:00
David Wilson
e11b251c75
issue #587 : 2.8 PluginLoader.get() introduced new collection_list kwarg
2019-05-26 12:07:55 +01:00
David Wilson
46dde95962
issue #587 : 2.8 PlayContext.connection no longer contains connection name
...
Not clear what the intention is here. Either need to ferret it out of
some other location, or just stop preloading the connection class in the
top-level process.
2019-05-26 12:06:53 +01:00
David Wilson
4a614c3950
issue #587 : bump max Ansible version
2019-05-26 12:06:14 +01:00
David Wilson
4db1b4e8e6
Merge remote-tracking branch 'origin/docs-master'
...
* origin/docs-master:
Import debug helper macros.
Add extra/ to .gitignore.
Import include processing bench
docs: Get rid of a ton of blocking resources from theme.
docs: update stats
docs: update download link.
docs: Google site verification
Update README link
docs: move confusing install step to noteworthy difference
2019-05-19 17:28:02 +01:00
David Wilson
5cb1cb2612
Import debug helper macros.
2019-05-19 15:50:02 +01:00
David Wilson
f791e34d55
Add extra/ to .gitignore.
2019-05-19 15:50:02 +01:00
David Wilson
c616359a17
Import include processing bench
2019-05-19 15:50:02 +01:00
David Wilson
72d8973bc9
docs: Get rid of a ton of blocking resources from theme.
2019-05-19 15:50:02 +01:00
David Wilson
d002cbbff0
docs: update stats
2019-05-19 15:50:02 +01:00
David Wilson
eb6d83e1a0
docs: update download link.
2019-05-19 15:50:02 +01:00
David Wilson
7bb2832302
docs: Google site verification
2019-05-19 15:50:02 +01:00
David Wilson
cae96a022b
Update README link
2019-05-19 15:50:02 +01:00
David Wilson
b3b9f82085
docs: move confusing install step to noteworthy difference
2019-05-19 15:50:02 +01:00
David Wilson
416027b92c
Merge remote-tracking branch 'origin/v027'
...
* origin/v027:
docs: update Changelog for release.
Bump version for release.
2019-05-19 15:45:23 +01:00
David Wilson
38b3415838
docs: update Changelog for release.
2019-05-19 15:21:17 +01:00
David Wilson
ba2c65d5ef
Bump version for release.
2019-05-19 15:21:12 +01:00
David Wilson
4b3c064990
Merge remote-tracking branch 'origin/version-check'
...
* origin/version-check:
issue #587 : update Changelog
issue #587 : ansible: descriptive version check during startup.
2019-05-19 13:43:59 +01:00
David Wilson
0b110305c9
issue #587 : update Changelog
2019-05-19 13:20:24 +01:00
David Wilson
6e03935280
issue #587 : ansible: descriptive version check during startup.
2019-05-19 13:17:56 +01:00
David Wilson
f105a81e20
ansible: descriptive version check during startup.
2019-05-19 13:13:24 +01:00
David Wilson
a7fdb55e13
Merge remote-tracking branch 'origin/issue581'
...
* origin/issue581:
issue #581 : expose mitogen_mask_remote_name variable.
2019-04-16 23:07:01 +01:00
David Wilson
f30a4c05c8
issue #581 : expose mitogen_mask_remote_name variable.
2019-04-16 22:46:12 +01:00
David Wilson
300c7344be
Merge remote-tracking branch 'origin/issue576'
...
* origin/issue576:
issue #576 : fix Kwargs minor version check.
2019-04-03 19:28:28 +01:00
David Wilson
ee62c57c9d
issue #576 : fix Kwargs minor version check.
...
Unicode kwargs were introduced in Python 2.6.5, not 2.6.0.
2019-04-03 19:01:56 +01:00
David Wilson
333151f7fd
Merge remote-tracking branch 'origin/issue575'
...
* origin/issue575:
issue #574 : fix ISSUE_TEMPLATE link
issue #575 : fix exception text rendering
2019-04-02 14:38:36 +01:00
David Wilson
a77d53594c
issue #574 : fix ISSUE_TEMPLATE link
2019-04-02 14:09:40 +01:00
David Wilson
65deb3feac
issue #575 : fix exception text rendering
2019-04-02 14:06:41 +01:00
David Wilson
9739f550ab
docs: remove infringing mark
2019-04-01 04:07:38 +01:00
David Wilson
2758c38f4f
docs: fix config var scope
2019-03-31 05:07:51 +01:00
David Wilson
81b0059d83
docs: faster stats-preserving redirect
2019-03-31 00:13:53 +00:00
David Wilson
8af8c868ad
docs: update ansible page
2019-03-30 00:06:07 +00:00
dw
cc51cf790b
Merge pull request #572 from dw/issue570
...
issue #570 : add firewalld to always-fork list for now.
2019-03-22 23:04:23 +00:00
dw
77da511811
Merge branch 'master' into issue570
2019-03-22 21:29:28 +00:00
David Wilson
34fb9da1be
issue #570 : add firewalld to always-fork list for now.
2019-03-22 19:46:08 +00:00
dw
5651f02c01
Merge pull request #567 from lumatijev/doc-fix
...
docs: removed excess word
2019-03-19 18:49:16 +00:00
Luka Matijevic
0bc9b206d7
docs: removed excess word
2019-03-19 12:55:10 +01:00
dw
d4a075e2c2
Merge pull request #566 from lumatijev/doc-fix
...
docs: fixed message routing example description
2019-03-15 19:57:24 +00:00
Luka Matijevic
598821e865
docs: fixed message routing example description
...
Message routing example description does not match given diagram.
2019-03-15 13:12:51 +01:00
dw
b610b0c93b
Merge pull request #564 from lumatijev/doc-fix
...
docs: removed repeated word
2019-03-13 16:59:48 +00:00
Luka Matijevic
81db1c94b3
docs: removed repeated word
2019-03-13 13:01:34 +01:00
David Wilson
7ffed6f6dc
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
docs: update Changelog; closes #557 .
issue #557 : support correct cpu_set_t size
2019-03-06 18:23:21 +00:00
David Wilson
c6f4dc356b
docs: update Changelog; closes #557 .
2019-03-06 17:56:20 +00:00
David Wilson
3ff6123483
issue #557 : support correct cpu_set_t size
2019-03-06 17:55:31 +00:00
David Wilson
408a96f284
Merge remote-tracking branch 'origin/026'
...
* origin/026:
docs: update Changelog for release.
Bump version for release.
2019-03-06 15:46:30 +00:00
David Wilson
13643b7268
docs: update Changelog for release.
2019-03-06 15:19:53 +00:00
David Wilson
c255a8b562
Bump version for release.
2019-03-06 15:18:42 +00:00
David Wilson
fda1647ad0
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
issue #555 : ansible: workaround ancient reload(sys) hack.
2019-03-06 14:28:54 +00:00