summaryrefslogtreecommitdiff
path: root/lib/api/runners.rb
Commit message (Collapse)AuthorAgeFilesLines
* API rework && testsapi_reworkValery Sizov2015-04-281-5/+1
|
* Security fix: added is_shared parameterValery Sizov2015-03-251-1/+2
|
* delete runner endpointValery Sizov2015-02-261-0/+12
|
* Rename hostname in Runner's API to descriptionKamil Trzcinski2015-01-281-2/+2
|
* Allow runner to pass tag_list during registrationKamil Trzcinski2015-01-271-2/+8
|
* Use hostname as default runner's descriptionKamil Trzcinski2015-01-231-2/+2
|
* Add ability to register specific runners for projectsDmitriy Zaporozhets2015-01-071-2/+10
| | | | | You can provide project token durinng runner regstration and runner will be created specifically for this project
* Remove public key from runner modelDmitriy Zaporozhets2014-05-061-3/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Extending Runners API to include GET /runners callAngelo Lakra2013-10-141-1/+18
| | | | | * The GET /runners call retrieves a list of all runners registered on the Gitlab CI instance.
* Adding further documentation and corrections on builds and runnersAngelo Lakra2013-10-091-5/+6
|
* Runner resource. Now only registered runners can use gitlab-ciDmitriy Zaporozhets2013-05-311-0/+27