summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '36099-api-responses-missing-x-content-type-options-header' into...Douwe Maan2017-11-081-0/+6
* Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-21/+26
* Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-073-1/+17
|\
| * Support custom attributes on groupsMarkus Koller2017-11-061-0/+10
| * Support custom attributes on projectsMarkus Koller2017-11-062-1/+7
* | Merge branch 'add-changes-count-to-merge-requests-api' into 'master'Rémy Coutable2017-11-071-12/+22
|\ \
| * | Add changes_count to the merge requests APIadd-changes-count-to-merge-requests-apiSean McGivern2017-11-031-12/+22
| |/
* | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-062-4/+0
|\ \
| * | ignore the column before the migrationmicael.bergeron2017-11-062-4/+0
| |/
* | Expose `duration` in Job API entityMehdi Lahmam2017-11-051-1/+11
|/
* Update specs for sudo behaviorDouwe Maan2017-11-021-235/+144
* Add sudo API scopeDouwe Maan2017-11-023-10/+10
* Remove authentication using user.private_tokenDouwe Maan2017-11-023-76/+5
* Remove Session APIDouwe Maan2017-11-021-107/+0
* Fix namespacing for MergeWhenPipelineSucceedsService in MR APIMark Fletcher2017-10-301-0/+24
* Ci::Build tag is a trait instead of an own factoryZeger-Jan van de Weg2017-10-301-8/+8
* Merge branch '23000-pages-api' into 'master'Grzegorz Bizon2017-10-241-0/+440
|\
| * Add pages domains API testsTravis Miller2017-10-221-0/+440
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-2086-2126/+2126
|/
* Merge branch '37032-get-project-branch-invalid-name-message' into 'master'Rémy Coutable2017-10-181-0/+36
|\
| * Get Project Branch API shows an helpful error message on invalid refnameJacopo2017-10-181-0/+36
* | Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-171-1/+4
|\ \
| * | Allow configuring the circuitbreaker through the API and UIBob Van Landuyt2017-10-171-1/+4
* | | Merge branch 'sha-handling' into 'master'Douwe Maan2017-10-161-5/+6
|\ \ \ | |/ / |/| |
| * | Adds requirements that supports anything in sha paramsGuilherme Vieira2017-10-121-5/+6
* | | Move all API authentication code to APIGuardDouwe Maan2017-10-121-9/+9
| |/ |/|
* | Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-071-0/+28
|\ \
| * | Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+28
* | | Add a project forks spec helperBob Van Landuyt2017-10-074-34/+37
* | | Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-072-20/+0
|/ /
* | Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-061-0/+34
|\ \
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issu...Jarka Kadlecova2017-10-036-38/+82
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-2016-119/+204
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-181-3/+3
| |\ \ \
| * | | | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-0/+34
* | | | | Merge branch 'api-sentry-extra' into 'master'Douwe Maan2017-10-061-1/+27
|\ \ \ \ \
| * | | | | Send API parameters as extra data for sentry errorsapi-sentry-extraAlejandro Rodríguez2017-10-051-1/+27
| | |_|_|/ | |/| | |
* | | | | Merge branch '37970-timestamped-ci' into 'master'Kamil Trzciński2017-10-031-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Expose GitLab features to the CI runner37970-timestamped-ciAlessio Caiazza2017-10-031-0/+3
| | |_|/ | |/| |
* | | | Ensure no exception is raised when Raven tries to get the current user in API...38571-fix-exception-in-raven-reportRémy Coutable2017-09-291-0/+21
* | | | Support custom attributes on usersMarkus Koller2017-09-281-0/+4
* | | | Make sure API responds with 401 when invalid authentication info is provideddm-api-unauthorizedDouwe Maan2017-09-281-38/+40
* | | | Merge branch '37467-helper-method-from-users-endpoint-overrides-api-helper-me...Rémy Coutable2017-09-271-0/+9
|\ \ \ \
| * | | | find_user users helper method no longer overrides find_user API helper method.37467-helper-method-from-users-endpoint-overrides-api-helper-methodTiago Botelho2017-09-261-0/+9
| |/ / /
* | | | Merge branch 'dm-simple-project-avatar-url' into 'master'Rémy Coutable2017-09-263-0/+3
|\ \ \ \
| * | | | Expose avatar_url when requesting list of projects from API with simple=truedm-simple-project-avatar-urlDouwe Maan2017-09-263-0/+3
| |/ / /
* | | | Expose last pipeline details in API response when getting a single commitMehdi Lahmam2017-09-261-0/+5
|/ / /
* | | Merge branch '20049-projects-api-forks' into 'master'Rémy Coutable2017-09-201-0/+53
|\ \ \
| * | | Add an API endpoint to determine the forks of a projectMark Fletcher2017-09-201-0/+53
* | | | Use set in some API specsrc/use-set-in-api-specsRémy Coutable2017-09-1911-81/+87