summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Improve design based on reviewKamil Trzcinski2016-06-132-7/+6
* Added keep artifacts API endpointKamil Trzcinski2016-06-131-0/+27
* Support expiration date in CI API when uploading artifactsKamil Trzcinski2016-06-131-0/+36
* Fix Error 500 when using closes_issues API with an external issue trackerStan Hu2016-06-111-0/+15
* Merge branch 'rename-ci-commit-phase-4' into 'master' Rémy Coutable2016-06-101-1/+1
|\
| * Merge remote-tracking branch 'origin/master' into rename-ci-commit-phase-4Kamil Trzcinski2016-06-101-1/+82
| |\
| * | Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
* | | Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable2016-06-101-1/+1
* | | Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable2016-06-101-2/+3
* | | Allow or not merge MR with failed buildRui Anderson2016-06-101-0/+8
| |/ |/|
* | Add test for getting info/refs from repoSean McGivern2016-06-091-0/+28
* | Ensure only IDs ending in .git perform git actionsfix-git-http-routingSean McGivern2016-06-091-1/+54
|/
* Add parenthesesJacob Vosmaer2016-06-081-4/+4
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt...Jacob Vosmaer2016-06-088-56/+67
|\
| * Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-063-3/+1
| |\
| | * Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-062-2/+0
| | |\
| | | * Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-032-1/+14
| | | |\
| | | * \ Merge branch 'master' into awardablesZJ van de Weg2016-05-305-9/+24
| | | |\ \
| | | * \ \ Merge branch 'master' into awardablesZJ van de Weg2016-05-256-32/+141
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-187-12/+239
| | | |\ \ \ \
| | | * | | | | Incorporate feedbackZeger-Jan van de Weg2016-05-112-2/+0
| | * | | | | | Fix tests offenses: use `pipeline` of Ci::Build and rename viewsKamil Trzcinski2016-06-062-2/+2
| * | | | | | | Rename remaining ci_commits in specsKamil Trzcinski2016-06-032-3/+3
| * | | | | | | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-035-47/+47
| |/ / / / / /
| * | | | | | Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commitKamil Trzcinski2016-06-031-0/+13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Add `sha` parameter to MR accept APISean McGivern2016-06-011-0/+13
| * | | | | | Use pipelines in context of ProjectKamil Trzcinski2016-06-032-2/+2
| * | | | | | Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-033-14/+14
| * | | | | | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-024-6/+6
| |/ / / / /
* | | | | | Fix testsJacob Vosmaer2016-06-061-1/+1
* | | | | | Merge branch 'master' into git-http-controllerJacob Vosmaer2016-06-0223-95/+877
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'issue_15557' into 'master' Rémy Coutable2016-06-011-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Add leading comment space copissue_15557Felipe Artur2016-05-311-1/+1
| * | | | | Update specs for creating new note without accessGrzegorz Bizon2016-05-291-2/+2
| |/ / / /
| * | | | Merge branch 'fix-issue-17496' into 'master' Douwe Maan2016-05-251-3/+18
| |\ \ \ \
| | * | | | Fix groups API to list only user's accessible projectsStan Hu2016-05-241-3/+18
| | | |_|/ | | |/| |
| * | | | Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-243-4/+4
| |/ / /
| * | | Fix some specs which would have broken in 2017 to not break anymore by using ...Connor Shea2016-05-221-6/+6
| * | | Fix the CI login to Container Registry (the gitlab-ci-token user)Kamil Trzcinski2016-05-231-1/+1
| * | | Update API and fetching taskZeger-Jan van de Weg2016-05-201-2/+2
| * | | Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-0/+29
| * | | Minor runner-related code refactoringsGrzegorz Bizon2016-05-191-10/+10
| * | | Set run untagged option when registering a runnerGrzegorz Bizon2016-05-191-3/+32
| * | | Refactor CI API specs for creating runnerGrzegorz Bizon2016-05-191-17/+29
| * | | Extend runner options that are configurable via APIGrzegorz Bizon2016-05-191-4/+11
| * | | Add CI API tests for runner config and untagged jobsGrzegorz Bizon2016-05-191-0/+32
| | |/ | |/|
| * | Merge branch 'issue_17302' into 'master' Rémy Coutable2016-05-181-3/+64
| |\ \
| | * | Fix single note api requestFelipe Artur2016-05-161-3/+14
| | * | Fix notes API calls symbol convertionsFelipe Artur2016-05-101-0/+31
| | * | Fix api leaking notes when user is not authorized to read noteableFelipe Artur2016-05-091-0/+19