summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix timeout issue in ansible-connection (#24556) (#24579)Ganesh Nalawade2017-05-131-1/+1
* updates log messages in ansible-connection (#23076) (#23125)John R Barker2017-03-301-7/+15
* fixes ansible-connection working directory (#22964)Peter Sprygada2017-03-251-1/+2
* fixes exception raised from ansible-connection logging (#22836)Peter Sprygada2017-03-211-5/+5
* replaces logging with display for network connection plugins (#22819)Peter Sprygada2017-03-201-18/+14
* implements python logging for network connection plugin (#22817)Peter Sprygada2017-03-201-21/+27
* adds connection established message to ansible-connection (#22492)Peter Sprygada2017-03-141-0/+5
* Handle downstream version additions (#22428)Toshio Kuratomi2017-03-101-10/+16
* adds more logging output to network_cli and ansible-connection (#21716)Peter Sprygada2017-02-211-2/+13
* capture AnsibleConnectionFailure messages in ansible-connection (#21612)Peter Sprygada2017-02-181-5/+13
* clean up pylint errors in ansible-connection (#21571)Peter Sprygada2017-02-171-1/+1
* fixes type that prevents socket clean up from being called (#21568)Peter Sprygada2017-02-171-1/+1
* fixes Bad file descriptor backtrace raised by ansible-connection (#21526)Peter Sprygada2017-02-161-22/+14
* updates the code path for network modules (#21193)Peter Sprygada2017-02-091-9/+5
* errors to stderrBrian Coca2017-02-081-3/+2
* one more bug fix for ansible-connection (#20707)Peter Sprygada2017-01-261-3/+1
* checks connected property to validate connection in Server (#20695)Peter Sprygada2017-01-261-2/+2
* more logging and exception handling in ansible-connection (#20619)Peter Sprygada2017-01-241-14/+22
* adds more logging to ansible-connection (#20298)Peter Sprygada2017-01-161-9/+4
* adds some more logging to ansible-connection (#20205)Peter Sprygada2017-01-121-24/+25
* fix indent (#20071)TaoBeier2017-01-101-1/+1
* functional updates to ansible-connection (#18574)Peter Sprygada2016-11-301-23/+78
* Removing q debugging cruft from ansible-connectionJames Cammarata2016-11-211-16/+0
* Removing test script for ansible-connectionJames Cammarata2016-11-211-27/+0
* Adding a persistent connection utilityJames Cammarata2016-11-212-0/+329
* always log unexpected exceptionsBrian Coca2016-10-131-1/+3
* Fixes to the controller text model (#17527)Toshio Kuratomi2016-09-121-3/+10
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-6/+6
* Remove debug lockJames Cammarata2016-09-061-1/+0
* Fix bin/ansible to not make a double traceback on python3 (#15972)Michael Scherer2016-06-021-1/+6
* Controller-side module caching.Toshio Kuratomi2016-04-121-8/+15
* moved display's debug lock to cli as globalBrian Coca2016-04-081-0/+4
* draft 1st release of ansible-consoleBrian Coca2016-03-071-0/+1
* Transform tracebacks into unicode before printingToshio Kuratomi2016-01-251-1/+2
* Changing the way workers are forkedJames Cammarata2015-12-111-0/+1
* Migrate cli and dependencies to use global displayToshio Kuratomi2015-11-111-1/+1
* narrow the scope of import error and make sure non - aliases to ansible get t...Brian Coca2015-11-021-5/+9
* made cli code more flexible to add new command line programs w/o need for upd...Brian Coca2015-11-021-14/+11
* now correctly traps unimplemented symlinks as subprogramsBrian Coca2015-11-021-6/+7
* Revert "capture some install issues and give out a slightly nicer error"Toshio Kuratomi2015-10-271-5/+0
* capture some install issues and give out a slightly nicer errorBrian Coca2015-10-271-0/+5
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-1/+1
* Improve handling of unicode errorsJames Cammarata2015-10-081-4/+5
* Revert "Allow exceptions to pass through the program"Brian Coca2015-08-061-6/+2
* Allow exceptions to pass through the programWill Thames2015-08-061-2/+6
* added wrap_text to 'last resort' as it fails if there is an error in callbacksBrian Coca2015-07-241-1/+3
* Don't wrap text on most errorsJames Cammarata2015-07-231-3/+3
* Allow full exception tracebacks to be displayed with increased verbosityJames Cammarata2015-07-071-1/+9
* Don't wrap text for AnsibleParserErrorMarc Abramowitz2015-07-071-1/+1
* now has display of last resortBrian Coca2015-07-051-8/+18