Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 1 | -250/+0 |
| | |||||
* | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 1 | -4/+4 |
| | |||||
* | Add proxy_download to perform proxied sending of all files | Micaël Bergeron | 2018-03-09 | 1 | -3/+3 |
| | |||||
* | Use preload instead of includes to avoid joinsbuilds-api-nplusone | Matija Čupić | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | Eager load user, runner, pipeline and its creator | Matija Čupić | 2018-01-14 | 1 | -1/+3 |
| | |||||
* | Fix N+1 in v3 builds API | Matija Čupić | 2018-01-13 | 1 | -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 rule | Shinya Maeda | 2017-11-07 | 1 | -1/+0 |
| | |||||
* | Fix spec. Revert update check. | Shinya Maeda | 2017-11-06 | 1 | -0/+1 |
| | |||||
* | Do not allow jobs to be erased | Shinya Maeda | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Adds requirements that supports anything in sha params | Guilherme Vieira | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | Upgrade grape to 1.0 | Zeger-Jan van de Weg | 2017-08-16 | 1 | -1/+1 |
| | | | | | Main feature was the deprication of the Hashie stuff, so the access by calling keys as method is gone now. | ||||
* | Add missing specs | Kamil Trzcinski | 2017-06-01 | 1 | -10/+0 |
| | |||||
* | Fix data inconsistency issue for old artifacts by moving them to a currently ↵ | Kamil Trzcinski | 2017-06-01 | 1 | -1/+1 |
| | | | | used path | ||||
* | Check ability to update build on the API resource | Grzegorz Bizon | 2017-05-05 | 1 | -3/+7 |
| | |||||
* | Optimise trace handling code to use streaming instead of full read | Kamil Trzciński | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Remove user_can_download_artifacts | Toon Claes | 2017-03-07 | 1 | -16/+8 |
| | | | | It was actually not used anywhere. | ||||
* | Fix all tests | Toon Claes | 2017-03-06 | 1 | -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 API | Z.J. van de Weg | 2017-03-06 | 1 | -0/+263 |
Fixes gitlab-org/gitlab-ce#28515 [ci skip] |