summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorPatrick Derichs <pderichs@gitlab.com>2019-05-08 12:39:54 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-05-08 12:39:54 +0000
commitb145d9b8734961d391dbb3a96612c71b0684d22a (patch)
treebfda79905153170154cc9530a16f2a4cc3387d36 /changelogs
parenta2128edfee799e49a8732bfa235e2c5e14949c68 (diff)
downloadgitlab-ce-b145d9b8734961d391dbb3a96612c71b0684d22a.tar.gz
Refactor spec to reload existing_label right after creation
This will avoid timestamp comparison issues later within equality check with attributes
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/27987-use-findorcreateservice-to-create-labels.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/27987-use-findorcreateservice-to-create-labels.yml b/changelogs/unreleased/27987-use-findorcreateservice-to-create-labels.yml
new file mode 100644
index 00000000000..8d3501e0171
--- /dev/null
+++ b/changelogs/unreleased/27987-use-findorcreateservice-to-create-labels.yml
@@ -0,0 +1,5 @@
+---
+title: Use FindOrCreateService to create labels and check for existing ones
+merge_request: 27987
+author: Matt Duren
+type: fixed