summaryrefslogtreecommitdiff
path: root/app/workers/pipeline_notification_worker.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-3/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-0/+3
|
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
|
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
|
* include PipelineQueue, feedback:Lin Jen-Shin2016-10-241-0/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342#note_17353703
* Skip if cannot find pipeline, feedback:Lin Jen-Shin2016-10-171-1/+3
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342/diffs#note_17038807
* Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin2016-10-171-0/+9
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342/diffs#note_17039533