summaryrefslogtreecommitdiff
path: root/lib/api/v3/builds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-250/+0
|
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-4/+4
|
* Add proxy_download to perform proxied sending of all filesMicaël Bergeron2018-03-091-3/+3
|
* Use preload instead of includes to avoid joinsbuilds-api-nplusoneMatija Čupić2018-01-151-1/+1
|
* Eager load user, runner, pipeline and its creatorMatija Čupić2018-01-141-1/+3
|
* Fix N+1 in v3 builds APIMatija Čupić2018-01-131-2/+1
| | | | | | The N+1 issue was caused by loading the job_artifacts_archive for each job (build) individually. Including that in the builds AssociationRelation fixed the issue.
* Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-1/+0
|
* Fix spec. Revert update check.Shinya Maeda2017-11-061-0/+1
|
* Do not allow jobs to be erasedShinya Maeda2017-11-061-1/+1
|
* Adds requirements that supports anything in sha paramsGuilherme Vieira2017-10-121-1/+1
|
* Upgrade grape to 1.0Zeger-Jan van de Weg2017-08-161-1/+1
| | | | | Main feature was the deprication of the Hashie stuff, so the access by calling keys as method is gone now.
* Add missing specsKamil Trzcinski2017-06-011-10/+0
|
* Fix data inconsistency issue for old artifacts by moving them to a currently ↵Kamil Trzcinski2017-06-011-1/+1
| | | | used path
* Check ability to update build on the API resourceGrzegorz Bizon2017-05-051-3/+7
|
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-1/+1
|
* Remove user_can_download_artifactsToon Claes2017-03-071-16/+8
| | | | It was actually not used anywhere.
* Fix all testsToon Claes2017-03-061-34/+34
| | | | | | This commit was about 6 commits before squashing, with the main goal to make all tests green. Now, after pushing this commit we'll see what the CI has to say about that.
* Rename Builds to Jobs in the APIZ.J. van de Weg2017-03-061-0/+263
Fixes gitlab-org/gitlab-ce#28515 [ci skip]