summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-enable-deploy-keys-api' into 'master' Douwe Maan2016-08-083-111/+161
|\
| * Create service for enabling deploy keysZ.J. van de Weg2016-08-051-5/+8
| * Move deploy_key tests to deploy_key_spec.rbZ.J. van de Weg2016-08-042-73/+75
| * Use Grape DSL for deploy keys endpointsZ.J. van de Weg2016-08-031-1/+0
| * Endpoints to enable and disable deploy keysZ.J. van de Weg2016-08-032-38/+84
* | Merge branch 'git-http-push-check' into 'master' Robert Speicher2016-08-081-5/+5
|\ \
| * | Stop 'git push' over HTTP earlyJacob Vosmaer2016-08-031-5/+5
| |/
* | Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-061-4/+4
* | switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-2/+2
|/
* Minor fixes in the Env API endpointszj-env-external-urlZ.J. van de Weg2016-08-011-2/+18
* Use Grape DSL for environment endpointsZ.J. van de Weg2016-07-291-23/+34
* Incorporate feedbackZ.J. van de Weg2016-07-291-8/+7
* Add API support for environmentsZ.J. van de Weg2016-07-291-0/+103
* Have the `branches` API work with the new protected branches data model.Timothy Andrew2016-07-291-1/+1
* Add commit stats to commit api responsedixpac2016-07-281-0/+4
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-4/+2
* Fix testsKatarzyna Kobierska2016-07-261-1/+1
* Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-211-7/+101
|\
| * Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-5/+5
| |\
| * | 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
| * | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-191-2/+1
| |\ \
| * | | API for downloading latest successful build:Lin Jen-Shin2016-07-191-16/+180
* | | | Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-211-1/+0
|\ \ \ \
| * | | | Get rid of `is_image` in FileUploaderRémy Coutable2016-07-191-1/+0
| | |/ / | |/| |
* | | | Add /deploy_keys API to retrieve all deploy keys regardless of project affili...Alejandro Rodríguez2016-07-202-12/+50
| |_|/ |/| |
* | | Update all exposed variables to CI buildsKamil Trzcinski2016-07-201-5/+5
|/ /
* | Merge branch 'api-delete-todos' into 'master' Rémy Coutable2016-07-191-2/+1
|\ \ | |/ |/|
| * Return the number of marked todosapi-delete-todosRobert Schilling2016-07-191-2/+1
* | API: Expose 'developers_can_merge' for branchesRobert Schilling2016-07-191-5/+35
* | API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-192-2/+78