summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing to_bytes for cmd.Matt Clay2016-03-211-0/+2
* Renaming per-item and retry callbacksJames Cammarata2016-03-215-14/+14
* use just 'remote_user' as user for the docker connectionThomas Steinbach2016-03-211-4/+2
* use remote_user or become_user in docker connectionThomas Steinbach2016-03-211-2/+4
* strip keys recursivelyBrian Coca2016-03-211-0/+2
* Add changes necessary for enabling pipelining for local connectionsToshio Kuratomi2016-03-211-4/+3
* Enable pipelining for jail connection pluginToshio Kuratomi2016-03-211-8/+1
* Small cleanup to use class attribute directly instead of property for transpo...Toshio Kuratomi2016-03-213-13/+3
* Fix saving of tracebacks on module failureToshio Kuratomi2016-03-212-8/+7
* Allow FieldAttribute lists and sets to be set from a comma separated stringToshio Kuratomi2016-03-211-5/+12
* Add missing to_bytes on directory path.Matt Clay2016-03-211-1/+2
* Reorganizing tox stuff and making py3-specific requirementsJames Cammarata2016-03-213-12/+8
* Send empty command before recvDevananda van der Veen2016-03-211-0/+1
* Fixing template/assemble action plugins related to tmp dir use/cleanupJames Cammarata2016-03-214-15/+33
* Fix unicode handling in connection plugins.Matt Clay2016-03-215-15/+16
* Don't always insert failed in the results (again)James Cammarata2016-03-211-1/+0
* Fix ssh connection plugin to work with python3Toshio Kuratomi2016-03-211-2/+2
* Fixing PlayIterator bugsJames Cammarata2016-03-211-60/+93
* Fixing minor logic error in error detection/handling in ssh connection pluginJames Cammarata2016-03-211-1/+1
* Fix redirects for get_urlMatt Martz2016-03-211-5/+3
* Updating unit tests for PlayIteratorJames Cammarata2016-03-212-7/+26
* Make it easier to read error messageJohn Barker2016-03-211-1/+1
* clarified messageBrian Coca2016-03-211-1/+1
* reject extraneous data passed to modeBrian Coca2016-03-211-0/+4
* Use to_bytes on filenames in filesystem calls.Matt Clay2016-03-216-11/+13
* remove main_q for simplicity.夏恺(Xia Kai)2016-03-213-6/+4
* Remember to use errors=strict since this is looking up a filename on the file...Toshio Kuratomi2016-03-211-1/+1
* Make the source path into a byte string before passing to os.pathToshio Kuratomi2016-03-211-1/+1
* Make sure test script fails on any errorJames Cammarata2016-03-211-1/+1
* better task parsing errorsBrian Coca2016-03-212-6/+10
* fix issues with older yaml lib versionsBrian Coca2016-03-211-4/+6
* Pulling in travis.yml from develJames Cammarata2016-03-211-16/+25
* fixed str to to_strBrian Coca2016-03-211-1/+1
* more complete and informative errorsBrian Coca2016-03-211-10/+9
* tweak deprecation warnings displayBrian Coca2016-03-211-3/+3
* Transform pathnames to bytes before passing on to os.path functionsToshio Kuratomi2016-03-211-9/+9
* Support SSL validation with redirect control for python versions without ssl ...Matt Martz2016-03-211-21/+29
* Remove debugging and fix the place where bytes are being handed to StringIOToshio Kuratomi2016-03-211-11/+4
* more informationToshio Kuratomi2016-03-211-1/+2
* Testing whether this fixes jenkinsToshio Kuratomi2016-03-211-6/+10
* Conditionally import StringIO in template so we only use io.StringIO on py3James Cammarata2016-03-211-1/+5
* Fixing bug in setup related to StringIO fixesJames Cammarata2016-03-211-1/+1
* Changing location of reduce import to not use six.movesJames Cammarata2016-03-211-1/+1
* Adding py3 stub for reduce from six.movesJames Cammarata2016-03-211-0/+6
* Fix bug 14715: Galaxy CLI paging errorchouseknecht2016-03-211-6/+6
* don't lock file when calculating checksumnitzmahone2016-03-211-1/+1
* added package to special 'squashable' fieldsBrian Coca2016-03-211-1/+6
* We are actually taking the repr of a string so we need separate to_bytes and ...Toshio Kuratomi2016-03-211-1/+1
* Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3Toshio Kuratomi2016-03-214-6/+16
* Fix mixing of bytes and str in module replacer (caused traceback on python3)Toshio Kuratomi2016-03-211-33/+34