summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
* 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 refname Closes #37032 See merge request gitlab-org/gitlab-ce!14884
| * Get Project Branch API shows an helpful error message on invalid refnameJacopo2017-10-181-0/+36
| | | | | | | | | | In API v4 when requesting a branch with an invalid refname shows an helpful error message: 'The branch refname is invalid'.
* | Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-171-1/+4
|\ \ | | | | | | | | | | | | Make the circuitbreaker configurable at runtime See merge request gitlab-org/gitlab-ce!14842
| * | 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 params Closes #26561 and #2709 See merge request gitlab-org/gitlab-ce!14462
| * | 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 database Closes #37534 See merge request gitlab-org/gitlab-ce!14688
| * | Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
* | | Add a project forks spec helperBob Van Landuyt2017-10-074-34/+37
| | | | | | | | | | | | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
* | | 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
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova2017-10-036-38/+82
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 18608-lock-issues-v2 # Conflicts: # db/schema.rb
| * \ \ 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 errors See merge request gitlab-org/gitlab-ce!14644
| * | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Hide CI section markers from job trace See merge request gitlab-org/gitlab-ce!14393
| * | | | 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 ↵38571-fix-exception-in-raven-reportRémy Coutable2017-09-291-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | API context Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | 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 ↵Rémy Coutable2017-09-271-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '37467-helper-method-from-users-endpoint-overrides-api-helper-method' into 'master' find_user users helper method no longer overrides find_user API helper method. Closes #37467 See merge request gitlab-org/gitlab-ce!14418
| * | | | 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=true See merge request gitlab-org/gitlab-ce!14498
| * | | | 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
|/ / / | | | | | | | | | Closes #35692.
* | | Merge branch '20049-projects-api-forks' into 'master'Rémy Coutable2017-09-201-0/+53
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "make project data via API report forks of this project" Closes #20049 See merge request gitlab-org/gitlab-ce!14355
| * | | 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
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas2017-09-191-0/+3
| | | |
* | | | Merge branch 'rc/improve-users-api-specs' into 'master'Grzegorz Bizon2017-09-191-32/+19
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Improve the Users API specs by asserting against the response schema See merge request gitlab-org/gitlab-ce!14334
| * | | Improve the Users API specs by asserting against the response schemarc/improve-users-api-specsRémy Coutable2017-09-181-32/+19
| | |/ | |/| | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | fix #35290 Make read-only API for public merge requests available without ↵haseeb2017-09-181-5/+32
| | | | | | | | | | | | authentication
* | | Add 'closed_at' attribute to Issues APIVitaliy @blackst0ne Klachkov2017-09-161-1/+10
|/ /
* | Use the new query-recorder features as a PoCbvl-extend-query-recorderBob Van Landuyt2017-09-141-3/+3
|/
* Optimize generic specs for servicesGrzegorz Bizon2017-09-131-6/+7
|
* Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master'Kamil Trzciński2017-09-121-0/+4
|\ | | | | | | | | Hide read_registry scope when registry is disabled on instance See merge request !13314
| * Hide read_registry scope when registry is disabled on instanceRobin Bobbitt2017-08-211-0/+4
| |
* | Make Members with Owner and Master roles always able to create subgroups30473-allow-creation-of-subgroups-with-gitlab_default_can_create_group-set-to-falseRuben Davila2017-09-071-0/+24
| |
* | Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-074-5/+5
|\ \ | | | | | | | | | | | | | | | | | | Removes default scope from sortable Closes #23079 See merge request !13558
| * | Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-074-5/+5
| | |
* | | Merge branch 'wiki_api' into 'master'Grzegorz Bizon2017-09-071-0/+679
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add API support for wiki pages Closes #12747 See merge request !13372
| * | | Add API support for wiki pagesblackst0ne2017-09-071-0/+679
| | | |
* | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master'Kamil Trzciński2017-09-061-7/+87
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API endpoint for downloading a single job artifact Closes #37196 See merge request !14027
| * \ \ \ Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into ↵Grzegorz Bizon2017-09-0610-15/+581
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | feature/gb/download-single-job-artifact-using-api * commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d': (210 commits)
| * | | | Extract job artifacts API code to a separate fileGrzegorz Bizon2017-09-061-2/+3
| | | | |
| * | | | Do not require API authentication if artifacts are publicGrzegorz Bizon2017-09-051-7/+38
| | | | |
| * | | | Do not use artifacts metadata to access single artifactGrzegorz Bizon2017-09-051-8/+0
| | | | |