summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/logentries.py
Commit message (Expand)AuthorAgeFilesLines
* fixes to config/setting retrievalBrian Coca2017-09-091-46/+85
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-14/+5
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-6/+6
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* Get rid of logentries.to_unicode.Toshio Kuratomi2016-04-301-5/+1
* python3 compatiblityBrian Coca2016-03-241-2/+3
* removed print entries, corrected display calls to match latest develBrian Coca2015-11-161-6/+9
* Don't be fatal on import errors so plays don't fail if plugin doesn't have re...Jimmy Tang2015-11-141-2/+14
* Run when whitelistedJimmy Tang2015-11-141-0/+1
* Add boilerplate and fix initialisation to match what 2.0 expectsJimmy Tang2015-11-141-2/+5
* Remove threading and queues. Added license information and cleaned up callback.Jimmy Tang2015-11-141-77/+67
* Initial add of logentries callback pluginJimmy Tang2015-11-141-0/+336