summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/trace/stream_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert2019-08-021-9/+7
* Revert "Merge branch..."Kamil Trzciński2019-06-241-5/+5
* Fix copying a single line from FirefoxAdam Hegyi2019-06-191-5/+5
* Make failing specs passgenerate-spans-for-sectionsFabio Pitino2019-06-171-5/+10
* Make CI refs matching to to use UntrustedRegexpKamil Trzciński2019-03-151-1/+1
* Lock writes to trace streamKamil Trzciński2018-11-271-10/+15
* Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-261-8/+8
* Change Redis TTL to 1day. Fixing nitpicksShinya Maeda2018-04-061-1/+1
* Fix Stream#file? duplicates. And the specShinya Maeda2018-04-061-1/+0
* Fix rubocopShinya Maeda2018-04-061-0/+2
* Add tests for Trace::StreamShinya Maeda2018-04-061-204/+342
* 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