summaryrefslogtreecommitdiff
path: root/app/models/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Update annotationsannotationsKamil Trzcinski2015-07-061-0/+5
* runner page: specsValery Sizov2015-04-211-0/+4
* Search runners by token or description on admin/runners pagesearch-runnersDmitriy Zaporozhets2015-04-021-0/+5
* Convert shared runner to specific when assing to projectDmitriy Zaporozhets2015-03-251-0/+6
* More tests for register build serviceDmitriy Zaporozhets2015-03-251-1/+1
* Annotate modelsDmitriy Zaporozhets2015-03-251-1/+3
* Security fix: added is_shared parameterValery Sizov2015-03-251-5/+3
* Allow to pause runners - when paused runner will not receive any new buildKamil Trzcinski2015-03-061-1/+3
* Added runner last contactKamil Trzcinski2015-03-061-6/+7
* Add tags to jobs and runnersDmitriy Zaporozhets2015-01-121-1/+3
* Runner edit via project settings. Small cleanup for runner index pageDmitriy Zaporozhets2015-01-121-0/+4
* Don't run projects which are assigned to specific runner by shared runner.Kamil Trzcinski2015-01-121-0/+3
* Project specific runners page for regular usersDmitriy Zaporozhets2015-01-081-0/+4
* Remove public key from runner modelDmitriy Zaporozhets2014-05-061-4/+3
* fix deprections warningsPeter Golm2014-01-091-1/+1
* Remove deploy keys stuff. We will use http cloningDmitriy Zaporozhets2013-10-241-16/+1
* Runner is shared between all projects now unless it is assigned to any of themDmitriy Zaporozhets2013-10-241-0/+4
* Fix last build for runnerDmitriy Zaporozhets2013-10-081-1/+1
* Add display name to runner modelChris Stephan2013-08-281-5/+12
* Fix error message saying deploy key was not addedDmitriy Zaporozhets2013-07-091-0/+1
* Fix adding runner to projectDmitriy Zaporozhets2013-07-091-0/+1
* Add Runner#assign_to method. Validate runner uniqness in runner_projectDmitriy Zaporozhets2013-07-051-1/+18
* You should add runners to project. WHen runner added -> deploy key for runner...Dmitriy Zaporozhets2013-06-031-0/+14
* Show amount of success/failed builds per runnerDmitriy Zaporozhets2013-05-311-0/+1
* Runner resource. Now only registered runners can use gitlab-ciDmitriy Zaporozhets2013-05-311-0/+11