summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fj-213436-move-update-outside-transaction.yml5
-rw-r--r--changelogs/unreleased/notification-service-spec.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/fj-213436-move-update-outside-transaction.yml b/changelogs/unreleased/fj-213436-move-update-outside-transaction.yml
new file mode 100644
index 00000000000..f37c6367b3c
--- /dev/null
+++ b/changelogs/unreleased/fj-213436-move-update-outside-transaction.yml
@@ -0,0 +1,5 @@
+---
+title: Fix race condition updating snippet without repository
+merge_request: 28851
+author:
+type: fixed
diff --git a/changelogs/unreleased/notification-service-spec.yml b/changelogs/unreleased/notification-service-spec.yml
new file mode 100644
index 00000000000..50029b0c09a
--- /dev/null
+++ b/changelogs/unreleased/notification-service-spec.yml
@@ -0,0 +1,5 @@
+---
+title: Update duplicate specs in notification service spec
+merge_request: 28742
+author: Rajendra Kadam
+type: fixed