summaryrefslogtreecommitdiff
path: root/common/trace.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ability to mask variables.•••This makes variables to be allowed to be `masked: true`. The masked values will be replaced with `[MASKED]`. The masking is done in-line, thus we delay sending trace if the content is partial match for masked output. Kamil TrzciƄski2019-03-061-0/+3
* Add metric with job failuresTomasz Maczukin2017-12-191-0/+2
* Add failure_reason basic implementationShinya Maeda2017-12-181-1/+1
* Fix data race in JobTrace.WriteAlessio Caiazza2017-12-131-0/+5
* Fix context canceling and returned message to upstreamKamil Trzcinski2017-04-201-4/+5
* Refactor BuildTrace abort mechanism•••Return channel on which routine will listen instead of allowing to specify own anonymous function. Kamil Trzcinski2016-07-171-3/+3
* Make fmt happyKamil Trzcinski2016-07-141-1/+1
* Improve integration testsKamil Trzcinski2016-07-141-0/+6
* Add simple integration tests for VirtualBoxKamil Trzcinski2016-07-141-0/+26