summaryrefslogtreecommitdiff
path: root/app/models/ci/runner.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Annotate the modelsZeger-Jan van de Weg2016-05-061-7/+7
* Removed arel_table receiver from search methodsYorick Peterse2016-03-111-1/+1
* Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-111-3/+17
* Change interpolation to named placeholder in owned_or_shared scopeTomasz Maczukin2016-02-191-1/+1
* Add basic runners management APITomasz Maczukin2016-02-191-0/+6
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-1/+1
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-6/+2
* Annotate modelsDmitriy Zaporozhets2015-11-131-1/+1
* Fix specific runner visibilityKamil Trzcinski2015-10-261-0/+1
* Merge branch 'builds-view' into 'master' Kamil Trzciński2015-10-151-2/+2
|\
| * Fix specsKamil Trzcinski2015-10-141-1/+1
| * Added builds viewKamil Trzcinski2015-10-141-2/+2
* | Show warning if build doesn't have runners with specified tags or runners did...Kamil Trzcinski2015-10-141-0/+17
|/
* Fix register_build_service testsKamil Trzcinski2015-09-291-0/+4
* Fix: features/ci/admin/runners_spec.rbKamil Trzcinski2015-09-151-1/+1
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+80