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
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2019-07-23Validate the existence of archived traces before removing live traceShinya Maeda
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-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-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-18Align force_encoding strategy into Trace::StreamShinya Maeda
2018-04-06Fix wrong sql at calculation sizeShinya Maeda
2018-04-06Change Redis TTL to 1day. Fixing nitpicksShinya Maeda
2018-04-05Fix bunch of textsShinya Maeda
2018-04-05Fix rubocopShinya Maeda
2018-04-05Add spec for ChunkedIOShinya 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-05Reorgnize archetectureShinya Maeda
2018-04-05Clarify namespacesShinya Maeda
2018-04-05Introduce chunks storeShinya Maeda
2018-04-05Revert some changesShinya Maeda
2018-04-05Live trace PoCShinya Maeda