summaryrefslogtreecommitdiff
path: root/spec/requests/api/v3
Commit message (Expand)AuthorAgeFilesLines
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-2032-772/+772
* 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
* | Add a project forks spec helperBob Van Landuyt2017-10-071-14/+16
* | Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-10/+0
* | Expose avatar_url when requesting list of projects from API with simple=truedm-simple-project-avatar-urlDouwe Maan2017-09-261-0/+1
|/
* Use set in some API specsrc/use-set-in-api-specsRémy Coutable2017-09-196-41/+45
* Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-071-1/+1
|\
| * Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
* | Tidy up projects API specsSean McGivern2017-09-061-25/+0
* | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-061-14/+14
* | add unit tests for new collapse_outdated_diff_comments toggleAshley Dumaine2017-09-061-0/+26
|/
* Fix trigger_request.variablesShinya Maeda2017-09-041-1/+2
* Revert autheticate! in Trigger APIShinya Maeda2017-09-041-1/+1
* Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-041-2/+2
|\
| * Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-2/+2
* | Fix specShinya Maeda2017-09-031-2/+2
* | Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-011-1/+1
|\ \ | |/ |/|
| * Correct the cherry-pick message for merge commitsSaverio Miroddi2017-08-171-1/+1
| * Fix build failures related to cherry-pick message changesSaverio Miroddi2017-08-161-1/+1
* | replace `is_spam?` with `spam?`Maxim Rydkin2017-08-293-5/+5
* | Make default trigger factory generate an ownerLin Jen-Shin2017-08-251-1/+4
|/
* Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-151-0/+8
|\
| * Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+8
* | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-141-0/+25
|\ \ | |/
| * Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-111-0/+25
| |\
| | * Migrate events into a new formatYorick Peterse2017-08-101-0/+25
* | | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-111-1/+1
|\ \ \ | |/ /
| * | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-102-2/+2
| |/
* | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-116-17/+17
|\ \ | |/
| * Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-096-17/+17
* | Introduce MergeRequest#write_ref and Repository#write_refLin Jen-Shin2017-08-101-11/+13
|/
* Merge branch '32300__expose_more_attributes' into 'master'Rémy Coutable2017-08-071-1/+9
|\
| * Expose more attributes to unauthenticated GET /projects/:idTony2017-08-031-1/+9
* | Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-031-3/+1
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-0219-69/+69
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-013-4/+4
* Fixup POST /v3/:id/hooks and PUT /v3/:id/hooks/:hook_idRichard Clamp2017-07-281-3/+3
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-1/+1
* Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-272-2/+2
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-172-4/+25
|\
| * Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-3/+3
| * Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-041-1/+2
| |\
| * | Fix remaining spec failures for !12300.Timothy Andrew2017-06-281-1/+1
| * | Test `/users` endpoints for the `read_user` scope.Timothy Andrew2017-06-281-0/+21
* | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-298-47/+110
|\ \ \ | | |/ | |/|
| * | Add parent_id back to the testsOswaldo Ferreira2017-06-281-1/+2
| * | Rename members_count to members_count_with_descendants and expose only to gro...Oswaldo Ferreira2017-06-281-3/+1
| * | Adjust projects spec on namespace fieldsOswaldo Ferreira2017-06-281-1/+3
| |/
| * Filter archived project in API v3 only if param presentvanadium232017-06-211-0/+30