summaryrefslogtreecommitdiff
path: root/lib/ci/api/api.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix hot reloading for CI APIhot-reloadingKamil Trzcinski2016-01-261-1/+1
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-2/+0
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+1
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* 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;
* Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-051-4/+0
| | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-1/+0
|
* Allow to disable GitLab CIKamil Trzcinski2015-09-181-0/+4
|
* fix specs. Stage 2Valery Sizov2015-09-141-0/+2
|
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+37