summaryrefslogtreecommitdiff
path: root/lib/ci/api
Commit message (Collapse)AuthorAgeFilesLines
* Spread out runner contacted_at updatesJacob Vosmaer2015-11-021-1/+3
|
* Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-1/+1
| | | | Rails Autoload find file to require is use , APIHelpers -> api_helpers.rb, not helpers.rb;
* Implement Commit Status APIKamil Trzcinski2015-10-121-2/+2
|
* Merge branch 'rs-remove-ci-disable'Kamil Trzcinski2015-10-052-10/+0
|\ | | | | | | See merge request !1512
| * Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-052-10/+0
| | | | | | | | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
* | Fix next round of testsKamil Trzcinski2015-10-051-1/+1
| |
* | Add user to Ci::Build to have pusher email addressKamil Trzcinski2015-10-051-1/+1
|/
* Delegate ci_project parameters to projectsKamil Trzcinski2015-09-301-19/+4
| | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc.
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-182-38/+0
|
* Use 400 to notify that CI API is disabledallow-to-disable-ciKamil Trzcinski2015-09-181-1/+3
|
* Allow to disable GitLab CIKamil Trzcinski2015-09-182-0/+8
|
* Fix update_runner_info helperKamil Trzcinski2015-09-161-0/+2
|
* fix specs. Stage 5Valery Sizov2015-09-151-6/+3
|
* fix specs. Stage 4Valery Sizov2015-09-152-9/+6
|
* fix specs. Stage 3Valery Sizov2015-09-152-14/+19
|
* fix specs. Stage 2Valery Sizov2015-09-142-85/+6
|
* Fix IOError when fetching a new build by runnerKamil Trzcinski2015-09-141-1/+8
|
* fix of APIValery Sizov2015-09-141-2/+6
|
* Remove network from CIDmitriy Zaporozhets2015-09-111-1/+1
|
* integration with gitlab authValery Sizov2015-09-091-5/+5
|
* Groundwork for merging CI into CEDouwe Maan2015-08-259-0/+681