summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-2/+2
| | * | | | Extract ProtectedRef ConcernJames Edwards-Jones2017-04-031-2/+0
| | * | | | Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-311-0/+23
* | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-074-99/+153
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Fix tests and reviewKamil Trzcinski2017-04-061-2/+1
| * | | | | | Reload pipeline to make sure it's updatedLin Jen-Shin2017-04-071-1/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-065-52/+220
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-063-13/+90
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | 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