Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-24Revert "Merge branch..."Kamil Trzciński
2019-06-19Fix copying a single line from FirefoxAdam Hegyi
2019-06-17Make failing specs passFabio Pitino
2019-03-15Make CI refs matching to to use UntrustedRegexpKamil Trzciński
2018-11-27Merge branch 'lock-trace-writes' into 'master'Stan Hu
2018-11-27Lock writes to trace streamKamil Trzciński
2018-11-26Fix deadlock on ChunkedIOKamil Trzciński
2018-07-09Access metadata directly from Object StorageKamil Trzciński
2018-04-26Refactoring ci_job_trace to ci_build_traceShinya Maeda
2018-04-06Change Redis TTL to 1day. Fixing nitpicksShinya Maeda
2018-04-06Fix Stream#file? duplicates. And the specShinya Maeda
2018-04-05Fix bunch of textsShinya Maeda
2018-04-05Fix rubocopShinya Maeda
2018-04-05Add tests for Trace::StreamShinya Maeda
2018-04-05Add spec for ChunkedIOShinya Maeda
2018-04-05Removed unused codeKamil Trzciński
2018-04-05Use bytesize everywhere instead of lengthShinya Maeda
2018-04-05Fix static analysysShinya Maeda
2018-04-05Fix Live traceShinya Maeda
2018-04-05Consolidate ChunkedIOShinya Maeda
2018-04-05Implement basic live trace featureShinya Maeda
2018-04-05Add tests for ChunkStore::Database tooShinya Maeda
2018-04-05Add spec for chunked_ioShinya Maeda
2018-04-05Add chunks_store database specShinya Maeda
2018-04-05Add spec for ChunkStore::RedisShinya Maeda
2018-03-22Backport ee-40781-os-to-ceMicaël Bergeron
2018-03-01removed EE specific code from the portMicaël Bergeron
2017-10-05Add CI build trace sections extractorAlessio Caiazza
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-07-24Upgrade the re2 gem to 1.1.0Nick Thomas
2017-07-22Short-circuit build coverage extraction for empty regexesNick Thomas
2017-07-22Fix the gcovr coverage regex by removing line separators before scanningNick Thomas
2017-07-20Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan
2017-05-24Use force_encoding when regex contains UTF-8 charShinya Maeda
2017-05-24Use each_line. Avoid comparison of partial. Add UTF-8 spec.Shinya Maeda
2017-05-24Fix reverse_line from chunk basedShinya Maeda
2017-05-24ReproducedShinya Maeda
2017-04-18Just enforce the output encoding for Ansi2htmlLin Jen-Shin
2017-04-17Set the encoding in c'tor and explain why it's fineLin Jen-Shin
2017-04-17Restore nil for streamLin Jen-Shin
2017-04-17Only set the encoding before passing to Ansi2htmlLin Jen-Shin
2017-04-17Make sure @stream.each_line would tag Encoding.default_externalLin Jen-Shin
2017-04-17Make sure we're giving Encoding.default_externalLin Jen-Shin
2017-04-13Update tests for the fact that we would skip one lineLin Jen-Shin
2017-04-13After Trace#limit, we seek to the next line in caseLin Jen-Shin
2017-04-12Return nil as coverage instead of a File objectZ.J. van de Weg
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński