summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/trace/stream_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-181-1/+20
* Set the encoding in c'tor and explain why it's finefix-trace-encodingLin Jen-Shin2017-04-171-1/+1
* Restore nil for streamLin Jen-Shin2017-04-171-1/+1
* Only set the encoding before passing to Ansi2htmlLin Jen-Shin2017-04-171-7/+7
* Make sure @stream.each_line would tag Encoding.default_externalLin Jen-Shin2017-04-171-4/+14
* Make sure we're giving Encoding.default_externalLin Jen-Shin2017-04-171-3/+9
* Update tests for the fact that we would skip one linefix-trace-seeking-readlineLin Jen-Shin2017-04-131-3/+3
* After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-131-1/+21
* Return nil as coverage instead of a File objectzj-fix-coverage-bugZ.J. van de Weg2017-04-121-3/+3
* Optimise trace handling code to use streaming instead of full readKamil TrzciƄski2017-04-061-0/+201