summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/trace
Commit message (Expand)AuthorAgeFilesLines
* Set the encoding in c'tor and explain why it's finefix-trace-encodingLin Jen-Shin2017-04-171-8/+8
* Only set the encoding before passing to Ansi2htmlLin Jen-Shin2017-04-171-3/+8
* Make sure @stream.each_line would tag Encoding.default_externalLin Jen-Shin2017-04-171-0/+2
* Make sure we're giving Encoding.default_externalLin Jen-Shin2017-04-171-2/+2
* Don't seek at all if the log is small anywayLin Jen-Shin2017-04-131-5/+3
* After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-131-0/+1
* Return nil as coverage instead of a File objectzj-fix-coverage-bugZ.J. van de Weg2017-04-121-1/+4
* Optimise trace handling code to use streaming instead of full readKamil TrzciƄski2017-04-061-0/+119