summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/trace.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-10/+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@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-10/+4
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-8/+9
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-36/+16
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-8/+22
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-10/+18
* 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-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+29
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+18
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-4/+9
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-15/+24
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-0/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Add project scope to live trace feature flagadd-project-scope-to-live-trace-feature-flagShinya Maeda2019-07-311-1/+1
* Validate the existence of archived traces before removing live tracesafe-archiving-for-tracesShinya Maeda2019-07-231-2/+10
* Set higher TTL to write lock for tracesset-higher-ttl-for-trace-writeShinya Maeda2019-06-281-1/+1
* Remove unused projects.ci_id column27777-drop-projects-ci_id-columnDmitriy Zaporozhets2019-05-021-13/+1
* Lock writes to trace streamKamil Trzciński2018-11-271-30/+33
* Enable frozen string for lib/gitlab/cigfyoung2018-10-261-0/+2
* Squashed commit of the following:Shinya Maeda2018-07-271-0/+2
* Merge branch 'remove-trace-efficiently' into 'master'Kamil Trzciński2018-07-061-8/+11
|\
| * Revice the changelogShinya Maeda2018-07-061-1/+0
| * Invalidate memoization after its erasedShinya Maeda2018-07-041-0/+2
| * Simplify the commentsShinya Maeda2018-07-041-5/+2
| * Remove traces efficientlyShinya Maeda2018-07-041-8/+13
* | Use AlreadyArchivedError if it's the caseShinya Maeda2018-07-061-3/+3
* | Prevent WRITE opetaions if it's already archivedShinya Maeda2018-07-051-1/+4
|/
* Fix the query to select stale live tracesShinya Maeda2018-06-061-19/+23
* Fix ambiguous stuck ci job worker's spec. Rename lease key of archiveShinya Maeda2018-06-061-1/+1
* Add exclusive relase for trace arhiveShinya Maeda2018-06-061-14/+30
* Merge branch 'live-trace-v2-efficient-destroy-all' into 'master'Grzegorz Bizon2018-05-071-1/+1
|\
| * Fix specs. Align with the new table name ci_build_trace_chunkShinya Maeda2018-04-261-1/+1
| * Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-261-6/+6
| |\
| * | Implement efficient destroy of job_trace_chunksKamil Trzciński2018-04-241-1/+1
| * | Swap redis chunks when build finishedShinya Maeda2018-04-241-2/+2
* | | Enforce proper 416 support for runner trace patch endpointKamil Trzciński2018-05-071-1/+1
| |/ |/|
* | Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-261-6/+6
|/
* Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-201-1/+1
|\
| * Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* | Align force_encoding strategy into Trace::StreamShinya Maeda2018-04-181-2/+2
* | Use w+b mode when Trace#setShinya Maeda2018-04-051-4/+4
* | Simpler chunking :)Kamil Trzciński2018-04-051-16/+12
* | Remove unrelated chanagesShinya Maeda2018-04-051-1/+1
* | Use bytesize everywhere instead of lengthShinya Maeda2018-04-051-1/+1
* | Fix archive method. Fix trace specShinya Maeda2018-04-051-6/+9