summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bvl-nfs-circuitbreaker' into 'master'Sean McGivern2017-08-071-0/+57
|\
| * Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-071-0/+20
| |\
| * | Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+57
* | | Merge branch '32300__expose_more_attributes' into 'master'Rémy Coutable2017-08-073-3/+26
|\ \ \ | |_|/ |/| |
| * | Expose more attributes to unauthenticated GET /projects/:idTony2017-08-033-3/+26
* | | Merge branch 'tc-fix-mr-query-params' into 'master'Rémy Coutable2017-08-041-0/+20
|\ \ \ | |_|/ |/| |
| * | Add spec to test combining API merge_requests query parametersToon Claes2017-08-031-0/+20
| |/
* | Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-032-6/+2
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-0249-169/+169
* Extending API for protected branchesEric2017-08-021-0/+232
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-019-13/+13
* Merge branch '33620-remove-events-from-notification_settings' into 'master'Douwe Maan2017-08-011-2/+2
|\
| * Remove events column from notification settings33620-remove-events-from-notification_settingsSean McGivern2017-07-311-2/+2
* | Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern2017-08-014-25/+25
|\ \
| * | Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-013-23/+23
| * | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
| |/
* | Merge branch '34519-extend-api-group-secret-variable' into 'master'Kamil Trzciński2017-08-011-0/+221
|\ \
| * | IniShinya Maeda2017-07-191-0/+221
* | | Allow logged in users to read user list under public restrictionLin Jen-Shin (godfat)2017-08-011-17/+23
| |/ |/|
* | Fixup POST /v3/:id/hooks and PUT /v3/:id/hooks/:hook_idRichard Clamp2017-07-281-3/+3
* | Merge branch 'merge-issuable-reopened-into-opened-state' into 'master'Sean McGivern2017-07-282-2/+2
|\ \
| * | Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-282-2/+2
* | | Fix static snalysysShinya Maeda2017-07-281-1/+1
* | | Use let(:pipeline) for variables spec in triggers_spec.rbShinya Maeda2017-07-281-2/+1
* | | initShinya Maeda2017-07-281-9/+10
|/ /
* | Merge branch 'tc-api-root-merge-requests' into 'master'Sean McGivern2017-07-281-0/+94
|\ \
| * | Default /merge_request API endpoint to `scope=created-by-me`Toon Claes2017-07-281-4/+15
| * | Add top-level /merge_requests API endpointToon Claes2017-07-271-0/+83
* | | Merge branch 'bvl-add-all-settings-to-api' into 'master'Robert Speicher2017-07-271-3/+2
|\ \ \ | |/ / |/| |
| * | Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-271-3/+2
* | | Merge branch '34319-remove-useless-type-definitions-from-specs' into 'master'Robert Speicher2017-07-275-5/+5
|\ \ \
| * | | Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-275-5/+5
* | | | Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-275-211/+305
|/ / /
* | | Merge branch '33601-add-csrf-token-verification-to-api' into 'master'Sean McGivern2017-07-271-6/+44
|\ \ \
| * | | Add specsDouwe Maan2017-07-271-6/+44
* | | | Merge branch 'tc-issue-api-assignee' into 'master'Sean McGivern2017-07-271-1/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow query param scope for /issues API endpointtc-issue-api-assigneeToon Claes2017-07-241-4/+12
| * | | Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-0/+27
* | | | Fix the :project factory by not copying the test repo twicerc/fix-tests-factoriesRémy Coutable2017-07-271-1/+1
| |/ / |/| |
* | | Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-253-4/+16
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-202-2/+2
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-181-9/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-1720-56/+402
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-051-5/+50
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-041-22/+156
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-2938-342/+1092
| |\ \ \ \ \ \ \
| * | | | | | | | Fix other tests which tested against error message30634-protected-pipelineLin Jen-Shin2017-06-072-2/+4
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-074-137/+163
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Try to report why it's failing and fix testsLin Jen-Shin2017-06-061-2/+12
* | | | | | | | | | Merge branch 'issue_34622' into 'master'Sean McGivern2017-07-253-385/+46
|\ \ \ \ \ \ \ \ \ \