summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-users-api-500-error' into 'master' Rémy Coutable2017-01-061-0/+8
|\
| * Add a failing spec to the POST /users APIRémy Coutable2017-01-041-0/+8
* | Merge branch '19966-api-call-to-move-project-to-different-group-fails-when-us...Rémy Coutable2017-01-051-1/+66
|\ \
| * | Fix groups API to accept path when transferring a projectMark Fletcher2017-01-031-1/+66
* | | Merge branch '26261-post-api-v3-projects-idorproject-commits-commits-does-not...Rémy Coutable2017-01-051-0/+10
|\ \ \
| * | | Fix Commits API to accept a Project path upon POSTMark Fletcher2017-01-031-0/+10
| |/ /
* | | Merge branch 'zj-404-slack-error' into 'master' Kamil Trzciński2017-01-051-36/+57
|\ \ \ | |_|/ |/| |
| * | Add API route slack slash commandszj-404-slack-errorZ.J. van de Weg2017-01-031-36/+57
* | | Fix project hooks paramsfix-api-project-hooks-paramsRobert Schilling2017-01-031-2/+3
|/ /
* | API: extern_uid is a stringapi-fix-extern-uid-validationRobert Schilling2017-01-031-2/+2
|/
* Merge branch 'grapify-settings-api' into 'master' Sean McGivern2016-12-291-2/+1
|\
| * Grapify the settings APIgrapify-settings-apiRobert Schilling2016-12-291-2/+1
* | Merge branch 'fix-api-deprecation' into 'master' Robert Schilling2016-12-281-2/+2
|\ \ | |/ |/|
| * Fix a Grape deprecation, use `#request_method` instead of `#route_method`fix-api-deprecationRémy Coutable2016-12-231-2/+2
* | Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' Douwe Maan2016-12-271-1/+15
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-2011-70/+246
| |\ \
| * \ \ Merge CSSFilipa Lacerda2016-12-1211-107/+497
| |\ \ \
| * | | | Fix tests and also add tests for non-existing repoLin Jen-Shin2016-12-101-1/+15
* | | | | Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-262-1/+88
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add more storage statisticsMarkus Koller2016-12-212-1/+76
| * | | | Don't expose all namespace fields in APIMarkus Koller2016-12-211-0/+12
* | | | | Fix state_event parameter to reopen an issuefixes-issues-api-reopenRobert Schilling2016-12-221-0/+7
|/ / / /
* | | | Ensure nil User-Agent doesn't break the CI APIRémy Coutable2016-12-211-0/+5
* | | | Improve specs for Files API4269-public-files-apiRémy Coutable2016-12-202-34/+51
* | | | Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable2016-12-201-11/+26
* | | | Merge branch '4269-public-repositories-api' into 'master' Sean McGivern2016-12-201-131/+353
|\ \ \ \ | |_|_|/ |/| | |
| * | | Improve specs for Repositories API4269-public-repositories-apiRémy Coutable2016-12-201-113/+223
| * | | Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable2016-12-191-82/+194
* | | | Spaces around literal hashLin Jen-Shin2016-12-191-2/+2
* | | | Just set the status rather than calling eventLin Jen-Shin2016-12-191-5/+2
* | | | Define actions in let so that it could be overriddenLin Jen-Shin2016-12-191-10/+13
* | | | Delete the project when building the buildLin Jen-Shin2016-12-191-10/+7
* | | | Merge remote-tracking branch 'upstream/master' into fix-forbidden-for-build-a...Lin Jen-Shin2016-12-196-22/+60
|\ \ \ \ | |/ / /
| * | | Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
| * | | Modify `ApiHelpers` spec to adhere to the Four-Phase test style.Timothy Andrew2016-12-161-0/+12
| * | | Validate access token scopes in `Gitlab::Auth`Timothy Andrew2016-12-161-1/+1
| * | | Calls to the API are checked for scope.Timothy Andrew2016-12-162-18/+27
| * | | Add an environment slugNick Thomas2016-12-151-0/+17
| * | | Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-151-2/+2
* | | | Give forbidden if project for the build was deletedLin Jen-Shin2016-12-151-0/+19
|/ / /
* | | Fix wrong error message expectation in API::Commits spec25651-fix-masterRémy Coutable2016-12-141-1/+1
* | | Merge branch 'api-cherry-pick' into 'master' Rémy Coutable2016-12-131-0/+70
|\ \ \
| * | | Make rubocop happyapi-cherry-pickRobert Schilling2016-12-131-1/+1
| * | | API: Ability to cherry-pick a commitRobert Schilling2016-12-131-0/+70
* | | | Merge branch '25482-fix-api-sudo' into 'master' Sean McGivern2016-12-132-44/+68
|\ \ \ \
| * | | | Be smarter when finding a sudoed user in API::Helpers25482-fix-api-sudoRémy Coutable2016-12-131-2/+2
| * | | | API: Memoize the current_user so that the sudo can work properlyRémy Coutable2016-12-122-42/+66
| |/ / /
* | | | Merge branch 'api-simple-group-project' into 'master' Rémy Coutable2016-12-131-2/+13
|\ \ \ \
| * | | | API: Ability to get group's project in simple representationapi-simple-group-projectRobert Schilling2016-12-131-2/+13
* | | | | Merge branch 'api-dont-allow-blank-mr-titles' into 'master' Sean McGivern2016-12-131-0/+16
|\ \ \ \ \ | |/ / / / |/| | | |