summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
| * | | | Use API helper to send artifact file through WorkhorseGrzegorz Bizon2017-09-051-3/+2
| | | | |
| * | | | Set project / pipeline before context in job API specsGrzegorz Bizon2017-09-041-2/+2
| | | | |
| * | | | Add API endpoint for downloading single job artifactGrzegorz Bizon2017-09-041-0/+57
| | | | |
* | | | | Merge branch '35942_api_binary_encoding' into 'master'Sean McGivern2017-09-061-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API fix for non UTF-8 data Closes #35942 See merge request !14038
| * | | | | renames ambiguous methods and add specmicael.bergeron2017-09-061-0/+6
| | | | | |
* | | | | | Merge branch 'gitaly-shell-redis-2' into 'master'Sean McGivern2017-09-061-2/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal API changes to decouple redis from Shell Closes gitaly#520 See merge request !13971
| * | | | | Implement /internal/pre-receive for shell operationsAlejandro Rodríguez2017-09-051-2/+18
| | | | | |
| * | | | | Return a value to check if redis is available on /internal/checkAlejandro Rodríguez2017-09-051-0/+11
| | |/ / / | |/| | |
* | | | | Tidy up projects API specsSean McGivern2017-09-062-40/+23
| | | | |
* | | | | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-062-28/+28
| | | | |
* | | | | add unit tests for new collapse_outdated_diff_comments toggleAshley Dumaine2017-09-062-0/+56
|/ / / /
* | | | API: Add GPG key management for adminsRobert Schilling2017-09-051-0/+158
| | | |
* | | | API: Add GPG key managementRobert Schilling2017-09-051-0/+168
| | | |
* | | | Merge branch 'api_branches_head' into 'master'Sean McGivern2017-09-051-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add branch existence check to the APIv4 branches via HEAD request Closes #37159 See merge request !13979
| * | | | Add branch existence check to the APIv4 branches via HEAD requestblackst0ne2017-09-051-0/+16
| | | | |
* | | | | Merge branch 'issue-api-my-reaction' into 'master'Sean McGivern2017-09-052-0/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add my_reaction_emoji param to /issues and /merge_requests API See merge request !14016
| * | | | | Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato2017-09-051-0/+12
| | | | | |
| * | | | | Add my_reaction_emoji param to /issues APIHiroyuki Sato2017-09-051-0/+10
| | | | | |
* | | | | | Merge branch 'feature/sm/34518-extend-api-pipeline-schedule-variable-new' ↵Kamil Trzciński2017-09-051-1/+159
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Extend API: Pipeline Schedule Variable Closes #34518 See merge request !13653
| * | | | | | Fix security breachingfeature/sm/34518-extend-api-pipeline-schedule-variable-newShinya Maeda2017-09-041-1/+13
| | | | | | |
| * | | | | | Improve by zj nice catchesShinya Maeda2017-09-041-4/+4
| | | | | | |
| * | | | | | Finish specShinya Maeda2017-09-041-16/+6
| | | | | | |
| * | | | | | Add spec (Halfway)Shinya Maeda2017-09-041-0/+156
| |/ / / / /
* | | | | | Merge branch ↵Kamil Trzciński2017-09-052-8/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master' Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest` Closes #35650 See merge request !13792
| * | | | | Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-6/+25
| | | | | |
| * | | | | Fix trigger_request.variablesShinya Maeda2017-09-041-1/+2
| | | | | |
| * | | | | Fix specShinya Maeda2017-09-041-1/+1
| | | | | |
| * | | | | Revert autheticate! in Trigger APIShinya Maeda2017-09-042-2/+2
| |/ / / /
* | | | | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-9/+19
| | | | |
* | | | | Fix specShinya Maeda2017-09-051-1/+1
| | | | |
* | | | | - Allow runner API to pass failure_reasonShinya Maeda2017-09-052-1/+10
| | | | | | | | | | | | | | | | | | | | - Fix spec
* | | | | Fix enum listsShinya Maeda2017-09-052-3/+3
| | | | |
* | | | | Fix enum wordingShinya Maeda2017-09-051-1/+1
| | | | |
* | | | | Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-052-0/+5
|/ / / /
* | | | Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-042-4/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Move GitOperationService to Gitlab::Git See merge request !13984
| * | | Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-012-4/+4
| | | |