summaryrefslogtreecommitdiff
path: root/spec/requests/api/builds_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Fix optimistic lockingKamil Trzcinski2016-10-261-0/+2
* expose pipeline data in builds APIGuilherme Salazar2016-09-281-0/+27
* Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-191-0/+23
|\
| * Incorporate feedbackZ.J. van de Weg2016-08-181-0/+1
| * Add Play endpoints on BuildsZ.J. van de Weg2016-08-181-0/+22
* | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-161-2/+6
|\ \ | |/
| * Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-111-2/+6
| * Use state machine for pipeline event processingKamil Trzcinski2016-08-111-4/+0
| * Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+4
* | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-101-19/+19
|\ \ | |/
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-19/+19
* | Restore to what it used to beLin Jen-Shin2016-07-211-23/+4
* | Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-...Lin Jen-Shin2016-07-211-27/+75
|\ \ | |/
| * Cleanup the use of let, feedback:Lin Jen-Shin2016-07-211-8/+6
| * Use the same logic, it should specify that it's not logged inLin Jen-Shin2016-07-201-1/+1
| * Use 'when logging as guest' for context, feedback:Lin Jen-Shin2016-07-201-1/+1
| * Rename user2 to reporter_userLin Jen-Shin2016-07-201-5/+5
| * Should check against `authorize_read_builds!`Lin Jen-Shin2016-07-201-0/+14
| * Still give descriptions, feedback:Lin Jen-Shin2016-07-201-1/+3
| * Cleanup let a bit, feedback:Lin Jen-Shin2016-07-201-10/+6
| * Use only one before, feedback:Lin Jen-Shin2016-07-201-2/+0
| * More complex data manipulating tests to model, andLin Jen-Shin2016-07-201-38/+0
| * We need INNER JOIN to get the right pipeline,Lin Jen-Shin2016-07-201-4/+7
| * Use shared_examples, feedback:Lin Jen-Shin2016-07-201-4/+4
| * Use shared_example rather than methods, feedback:Lin Jen-Shin2016-07-201-11/+12
| * That means different things but it's ok here.Lin Jen-Shin2016-07-201-1/+1
| * Create the pipelines/builds in mixed order, feedback:Lin Jen-Shin2016-07-201-8/+15
| * It's no longer neededLin Jen-Shin2016-07-201-2/+0
| * Make minimal changes to specsartifacts-from-ref-and-build-name-api-kamilKamil Trzcinski2016-07-191-56/+17
| * Just use default_branch, feedback:Lin Jen-Shin2016-07-201-2/+2
| * path_from_ref -> path_for_ref, feedback:Lin Jen-Shin2016-07-201-8/+8
| * Drop description for simple case, feedback:Lin Jen-Shin2016-07-201-3/+1
| * when unauthorized, feedback:Lin Jen-Shin2016-07-201-1/+1
| * Only allow branches/tags, disallow SHA:Lin Jen-Shin2016-07-191-8/+0
| * API for downloading latest successful build:Lin Jen-Shin2016-07-191-16/+180
* | Use ci_commits.ref (Pipeline#ref) to find buildsLin Jen-Shin2016-07-181-1/+1
* | Use single line even if they're more than 80 chars, feedback:Lin Jen-Shin2016-07-181-3/+1
* | Try to make the URL more consistent between Rails and APILin Jen-Shin2016-07-151-2/+2
* | It could be redirecting or downloading in Rails or APILin Jen-Shin2016-07-151-1/+1
* | Add a download prefix so that we could add file prefix in the futureLin Jen-Shin2016-07-151-1/+3
* | now we're able to merge the specLin Jen-Shin2016-07-151-0/+43
* | Avoid using let!Lin Jen-Shin2016-07-151-15/+47
* | Serve artifacts from BuildsLin Jen-Shin2016-07-141-1/+1
|/
* Improve commit builds API endpoint RESTful behaviorGrzegorz Bizon2016-06-281-15/+48
* Find all builds for commit if multiple pipelinesGrzegorz Bizon2016-06-281-2/+6
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-20/+20
* Fix builds API response not including commit dataGrzegorz Bizon2016-06-211-3/+8
* Improve design based on reviewKamil Trzcinski2016-06-131-4/+3
* Added keep artifacts API endpointKamil Trzcinski2016-06-131-0/+27