summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`bvl-fix-project-ci-status-cacheBob Van Landuyt2017-04-071-0/+7
* Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil TrzciƄski2017-04-072-98/+130
|\
| * Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-071-1/+3
| |\
| * \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-075-52/+220
| |\ \
| * | | Fix test by ignoring auto_canceled_by for jobsLin Jen-Shin2017-04-071-3/+4
| * | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-061-0/+27
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-062-1/+67
| |\ \ \ \
| * | | | | Add a test to make sure it's not auto-cancelingLin Jen-Shin2017-04-061-10/+24
| * | | | | refactor specRydkin Maxim2017-04-041-10/+7
| * | | | | remove `a pending pipeline` shared exampleRydkin Maxim2017-04-041-7/+3
| * | | | | fix rubocopRydkin Maxim2017-04-041-5/+5
| * | | | | rename `auto_canceled_by` and add foreign keyRydkin Maxim2017-04-041-5/+5
| * | | | | more brief way of get parent commitRydkin Maxim2017-04-041-1/+1
| * | | | | fix typoRydkin Maxim2017-04-041-1/+1
| * | | | | add `does not cancel HEAD pipeline` specRydkin Maxim2017-04-041-1/+7
| * | | | | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-98/+116
* | | | | | Enable polling for pipelines table other pagesToon Claes2017-04-061-2/+4
* | | | | | Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+18
| |_|_|_|/ |/| | | |
* | | | | Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-068-53/+314
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-062-15/+91
| |\ \ \ \
| | * | | | Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-userTimothy Andrew2017-04-062-68/+87
| | * | | | Move a user's award emoji to the ghost userTimothy Andrew2017-04-061-1/+29
| | * | | | Move a user's abuse reports to the ghost userTimothy Andrew2017-04-061-0/+7
| | * | | | Move a user's notes to the ghost userTimothy Andrew2017-04-061-2/+8
| | * | | | Move a user's merge requests to the ghost user.Timothy Andrew2017-04-061-0/+16
| * | | | | Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-061-0/+27
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch '30291-reopen-mr' into 'master'Sean McGivern2017-04-061-0/+27
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Search for opened MRs - include reopened MRs30291-reopen-mrJarka Kadlecova2017-04-061-0/+27
| * | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-063-13/+90
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '29364-private-projects-mr-fix'Sean McGivern2017-04-051-1/+41
| | * | | | Inlude the password_automatically_check param as permitted config in the user...fix-password-required-checkDJ Mountney2017-04-041-0/+26
| | | |_|/ | | |/| |
| * | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-044-120/+231
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Remove legacy registry tags when deleting a projectGrzegorz Bizon2017-04-041-18/+50
| * | | | Refactor container registry repository tag stubsGrzegorz Bizon2017-04-032-2/+2
| * | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0370-226/+1200
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Add test example for invalid registry access requestGrzegorz Bizon2017-03-311-2/+11
| * | | | Improve code related to removing container image tagsGrzegorz Bizon2017-03-311-2/+4
| * | | | Create container repository on successful push authGrzegorz Bizon2017-03-301-4/+48
| * | | | Simplify how we create container registry resourcesGrzegorz Bizon2017-03-301-75/+0
| * | | | Check container repository exists for a given pathGrzegorz Bizon2017-03-301-15/+16
| * | | | Add container repository create service with specsGrzegorz Bizon2017-03-301-0/+74
| * | | | Remove container images destroy service classGrzegorz Bizon2017-03-291-46/+0
| * | | | Add readability improvements to registry auth specsGrzegorz Bizon2017-03-291-18/+15
| * | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-277-28/+260
| |\ \ \ \
| * | | | | Fix specs for container repository destroy serviceGrzegorz Bizon2017-03-241-0/+4
| * | | | | Fix specs for services related to container registryGrzegorz Bizon2017-03-243-31/+39
| * | | | | Rename container image to repository in specsGrzegorz Bizon2017-03-233-12/+12
| * | | | | Fix some specs using the old ContainerImage constGrzegorz Bizon2017-03-231-2/+2
| * | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2136-707/+1333
| |\ \ \ \ \
| * | | | | | Creates specs for destroy service and improves namespace container image quer...Andre Guedes2017-02-231-0/+34