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:
authorStan Hu <stanhu@gmail.com>2018-06-06 08:34:06 +0300
committerStan Hu <stanhu@gmail.com>2018-06-06 11:40:55 +0300
commit3a722ff53fe86ce6194f81ade810196f4f8e870c (patch)
tree86e7e1b0f8ff5baf148f8f3d03314f942ed0465d /changelogs
parentaf07c490b2a32ed4c88e387d1133e7882f79abc5 (diff)
Show a more helpful error for import status
Importing a project from GitHub for a project namespace that already exists would show an unhelpful error, "An error occurred while importing project." We now add the base message from Projects::CreateService when this fails. Closes #47365
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-improve-import-status-error.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-improve-import-status-error.yml b/changelogs/unreleased/sh-improve-import-status-error.yml
new file mode 100644
index 00000000000..6523280f9e6
--- /dev/null
+++ b/changelogs/unreleased/sh-improve-import-status-error.yml
@@ -0,0 +1,5 @@
+---
+title: Show a more helpful error for import status
+merge_request:
+author:
+type: other