summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/trace
Commit message (Expand)AuthorAgeFilesLines
* Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+87
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Upgrade the re2 gem to 1.1.0Nick Thomas2017-07-241-0/+14
* Short-circuit build coverage extraction for empty regexesNick Thomas2017-07-221-0/+22
* Fix the gcovr coverage regex by removing line separators before scanningNick Thomas2017-07-211-0/+7
* Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan2017-07-191-0/+7
* Use force_encoding when regex contains UTF-8 charShinya Maeda2017-05-241-3/+3
* Use each_line. Avoid comparison of partial. Add UTF-8 spec.Shinya Maeda2017-05-241-0/+11
* Fix reverse_line from chunk basedShinya Maeda2017-05-241-0/+22
* ReproducedShinya Maeda2017-05-241-2/+10
* 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