summaryrefslogtreecommitdiff
path: root/app/models/ci/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve spec. Add validation for accel_level on runner.Shinya Maeda2017-09-031-0/+1
* Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-3/+3
* Extend can_pick?Shinya Maeda2017-09-031-0/+2
* Update application code by the db schema changeShinya Maeda2017-09-031-3/+3
* Re-organize schema. Drop protected from runner. Add access_level to runner. D...Shinya Maeda2017-09-031-0/+5
* iniShinya Maeda2017-09-031-1/+1
* replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin2017-08-291-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Merge branch 'fix/offline_runner_detection' into 'master'Rémy Coutable2017-07-101-3/+7
|\
| * Fix offline runner detectionAlessio Caiazza2017-07-071-3/+7
* | Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* All CI offline migrationsKamil Trzciński2017-03-171-2/+2
* Update notification codeKamil Trzcinski2017-03-061-6/+4
* Add support for Workhorse notificationsKamil Trzcinski2017-03-031-6/+5
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-4/+4
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-4/+4
* Enable Style/MutableConstantDouwe Maan2017-02-231-2/+2
* Enable Style/DotPositionDouwe Maan2017-02-231-2/+2
* Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-041-3/+5
|\
| * Improve readability of runner tick queue methodGrzegorz Bizon2017-01-201-3/+5
* | Remove the key from the queue when runner is deletedLin Jen-Shin2017-01-211-0/+8
* | Prefer service object over after_save hookLin Jen-Shin2017-01-211-8/+0
|/
* Fix specsKamil Trzcinski2017-01-191-3/+9
* Change name of expire constantKim "BKC" Carlbäcker2016-12-161-3/+3
* Make expire-time a constant, correct function in ServiceKim "BKC" Carlbäcker2016-12-161-2/+3
* Use Token instead of IDKim "BKC" Carlbäcker2016-12-161-1/+1
* Do things in the correct orderKim "BKC" Carlbäcker2016-12-161-0/+1
* Don't use redis.multiKim "BKC" Carlbäcker2016-12-161-9/+3
* Make ensure_runner_queue_value atomicKim "BKC" Carlbäcker2016-12-161-5/+7
* #NamingThingsKim "BKC" Carlbäcker2016-12-161-5/+16
* Move redis-logic into Ci::RunnerKim "BKC" Carlbäcker2016-12-151-0/+16
* Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-241-3/+3
* Update runner version only when updating contacted_atKamil Trzcinski2016-10-031-1/+1
* Change update interval of runners when trying to preserve contacted_atchange-update-interval-of-runnersKamil Trzcinski2016-09-071-1/+1
* Improve implementation of variablesKamil Trzcinski2016-07-201-0/+8
* Rename according to:Lin Jen-Shin2016-06-201-3/+3
* Use FIXME instead, feedback from:Lin Jen-Shin2016-06-161-2/+2
* Return the association and check it in controller instead:Lin Jen-Shin2016-06-141-1/+1
* Merge branch 'prefer-assign_to' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-1/+1
|\
| * Give 409 Conflict whenever the runner was already enabledprefer-assign_toLin Jen-Shin2016-06-141-1/+1
| * We're checking return value rather than rescuing exceptionsLin Jen-Shin2016-06-141-1/+1
* | Rename specific_for to available_for:Lin Jen-Shin2016-06-141-1/+1
* | Merge conditions. Not worth an additional pointless method:Lin Jen-Shin2016-06-091-9/+3
* | Renamed to available_for? Feedback from:Lin Jen-Shin2016-06-091-2/+2
* | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-091-1/+1
* | Manually build the SQL so that it properly skips Rails.Lin Jen-Shin2016-06-091-1/+2
* | Found a workaround for that weird SQL error:Lin Jen-Shin2016-06-091-1/+3
* | WIP, try to add views for locked runnersLin Jen-Shin2016-06-091-1/+1