summaryrefslogtreecommitdiff
path: root/zuul/ansible/callback
Commit message (Expand)AuthorAgeFilesLines
* Correctly stream the remaining bufferTobias Henkel2017-11-261-1/+1
* Do late decoding of log stream bufferTobias Henkel2017-10-271-6/+13
* Explicitely print the result status of each playbook runDavid Moreau-Simard2017-10-031-24/+0
* Merge "Log exeptions for module failure cases" into feature/zuulv3Zuul2017-09-221-10/+26
|\
| * Log exeptions for module failure casesMonty Taylor2017-09-021-10/+26
* | Shift zuul_stream socket reading to use a for loopMonty Taylor2017-09-111-27/+28
* | Merge "Handle debug messages cleanly" into feature/zuulv3Zuul2017-09-071-3/+14
|\ \
| * | Handle debug messages cleanlyMonty Taylor2017-09-061-3/+14
* | | Merge "Stop output start and end times for each task" into feature/zuulv3Zuul2017-09-071-5/+4
|\ \ \ | |/ /
| * | Stop output start and end times for each taskMonty Taylor2017-09-011-5/+4
* | | Merge "Fix spacer-lines to work with multi-node and items" into feature/zuulv3Zuul2017-09-071-10/+6
|\ \ \ | |/ /
| * | Fix spacer-lines to work with multi-node and itemsMonty Taylor2017-09-011-10/+6
| |/
* | Only strip trailing whitespace from console logsClark Boylan2017-09-061-3/+3
* | Support IPv6 with zuul_streamPaul Belanger2017-09-031-2/+1
|/
* Don't output complex items in the summary lineMonty Taylor2017-08-311-4/+10
* Add support for debug statementsMonty Taylor2017-08-311-0/+9
* Handle logging ansible python errors properlyMonty Taylor2017-08-311-5/+23
* Write a logging config file and pass it to callbacksMonty Taylor2017-08-282-8/+16
* Merge "Squelch ara initializing message from log" into feature/zuulv3Zuul2017-08-231-0/+3
|\
| * Squelch ara initializing message from logMonty Taylor2017-08-171-1/+4
* | Add a test to verify basic console outputJames E. Blair2017-08-231-1/+5
* | The play object is at self._play not self.playMonty Taylor2017-08-231-1/+1
* | Retrieve filtered list of hosts for a task, not all hostsDavid Moreau-Simard2017-08-201-12/+6
* | Fix zuul_stream callback dict modificationDavid Shrewsbury2017-08-171-1/+1
|/
* Try to early terminate streaming on ansible errorsTobias Henkel2017-08-091-0/+8
* Log an extra blank line to get space after each skipPaul Belanger2017-07-281-0/+2
* Add spacer line after loopsMonty Taylor2017-07-211-12/+17
* Log skipped tasks to the job outputMonty Taylor2017-07-211-0/+13
* Log items in loops betterMonty Taylor2017-07-211-5/+11
* Improve display of simple error messagesMonty Taylor2017-07-211-3/+11
* Add spacer after playbook stats rather than before playbookMonty Taylor2017-07-201-6/+4
* Make playbook run meta info less fragileMonty Taylor2017-07-202-39/+14
* Remove noise both vertical and horizontalMonty Taylor2017-07-191-13/+9
* Emit phase banner separate from play bannerMonty Taylor2017-07-191-12/+46
* Fix json output appendingMonty Taylor2017-07-191-35/+45
* Only output result details on errorMonty Taylor2017-07-171-3/+1
* Add callback plugin to emit jsonMonty Taylor2017-07-171-0/+138
* Filter and print results more comprehensivelyMonty Taylor2017-07-131-8/+26
* Fix dictionary change during iterationTobias Henkel2017-07-131-1/+1
* Fix KeysView object does not support indexingTobias Henkel2017-07-131-1/+1
* Log execution phase and include informationMonty Taylor2017-07-121-5/+20
* Add play recap back in to the end of playsMonty Taylor2017-07-121-0/+16
* Add spacing lines and formatting to result dictsMonty Taylor2017-07-121-17/+46
* Add support for marking module results uninterestingMonty Taylor2017-07-091-0/+7
* Don't look for ansible_host unconditionallyMonty Taylor2017-07-091-1/+2
* Merge "Don't log starting to log messages to build log" into feature/zuulv3Jenkins2017-07-061-1/+1
|\
| * Don't log starting to log messages to build logMonty Taylor2017-06-301-1/+1
* | Apply localhost workaround if ansible_host is localhostMonty Taylor2017-07-011-0/+3
* | Handle item loops in zuul_streamMonty Taylor2017-07-011-22/+118
* | Don't print results from explicit gather factsMonty Taylor2017-07-011-1/+1