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
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