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:
authorYorick Peterse <yorickpeterse@gmail.com>2018-06-12 14:29:43 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2018-06-12 14:30:41 +0300
commite4612df0e257a27b47986a9ee6aa77f68a9cd3ba (patch)
tree36ad42e8f6653d3967a44dcf4478ca8828556e7f /changelogs
parent450b9f6e30161e6719cf9ffb051b460eb48378c4 (diff)
Ensure MR diffs always exist in the PR importer
In rare cases it could happen that an MR was created, but creating the MR diffs somehow failed (e.g. due to an error). This commit adds an additional check to make sure MR diffs are always present when importing GitHub pull requests.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/pr-importer-io-extra-error-handling.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/pr-importer-io-extra-error-handling.yml b/changelogs/unreleased/pr-importer-io-extra-error-handling.yml
new file mode 100644
index 00000000000..2f7121b2840
--- /dev/null
+++ b/changelogs/unreleased/pr-importer-io-extra-error-handling.yml
@@ -0,0 +1,5 @@
+---
+title: Ensure MR diffs always exist in the PR importer
+merge_request:
+author:
+type: fixed