summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* Update docs and test descriptionzj-expose-system-hooksZ.J. van de Weg2016-11-021-1/+2
* Update docs and unexpose tokenZeger-Jan van de Weg2016-11-021-1/+0
* Be able to POST subscriptions for system hooksZ.J. van de Weg2016-10-311-0/+14
* Merge branch 'use-optimistic-locking' into 'master' Stan Hu2016-10-281-0/+2
|\
| * Fix optimistic lockingKamil Trzcinski2016-10-261-0/+2
* | API: Fix booleans not recognized as such when using the `to_boolean` helper23890-api-should-accepts-booleanRémy Coutable2016-10-271-11/+18
* | Fixes various errors when adding deploy keys caused by not exiting the contro...Joshua Welsh2016-10-261-0/+17
|/
* Make events order spec deterministic, create only 3 record instead of 5, expl...Airat Shigapov2016-10-241-8/+10
* Rewrite events order spec to simulate wrong order without changing idsAirat Shigapov2016-10-241-9/+10
* Add test for events order in APIAirat Shigapov2016-10-241-0/+20
* Merge branch 'grapify-labels-api' into 'master' Rémy Coutable2016-10-241-3/+3
|\
| * Grapify the labels APIgrapify-labels-apiRobert Schilling2016-10-241-3/+3
* | Added path parameter to Commits APILuis HGO2016-10-241-0/+11
* | Merge branch 'barthc/gitlab-ce-prevent_authored_vote_from_notes'Rémy Coutable2016-10-241-2/+13
|\ \
| * | Fix authored vote from notesbarthc2016-10-241-2/+13
| |/
* | Fix branch protection API.Timothy Andrew2016-10-241-67/+123
|/
* Fix wrong endpoint in api/users documentation, fix same typo in spec describe...Airat Shigapov2016-10-211-3/+3
* Fix project member access levelsfix_project_member_access_levelsValery Sizov2016-10-211-0/+11
* Make label API spec independent of orderDouwe Maan2016-10-201-2/+1
* List all available labels to the project on the labels APIDouglas Barbosa Alexandre2016-10-191-3/+9
* Add support to group labels on issues board APIDouglas Barbosa Alexandre2016-10-191-8/+17
* Merge branch 'grapify-commit-statuses-api' into 'master' Rémy Coutable2016-10-191-2/+2
|\
| * Grapify the commit status APIgrapify-commit-statuses-apiRobert Schilling2016-10-191-2/+2
* | Merge branch 'fix-system-hook-api' into 'master' Rémy Coutable2016-10-191-3/+4
|\ \
| * | API: Fix Sytem hooks delete behaviorfix-system-hook-apiRobert Schilling2016-10-141-3/+4
| |/
* | Add a be_like_time matcher and use it in specsNick Thomas2016-10-172-3/+3
|/
* Merge branch 'api-version' into 'master' Robert Speicher2016-10-121-0/+27
|\
| * API: Version informationapi-versionRobert Schilling2016-10-121-0/+27
* | Merge branch '17541-move-licenses-api-endpoint-to-templates-licenses' into 'm...Rémy Coutable2016-10-122-164/+176
|\ \ | |/ |/|
| * Create a new /templates API namespaceThomas Balthazar2016-10-122-164/+176
* | Merge branch 'user-events-api' into 'master' Robert Speicher2016-10-121-0/+54
|\ \
| * | Make spec deterministicuser-events-apiRémy Coutable2016-10-111-11/+9
| * | Addresses Robert's feedbackRémy Coutable2016-10-111-2/+3
| * | API: New /users/:id/events endpointRémy Coutable2016-10-101-0/+55
* | | Merge branch 'speed-up-api-projects-spec' into 'master' Robert Speicher2016-10-121-13/+15
|\ \ \
| * | | Speed up specs for GET /projects/:id/eventsspeed-up-api-projects-specRémy Coutable2016-10-101-13/+15
| |/ /
* | | Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan2016-10-122-7/+13
|\ \ \ | |_|/ |/| |
| * | refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-112-7/+13
| |/
* | Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable2016-10-111-0/+14
* | Fix api users spec for post request with invalid idDmitriy Zaporozhets2016-10-101-4/+4
* | Replace undefined Grape routing code from 400 to 404Dmitriy Zaporozhets2016-10-102-26/+28
* | Fix API specs behaviour for invalid routingDmitriy Zaporozhets2016-10-102-20/+37
* | Catch any undefined API routing and return 400 Bad RequestDmitriy Zaporozhets2016-10-101-2/+2
|/
* Merge branch 'ben.boeckel/gitlab-ce-api-visible-projects' into 'master' Rémy Coutable2016-10-071-0/+30
|\
| * Update API docs and specs for /projects/visibleSean McGivern2016-10-041-2/+21
| * api: add /projects/visible API endpointBen Boeckel2016-10-041-0/+11
* | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-2/+2
* | Merge branch 'rc-use-grape-dsl-to-document-members-api' into 'master' Robert Speicher2016-10-061-4/+12
|\ \
| * | Use Grape DSL to document methods and their paramsrc-use-grape-dsl-to-document-members-apiRémy Coutable2016-10-051-4/+12
* | | Merge branch 'mahcsig/gitlab-ce-17350-multi-file-commit'Rémy Coutable2016-10-061-6/+267
|\ \ \