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
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot
2019-01-29Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate
2018-11-27Lock writes to trace streamKamil Trzciński
2018-10-30Enable frozen string for lib/gitlab/ci/**/*.rbgfyoung
2018-04-30Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda
2018-04-26Optimize Trace#write/append/raw by caching data and avoiding unnecesary truncateShinya Maeda
2018-04-20Merge branch 'master' into live-trace-v2Shinya Maeda
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-04-18[Rails5] Remove `as` keyword from `Gitlab:Ci:Trace:Stream.delegate :valid?`blackst0ne
2018-04-18Align force_encoding strategy into Trace::StreamShinya Maeda
2018-04-06Fix Stream#file? duplicates. And the specShinya Maeda
2018-04-05Merge branch 'master' into live-trace-v2Shinya Maeda
2018-04-05Fix bunch of textsShinya Maeda
2018-04-05Add testShinya Maeda
2018-04-05FixShinya Maeda
2018-04-05Fix database trace to read rawShinya Maeda
2018-04-05Simpler chunking :)Kamil Trzciński
2018-03-22Fix http_io to make it return path is nilShinya Maeda
2017-10-05Add CI build trace sections extractorAlessio Caiazza
2017-09-12move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`Maxim Rydkin
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-24Resolve static analysys. Use until instead of negative whileShinya Maeda
2017-05-24Adopt ayufan scriptShinya Maeda
2017-05-24put force_encoding in def reverse_lineShinya Maeda
2017-05-24Append gurad clause. remove unless debris.emptyShinya Maeda
2017-05-24Avoid tap. Use unless&empty.Shinya Maeda
2017-05-24Improve calc_read_sizeShinya Maeda
2017-05-24Optimize reverse_lineShinya Maeda
2017-05-24much betterShinya Maeda
2017-05-24Refer reverse_line from read_last_linesShinya Maeda
2017-05-24Use force_encoding(regex.encoding)Shinya Maeda
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-24Fix while trueShinya Maeda
2017-05-24Add reverse_lineShinya Maeda
2017-04-18Improves support for long build traces:Filipa Lacerda
2017-04-18Use &. because rubocop. Seriously I don't think this makes senseLin Jen-Shin
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-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-13Don't seek at all if the log is small anywayLin 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