summaryrefslogtreecommitdiff
path: root/app/models/ci/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Introduced Ci::Runner.specific_for for getting specific runners:Lin Jen-Shin2016-06-091-0/+4
* | Implement the logic for locking runnerLin Jen-Shin2016-06-091-0/+18
|/
* Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-copGrzegorz Bizon2016-05-301-1/+1
* Rename method that validates runner tag constrainsGrzegorz Bizon2016-05-191-2/+2
* Move runner validator to separate private methodGrzegorz Bizon2016-05-191-6/+10
* Improve displaying validation messages for runnerGrzegorz Bizon2016-05-191-3/+7
* Add custom validator to runner modelGrzegorz Bizon2016-05-191-0/+7
* Extend runner config options for untagged jobsGrzegorz Bizon2016-05-191-1/+1
* Merge branch 'fix/reuse-runner-edit-form-in-admin-area' into 'master' Rémy Coutable2016-05-121-1/+2
|\
| * Use % notation for arrays in runner model constantsfix/reuse-runner-edit-form-in-admin-areaGrzegorz Bizon2016-05-111-2/+2
| * Share form editable attributes mf runner via modelGrzegorz Bizon2016-05-101-0/+1
* | Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-19/+0
|/