summaryrefslogtreecommitdiff
path: root/lib/api/jobs.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert moving authorization hook in jobs APIfeature/gb/download-single-job-artifact-using-apiGrzegorz Bizon2017-09-061-2/+2
* Extract job artifacts API code to a separate fileGrzegorz Bizon2017-09-061-99/+6
* Do not require API authentication if artifacts are publicGrzegorz Bizon2017-09-051-36/+43
* Do not use artifacts metadata to access single artifactGrzegorz Bizon2017-09-051-3/+4
* Use API helper to send artifact file through WorkhorseGrzegorz Bizon2017-09-051-1/+1
* Add API endpoint for downloading single job artifactGrzegorz Bizon2017-09-041-0/+19
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Upgrade grape to 1.0Zeger-Jan van de Weg2017-08-161-2/+2
* 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
* Check ability to update build on the API resourceGrzegorz Bizon2017-05-051-2/+7
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-1/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Remove user_can_download_artifactsToon Claes2017-03-071-16/+8
* Make it possible to query scope as scope[]=Toon Claes2017-03-071-0/+2
* Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-071-0/+17
* Incorporate review, drop old endpointZ.J. van de Weg2017-03-061-21/+0
* Rename Builds to Jobs in the APIZ.J. van de Weg2017-03-061-0/+262