summaryrefslogtreecommitdiff
path: root/lib/ci/api/api.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove CI API v1Zeger-Jan van de Weg2017-08-181-39/+0
| | | | | | This API was mainly for internal usage, and has been moved to the general API: APIv4. The endpoints have been deprecated since 9.0, and won't see 10.0. :)
* Don't instrument 405 Grape calls26051-fix-missing-endpoint-route-methodRémy Coutable2017-01-091-0/+10
| | | | | | Fixes #26051. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add Sentry logging to API callsadd-sentry-logging-to-apiStan Hu2016-08-241-10/+2
| | | | Closes #21043
* Fix a few places where autoloading would failRémy Coutable2016-05-101-6/+4
| | | | | | | | | | | - Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add range checkingTomasz Maczukin2016-04-201-0/+2
|
* 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