summaryrefslogtreecommitdiff
path: root/spec/requests/api/builds_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-9/+9
* Use pipelines in context of ProjectKamil Trzcinski2016-06-031-1/+1
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-6/+6
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-2/+2
* Fix specsKamil Trzcinski2016-04-111-1/+1
* Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-061-2/+2
* Fix ci_build trace traitKamil Trzcinski2016-02-191-2/+2
* Fix specsKamil Trzcinski2016-02-191-59/+76
* Introduce API for serving the artifacts archiveKamil Trzcinski2016-02-191-0/+25
* Record user that erased a build through APIGrzegorz Bizon2016-02-191-0/+5
* Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-3/+3
* Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-191-2/+2
* Move build eraseable API to proper API contextGrzegorz Bizon2016-02-191-0/+25
* Make the CI permission model simplerKamil Trzcinski2016-02-021-4/+4
* Add seperated 'describe' block for build trace specsTomasz Maczukin2016-01-131-7/+13
* Change :ci_build_canceled factory to :canceled traitTomasz Maczukin2016-01-131-1/+1
* Add some fixes after reviewTomasz Maczukin2016-01-131-0/+6
* Change commit builds URL in builds APITomasz Maczukin2016-01-111-3/+3
* Add some modifications to builds API and specsTomasz Maczukin2016-01-081-4/+4
* Change test access level from MASTER to DEVELOPERTomasz Maczukin2016-01-081-1/+1
* Modify entities for builds APITomasz Maczukin2016-01-081-1/+0
* Modify builds scope filtering in builds APITomasz Maczukin2016-01-081-1/+14