Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use preload instead of includes to avoid joinsbuilds-api-nplusone | Matija Čupić | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | Fix N+1 builds query in Jobs list API | Matija Čupić | 2018-01-14 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Revert moving authorization hook in jobs APIfeature/gb/download-single-job-artifact-using-api | Grzegorz Bizon | 2017-09-06 | 1 | -2/+2 |
| | |||||
* | Extract job artifacts API code to a separate file | Grzegorz Bizon | 2017-09-06 | 1 | -99/+6 |
| | |||||
* | Do not require API authentication if artifacts are public | Grzegorz Bizon | 2017-09-05 | 1 | -36/+43 |
| | |||||
* | Do not use artifacts metadata to access single artifact | Grzegorz Bizon | 2017-09-05 | 1 | -3/+4 |
| | |||||
* | Use API helper to send artifact file through Workhorse | Grzegorz Bizon | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Add API endpoint for downloading single job artifact | Grzegorz Bizon | 2017-09-04 | 1 | -0/+19 |
| | |||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Upgrade grape to 1.0 | Zeger-Jan van de Weg | 2017-08-16 | 1 | -2/+2 |
| | | | | | 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 | -2/+7 |
| | |||||
* | Optimise trace handling code to use streaming instead of full read | Kamil Trzciński | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove user_can_download_artifacts | Toon Claes | 2017-03-07 | 1 | -16/+8 |
| | | | | It was actually not used anywhere. | ||||
* | Make it possible to query scope as scope[]= | Toon Claes | 2017-03-07 | 1 | -0/+2 |
| | | | | | Since issues also accepts the query parameter iids[]=, also make it possible query scope like that. | ||||
* | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpoint | Toon Claes | 2017-03-07 | 1 | -0/+17 |
| | | | | Add endpoint to get the jobs scoped to a pipeline. | ||||
* | Incorporate review, drop old endpoint | Z.J. van de Weg | 2017-03-06 | 1 | -21/+0 |
| | | | | | The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be replace by a new endpoint. | ||||
* | Rename Builds to Jobs in the API | Z.J. van de Weg | 2017-03-06 | 1 | -0/+262 |
Fixes gitlab-org/gitlab-ce#28515 [ci skip] |