summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/trace
Commit message (Expand)AuthorAgeFilesLines
* Resolve static analysys. Use until instead of negative whileShinya Maeda2017-05-251-2/+2
* Adopt ayufan scriptShinya Maeda2017-05-241-12/+13
* put force_encoding in def reverse_lineShinya Maeda2017-05-241-3/+3
* Append gurad clause. remove unless debris.emptyShinya Maeda2017-05-241-1/+3
* Avoid tap. Use unless&empty.Shinya Maeda2017-05-241-7/+5
* Improve calc_read_sizeShinya Maeda2017-05-241-6/+2
* Optimize reverse_lineShinya Maeda2017-05-241-12/+13
* much betterShinya Maeda2017-05-241-7/+1
* Refer reverse_line from read_last_linesShinya Maeda2017-05-241-22/+7
* Use force_encoding(regex.encoding)Shinya Maeda2017-05-241-2/+2
* Use force_encoding when regex contains UTF-8 charShinya Maeda2017-05-241-1/+1
* Use each_line. Avoid comparison of partial. Add UTF-8 spec.Shinya Maeda2017-05-241-5/+3
* Fix reverse_line from chunk basedShinya Maeda2017-05-241-2/+17
* Fix while trueShinya Maeda2017-05-241-13/+8
* Add reverse_lineShinya Maeda2017-05-241-1/+21
* Improves support for long build traces:Filipa Lacerda2017-04-181-1/+1
* Use &. because rubocop. Seriously I don't think this makes senseLin Jen-Shin2017-04-181-1/+1
* Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-181-10/+3
* 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