summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/trace
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-11-stable-eev15.11.0-rc42GitLab Bot2023-04-201-7/+0
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-2/+2
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+1
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-202-5/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-182-6/+6
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-203-0/+175
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-202-1/+55
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-162-8/+2
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-182-6/+20
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-172-1/+25
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-212-3/+113
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-192-2/+50
* Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot2019-10-171-4/+0
* Validate the existence of archived traces before removing live tracesafe-archiving-for-tracesShinya Maeda2019-07-231-0/+7
* Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
* Merge branch 'lock-trace-writes' into 'master'Stan Hu2018-11-271-8/+3
|\
| * Lock writes to trace streamKamil Trzciński2018-11-271-8/+3
* | Fix deadlock on ChunkedIOfix-deadlock-chunked-ioKamil Trzciński2018-11-261-13/+16
|/
* Enable frozen string for lib/gitlab/ci/**/*.rbgfyoung2018-10-303-8/+14
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+8
* Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon2018-07-101-197/+0
|\
| * Access metadata directly from Object StorageKamil Trzciński2018-07-091-197/+0
* | Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-091-6/+6
|/
* Make http_io honor HTTP(S)_PROXY environment.NLR2018-06-011-1/+1
* Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-021-1/+2
|\
| * Add guardclause of offset < 0 in #truncateShinya Maeda2018-05-021-1/+1
| * Skip truncate when offset == size. Fix static analysys.Shinya Maeda2018-05-021-0/+1
* | Introduces `FastDestroyAll` moduleShinya Maeda2018-05-011-1/+1
* | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-301-0/+1
|\ \ | |/
| * Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda2018-04-301-0/+1
* | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-262-13/+12
|\ \ | |/
| * Optimize Trace#write/append/raw by caching data and avoiding unnecesary truncateShinya Maeda2018-04-262-2/+1
| * Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-261-11/+11
* | Implement efficient destroy of job_trace_chunksKamil Trzciński2018-04-241-3/+3
* | Swap redis chunks when build finishedShinya Maeda2018-04-241-3/+3
|/
* Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-201-2/+4
|\
| * Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
| * Merge branch '44981-http-io-trace-with-multi-byte-char' into 'master'Kamil Trzciński (OoO till 16th of April)2018-04-181-6/+16
| |\
| | * Make HTTPIO compatible with multi-byte chars (Extracted from ChunkedIO)Shinya Maeda2018-04-171-6/+16
| * | [Rails5] Remove `as` keyword from `Gitlab:Ci:Trace:Stream.delegate :valid?`blackst0ne2018-04-181-1/+3
| |/
* | Align force_encoding strategy into Trace::StreamShinya Maeda2018-04-182-4/+7
* | Fix wrong sql at calculation sizeShinya Maeda2018-04-061-1/+1
* | Change Redis TTL to 1day. Fixing nitpicksShinya Maeda2018-04-061-3/+7
* | Fix Stream#file? duplicates. And the specShinya Maeda2018-04-061-4/+0
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-061-1/+5
|\ \ | |/
| * Add testShinya Maeda2018-04-051-2/+6
| * FixShinya Maeda2018-04-051-1/+1