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:
authorKamil Trzciński <ayufan@ayufan.eu>2019-03-22 16:20:24 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-03-26 15:25:25 +0300
commit7fbfb1998a0757b843d63cba0b43294a53891f95 (patch)
tree5bcf0a438d81e528bde7c7dba43e468d49a94e7f /changelogs
parent30479246ed4ed2cdbadb4d359a38e592ffef2fe5 (diff)
Force to recreate all diffs on import
If for whatever reason we fail to import MR data, subsequent run will fail as we try to insert duplicate data. Instead of trying to recover, lets delete all and retry again.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/recreate-all-diffs-on-import.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/recreate-all-diffs-on-import.yml b/changelogs/unreleased/recreate-all-diffs-on-import.yml
new file mode 100644
index 00000000000..fd9124372f3
--- /dev/null
+++ b/changelogs/unreleased/recreate-all-diffs-on-import.yml
@@ -0,0 +1,5 @@
+---
+title: Force to recreate all MR diffs on import
+merge_request: 26480
+author:
+type: fixed