summaryrefslogtreecommitdiff
path: root/app/workers/build_finished_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-301-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-221-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-141-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-011-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-101-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-261-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-051-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-101-5/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-231-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-161-1/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-021-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Expire pipeline cache on finishmc/bug/pipeline-cache-invalidMatija Čupić2019-05-211-0/+1
* Move ChatOps to CoreJames Fargher2019-02-201-0/+1
* Refactor BuildFinishedWorker for EEYorick Peterse2019-01-211-7/+19
* Fix types commentyukihir02018-11-151-1/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Integrate two workers into one ArchiveTraceWorker with pipeline_background qu...Shinya Maeda2018-03-061-1/+1
* Reorder async/sync tasks in BuildFinishedWorker to read traces efficientlyfeature/sm/artifacts-traceShinya Maeda2018-02-061-2/+5
* Make all workers in BuildFinishedWorker to run async and reorderShinya Maeda2018-02-061-2/+2
* Rename CreateArtifactsTraceService to CreateTraceArtifactServiceShinya Maeda2018-02-061-1/+1
* Add CreateArtifactsTraceWorkerShinya Maeda2018-02-061-0/+1
* Use a dedicated queue for each workerDouwe Maan2017-12-121-1/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+1
* Remove sidekiq build queue and assign pipeline queueGrzegorz Bizon2017-08-211-1/+3
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-0/+1
* Remove unecessary lockfeature/process-pipeline-hooks-asynchronouslyKamil Trzcinski2016-10-141-4/+2
* Add build finished worker that creates a workflowGrzegorz Bizon2016-10-141-0/+12