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:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-12-19 12:57:12 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-12-19 19:06:18 +0300
commitac862490392b029ac4937188e02bdf09f4505869 (patch)
tree87863bcffe6f69d4adc72c40ac87315d2e7cdb6a /changelogs
parent7ed3759ebb196dc7466b63cabbe12ed43ee7b286 (diff)
Don't link LFS-objects multiple times.
If Unlinking a fork would fail somewhere after this, the LFS objects might still be linked. Which would cause issues when trying to destroy a project.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/bvl-fix-unlinking-with-lfs-objects.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-fix-unlinking-with-lfs-objects.yml b/changelogs/unreleased/bvl-fix-unlinking-with-lfs-objects.yml
new file mode 100644
index 00000000000..058d686e74c
--- /dev/null
+++ b/changelogs/unreleased/bvl-fix-unlinking-with-lfs-objects.yml
@@ -0,0 +1,6 @@
+---
+title: Don't link LFS objects to a project when unlinking forks when they were already
+ linked
+merge_request: 16006
+author:
+type: fixed