Commit Graph

22 Commits

Author SHA1 Message Date
Shinya Maeda 5974eff83c Improve performance of stale scheduled builds search 2018-10-03 18:52:18 +09:00
Shinya Maeda 8bc065e02d Rename failure reason to stale_schedule 2018-10-02 17:08:14 +02:00
Shinya Maeda 70d015d1ba Cleanup drop_stale_scheduled_builds code 2018-10-02 17:08:13 +02:00
Shinya Maeda 587560757f Fix StuckCiJobsWorker and added tests 2018-10-02 17:08:12 +02:00
Shinya Maeda f3348951a8 Fix coding style offence 2018-10-02 17:08:12 +02:00
Shinya Maeda 20de2480d2 Fix stuck ci jobs worker 2018-10-02 17:08:11 +02:00
Shinya Maeda c514636a83 Simplify StuckCiJobsWorker 2018-10-02 17:04:04 +02:00
Shinya Maeda b1d24c0d14 Fix stuck job worker. Fix sidekiq queue namespace 2018-10-02 17:04:04 +02:00
Shinya Maeda c9077a0efd Add cleanup mechanizm for stale scheduled jobs 2018-10-02 17:04:04 +02:00
Yorick Peterse 2039c8280d
Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
gfyoung dfbe5ce435 Enable frozen string literals for app/workers/*.rb 2018-06-27 07:23:28 +00:00
🙈 jacopo beschi 🙉 c6b1043e9d Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
Douwe Maan 0b15570e49 Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
Kamil Trzcinski 07c7ba1bf4 Allow to drop jobs for deleted projects 2017-11-27 11:56:15 +01:00
Kamil Trzcinski d58bab4aa5 Use not-ordered search 2017-11-27 11:56:15 +01:00
Kamil Trzcinski a26e25ea75 Optimise StuckCiJobsWorker 2017-11-27 11:56:15 +01:00
Jacopo 181cd299f9 Adds Rubocop rule for line break after guard clause
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-11-16 17:58:29 +01:00
Shinya Maeda 1d7c039072 Fix enum lists 2017-09-05 14:30:28 +09:00
Shinya Maeda b1af1f268b Fix enum wording 2017-09-05 14:30:28 +09:00
Shinya Maeda dcf09d1144 Implement `failure_reason` on `ci_builds` 2017-09-05 14:30:28 +09:00
Tiago Botelho 34f57b462b Fix current feature related specs 2017-06-28 11:32:34 +01:00
Tomasz Maczukin 4d4e99a2f1
Renable StuckCiBuildsWorker to StucjCiJobsWorker 2017-03-03 00:43:39 +01:00