summaryrefslogtreecommitdiff
path: root/lib/api/builds.rb
Commit message (Expand)AuthorAgeFilesLines
* storing runner infosave_info_from_runnerValery Sizov2015-05-121-0/+1
* Merge pull request #559 from jvanbaarsen/remove-deprecated-api-pointValeriy Sizov2015-03-311-51/+0
|\
| * Removed deprecated API behaviourJeroen van Baarsen2015-03-051-51/+0
* | Allow to pause runners - when paused runner will not receive any new buildKamil Trzcinski2015-03-061-0/+2
* | Added runner last contactKamil Trzcinski2015-03-061-0/+2
|/
* Only update trace when trace is givenJeroen van Baarsen2015-02-281-1/+1
* Register builds depend on runner tagsDmitriy Zaporozhets2015-01-121-16/+4
* Don't run projects which are assigned to specific runner by shared runner.Kamil Trzcinski2015-01-121-1/+4
* Refactor commits/builds logicDmitriy Zaporozhets2014-11-051-2/+2
* Add Commits APIDmitriy Zaporozhets2014-11-051-1/+7
* Commit creates multiple builds nowDmitriy Zaporozhets2014-11-031-1/+4
* Separate Commit model and logic from Build model|etc...Kestred2014-08-231-3/+6
* Merge branch 'fix/deprecations' of github.com:pgolm/gitlab-ci into pgolm-fix/...Dmitriy Zaporozhets2014-01-301-1/+1
|\
| * fix deprections warningsPeter Golm2014-01-091-1/+1
* | CreateBuildService for build creation and more validation to build modelDmitriy Zaporozhets2014-01-291-1/+1
|/
* API: create buildDmitriy Zaporozhets2013-10-291-4/+46
* Assign runner id to build at start. Allow update only of running buildsDmitriy Zaporozhets2013-10-241-2/+4
* Runner is shared between all projects now unless it is assigned to any of themDmitriy Zaporozhets2013-10-241-2/+5
* Adding further documentation and corrections on builds and runnersAngelo Lakra2013-10-091-4/+4
* You should add runners to project. WHen runner added -> deploy key for runner...Dmitriy Zaporozhets2013-06-031-5/+3
* Runner resource. Now only registered runners can use gitlab-ciDmitriy Zaporozhets2013-05-311-1/+5
* Remove runner functionality. Added api for buildsDmitriy Zaporozhets2013-05-301-0/+45