Commit Graph

712 Commits (ff151e514561c8654db487ee0ca9714f306ecfdb)
 

Author SHA1 Message Date
David Wilson ff151e5145 examples: beginnings of repro for issue #109 8 years ago
David Wilson 61923f1604 importer: quieten 'cannot find source' warning, closes #110 8 years ago
David Wilson ade2b888b1 docs: update Python 3 support to match reality. 8 years ago
David Wilson 2b5e40b708 parent: Add hack for OS X /usr/bin/python
It's a magical switcher that needs argv[0], which we don't provide.
8 years ago
David Wilson ab4439e64f sudo: accept -n too (issue #108) 8 years ago
David Wilson 00b2615a1b sudo: accept but discard -S option. fixes #108 8 years ago
David Wilson bcc61fa869 docs: fix float 8 years ago
David Wilson 60328ac6d4 README: move testing bits into tests directory. 8 years ago
David Wilson b41058e156 ansible: doc updates 8 years ago
David Wilson b1e9e45c49 ssh: Fix AttributeError. 8 years ago
David Wilson 7211e6f816 docs: small fix 8 years ago
David Wilson 49eef4c0ad ansible: correct sys.path fixup. 8 years ago
David Wilson a39ab8fa54 ansible: basic support for ssh_args 8 years ago
David Wilson 8f399083f5 docs: get rid of "medium risk" category 8 years ago
David Wilson 6bc0fd494a ansible: Support ansible_ssh_private_key_file 8 years ago
David Wilson 3beddf39be ansible: limited support for become_flags, more docs. 8 years ago
David Wilson 56b13be718 sudo: support parsing sudo flags back out into parameters 8 years ago
David Wilson 7d10ebbef3 test.sh: make it work on OS X out of the box 8 years ago
David Wilson 2a88b6264f examples: longer (but still crap) async_polling.yml 8 years ago
David Wilson a26e1589e2 examples: import broken non_python_modules.yml. 8 years ago
David Wilson 9133ceac08 docs: Fix install docs now Ansible package layout changed. 8 years ago
David Wilson 3a3356e52e ansible: teach ActionModule to disappear for non-Mitogen Connections
Closes #103.
8 years ago
David Wilson e77c8055fb ansible: restructure package to avoid yet more madness
Ansible's PluginLoader makes up bullshit when it imports a module
(mostly because it has to make up something), therefore we ended up with
duplicate copies of ansible_mitogen loaded: one under
ansible.plugins.*.mitogen, and one under the canonical namespace.

Which broke isinstance().
8 years ago
David Wilson 1e20887416 ansible: mixins.py docstrings. 8 years ago
David Wilson 1b03a79107 docs: mitogen.core.Latch docs 8 years ago
David Wilson 785ccbcb7a tests: import very basic latch_test 8 years ago
David Wilson 979f0a8e2e master: tidy up trixxy importer syntax slightly 8 years ago
David Wilson 950e9f3364 ansible: support environment: too. 8 years ago
David Wilson e3842db315 scirpts: drop old buggy DTrace script 8 years ago
David Wilson 446c97b910 Initial flake8 configuration. 8 years ago
David Wilson e1fb156a56 docs: fix image labels 8 years ago
David Wilson b708c3672a docs: import but don't link compared.rst 8 years ago
David Wilson 52d5f47743 docs: Import, but do not yet link signals.rst 8 years ago
David Wilson 7785aa4ff8 ansible: Support many more common playbook variables. 8 years ago
David Wilson b9433d9969 ansible: one more cast() call.
Need a more general solution to littering the code with this crap.
8 years ago
David Wilson 8aeb0d6bb5 docs: Split up limitations list, add warning 8 years ago
David Wilson 80b56e61f5 examples: simplistic async_polling.yml 8 years ago
David Wilson d0b58d176b ansible: initial support for async jobs
Running in a thread to begin with, but this must change.
8 years ago
David Wilson d727d68068 docs: new Ansible limitation 8 years ago
David Wilson 220a41a2b3 tests: import ansible_helpers_test. 8 years ago
David Wilson 4807abadc4 ansible: fix bug in apply_mode_spec(). 8 years ago
David Wilson 277b8e4172 ansible: fix some flake8 errors
* Unused imports
* Undefined names in helpers.py
* Copyright header wrapping
8 years ago
David Wilson f81fe7eb32 ansible: inverted sense of execute paramter 8 years ago
David Wilson a0756755bc Remove whoami.yml, it's now done by delegate_to.yml. 8 years ago
David Wilson 9dbbd2e2dd docs: remove delegate_to limitation 8 years ago
David Wilson 365c4382dd ansible: basic regression test for delegation/sudo 8 years ago
David Wilson 6442aa47d1 ansible: fix become:true with sudo:true 8 years ago
David Wilson f649318707 ansible: _remote_chmod() / _fixup_perms2() can be called sometimes.
It's used at least by the copy module, even though the result is still
mostly a no-op. _remote_chmod() doesn't accept octal mode, it accepts
symbolic mode. So implement a symbolic parser in helpers.py.
8 years ago
dw c8cb320832
Merge pull request #94 from moreati/import-no5
core: Correct naming of Stream.sent_modules
8 years ago
dw 5d68d6499d
Merge pull request #95 from moreati/lgtm
Address lgtm.com warnings
8 years ago