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-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
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-07-23Validate the existence of archived traces before removing live traceShinya Maeda
2019-01-29Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate
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-10-30Enable frozen string for lib/gitlab/ci/**/*.rbgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-10Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon
2018-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-07-09Access metadata directly from Object StorageKamil Trzciński
2018-06-01Make http_io honor HTTP(S)_PROXY environment.NLR
2018-05-02Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-05-02Add guardclause of offset < 0 in #truncateShinya Maeda
2018-05-02Skip truncate when offset == size. Fix static analysys.Shinya Maeda
2018-05-01Introduces `FastDestroyAll` moduleShinya Maeda
2018-04-30Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-04-30Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda
2018-04-26Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-04-26Optimize Trace#write/append/raw by caching data and avoiding unnecesary truncateShinya Maeda
2018-04-26Refactoring ci_job_trace to ci_build_traceShinya Maeda
2018-04-24Implement efficient destroy of job_trace_chunksKamil Trzciński
2018-04-24Swap redis chunks when build finishedShinya 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-18Merge branch '44981-http-io-trace-with-multi-byte-char' into 'master'Kamil Trzciński (OoO till 16th of April)
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-17Make HTTPIO compatible with multi-byte chars (Extracted from ChunkedIO)Shinya Maeda
2018-04-06Fix wrong sql at calculation sizeShinya Maeda
2018-04-06Change Redis TTL to 1day. Fixing nitpicksShinya 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-05Fix HttpIO and specShinya Maeda
2018-04-05Fix rubocopShinya Maeda
2018-04-05Add spec for ChunkedIOShinya Maeda
2018-04-05Add testShinya Maeda
2018-04-05FixShinya Maeda
2018-04-05Fix database trace to read rawShinya Maeda
2018-04-05Revert httpio fixShinya Maeda
2018-04-05Support IO.copy_streamShinya Maeda
2018-04-05Fix #read to increament tell correctlyShinya Maeda
2018-04-05Simpler chunking :)Kamil Trzciński
2018-04-05Removed unused codeKamil Trzciński
2018-04-05Fix bug; truncate did not reset size and tellShinya Maeda