summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Don't allow blank MR titles in APIapi-dont-allow-blank-mr-titlesRobert Schilling2016-12-131-0/+16
| |/
* | Merge branch 'grapify-service-api' into 'master' Rémy Coutable2016-12-121-2/+3
|\ \
| * | Grapify the service APIRobert Schilling2016-12-091-2/+3
* | | Merge branch 'api-fix-group-projects-filter' into 'master' Rémy Coutable2016-12-121-0/+11
|\ \ \
| * | | API: Fix groups filterRobert Schilling2016-12-121-0/+11
* | | | Merge branch 'issue_25030' into 'master' Sean McGivern2016-12-121-0/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | Allow branch names with dots on API endpointissue_25030Felipe Artur2016-12-081-0/+31
| |/ /
* | | Merge branch 'features/api-snippets' into 'master' Sean McGivern2016-12-121-0/+157
|\ \ \
| * | | API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-0/+157
* | | | Merge branch 'api-remove-source-branch' into 'master' Rémy Coutable2016-12-091-1/+11
|\ \ \ \
| * | | | API: Ability to remove source branchapi-remove-source-branchRobert Schilling2016-12-041-1/+11
* | | | | Merge branch 'public-tags-api' into 'master' 19703-direct-link-pipelines-into-buildsDouwe Maan2016-12-081-7/+48
|\ \ \ \ \
| * | | | | Allow public access to some Tag API endpointspublic-tags-apiRémy Coutable2016-12-071-7/+48
* | | | | | Merge branch '24537-reenable-private-token-with-sudo' into 'master' Douwe Maan2016-12-082-82/+196
|\ \ \ \ \ \
| * | | | | | adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-072-82/+196
* | | | | | | Merge branch 'grapify-issues-api' into 'master' Rémy Coutable2016-12-071-12/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Grapify the issues APIgrapify-issues-apiRobert Schilling2016-12-071-12/+14
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch '25209-improve-length-validators' into 'master' Rémy Coutable2016-12-071-3/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-3/+1
| |/ / / /
* | | | | Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-061-0/+26
|\ \ \ \ \
| * | | | | Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-0/+26
| | |_|_|/ | |/| | |
* | | | | Merge branch 'zj-guest-reads-public-builds' into 'master' Sean McGivern2016-12-062-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |