summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* properly filter out noise from debugBrian Coca2017-07-181-1/+1
* dont show failed key on debugBrian Coca2017-07-121-1/+1
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-4/+4
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-8/+7
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-1/+1
* removed extra 'changed' from debug outputBrian Coca2017-04-131-2/+4
* Exceptit (#21864)Brian Coca2017-02-271-0/+15
* remove warning/deprecation keys after usageBrian Coca2017-02-081-0/+2
* allow debug to be 'changed' (#20957)Brian Coca2017-02-021-2/+0
* module_utils: implement deprecation warning for params (#20884)René Moser2017-02-011-1/+1
* added warnings list to module and autoaddBrian Coca2017-01-311-3/+7
* Improve --diff output when files lack trailing newlinesMarius Gedminas2017-01-091-5/+20
* Remove callback.CallbackBase._copy_result_excludeAdrian Likins2016-10-231-12/+0
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-11/+9
* Support for specifying item label in a loop (#17294)Andrew Gaffney2016-08-311-0/+2
* Show where plugins were loaded in vvv/vvvv (#15757)Adrian Likins2016-08-231-1/+1
* indent callback output if using 3verbosity or higher (#16231)Matt Martz2016-07-231-1/+1
* fix: playbook_on_task_start expects name and not task object (#16168)Krzysztof Magosa2016-06-071-1/+1
* Do not remove exception from result, hide output.Matt Clay2016-05-311-0/+4
* On change in diff-mode we don't need to see file content in task outputDag Wieers2016-04-011-0/+4
* Renaming per-item and retry callbacksJames Cammarata2016-03-181-4/+4
* Little improvement in flowDag Wieers2016-03-081-1/+1
* issue callbacks per item and retry failsJames Cammarata2016-02-231-19/+6
* Make --diff lines of context configurableGeorge Christou2016-02-191-1/+1
* added playbook and options info to callbacksBrian Coca2016-02-181-0/+10
* Make --diff colours configurableGeorge Christou2016-02-171-5/+5
* Add simple --diff colour supportGeorge Christou2016-02-151-3/+12
* Do not insert newlines when diff is emptyTobias Wolf2016-02-031-4/+12
* Fix handling of difflist containing multiple before/after pairsTobias Wolf2016-02-031-2/+1
* Handle the key 'prepared' in the 'diff' result from modulesTobias Wolf2016-01-261-0/+2
* now handles 'non file diffs'Brian Coca2016-01-051-0/+4
* Squashed commit of the following:James Cammarata2015-12-291-4/+15
* clean debug output to match prev versionsBrian Coca2015-12-151-0/+6
* Make on_file_diff callback item-awareJames Cammarata2015-12-091-1/+5
* Get v2_playbook_on_start workingMatt Martz2015-12-021-1/+1
* added missing :Brian Coca2015-11-251-1/+1
* added missing events to base classBrian Coca2015-11-251-0/+9
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-2/+12
* removed no_log redundant codeBrian Coca2015-10-301-5/+1
* simplified invocation removal, added no_log awarenessBrian Coca2015-10-301-10/+7
* sanatize resultsBrian Coca2015-10-241-4/+2
* Fix invocation from bad merge and note where it would need to go to keepToshio Kuratomi2015-10-241-4/+1
* finalized changed to use abridtged_result instead of resultBrian Coca2015-10-231-3/+3
* Implement invocation hiding for all callbacks if the verbosity is lowToshio Kuratomi2015-10-231-8/+16
* avoid showing invokation when no_log is set or verbosity is lowBrian Coca2015-10-231-1/+6
* Cleaning up FIXMEsJames Cammarata2015-10-221-3/+0
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-1/+1
* Adding a v2 callback for task includesJames Cammarata2015-10-191-0/+4
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* <homer>doh!</homer>Brian Coca2015-10-091-1/+1