summaryrefslogtreecommitdiff
path: root/app/workers/stuck_ci_jobs_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of stale scheduled builds searchShinya Maeda2018-10-031-28/+12
* Rename failure reason to stale_scheduleShinya Maeda2018-10-021-1/+1
* Cleanup drop_stale_scheduled_builds codeShinya Maeda2018-10-021-2/+7
* Fix StuckCiJobsWorker and added testsShinya Maeda2018-10-021-1/+1
* Fix coding style offenceShinya Maeda2018-10-021-8/+8
* Fix stuck ci jobs workerShinya Maeda2018-10-021-1/+1
* Simplify StuckCiJobsWorkerShinya Maeda2018-10-021-30/+25
* Fix stuck job worker. Fix sidekiq queue namespaceShinya Maeda2018-10-021-16/+30
* Add cleanup mechanizm for stale scheduled jobsShinya Maeda2018-10-021-13/+17
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* Allow to drop jobs for deleted projectsKamil Trzcinski2017-11-271-2/+0
* Use not-ordered searchKamil Trzcinski2017-11-271-4/+9
* Optimise StuckCiJobsWorkerKamil Trzcinski2017-11-271-3/+8
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Fix enum listsShinya Maeda2017-09-051-1/+1
* Fix enum wordingShinya Maeda2017-09-051-1/+1
* Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-1/+1
* Fix current feature related specsTiago Botelho2017-06-281-1/+1
* Renable StuckCiBuildsWorker to StucjCiJobsWorker27523-make-stuck-build-detection-more-performantTomasz Maczukin2017-03-031-0/+59