Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2019-03-01 09:18:08 +0300
committerShinya Maeda <shinya@gitlab.com>2019-03-13 15:26:38 +0300
commitb913169d887bab6b02469cac4d245e2612deb76d (patch)
treeeee24e23e630ea0a026aac0e521380a02910bf2a /changelogs/unreleased/use-only-all-pipelines.yml
parent77d22d3721ce3be4a2924b08db638e7be1bb9710 (diff)
Make all_pipelines method compatible with pipelines for merge requests
Make it sane Include merge ref head Fix union Improve a bit Add spec remove add spec Add changelog fix coding offence Apply suggestion to spec/models/merge_request_spec.rb ok ok Fix Fix spec Fix spec fix Simplify the things Memoize OK a
Diffstat (limited to 'changelogs/unreleased/use-only-all-pipelines.yml')
-rw-r--r--changelogs/unreleased/use-only-all-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/use-only-all-pipelines.yml b/changelogs/unreleased/use-only-all-pipelines.yml
new file mode 100644
index 00000000000..68364d2a923
--- /dev/null
+++ b/changelogs/unreleased/use-only-all-pipelines.yml
@@ -0,0 +1,5 @@
+---
+title: Refactor all_pipelines in Merge request
+merge_request: 25676
+author:
+type: other