summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-01-03 06:14:04 -0800
committerStan Hu <stanhu@gmail.com>2019-01-03 06:22:14 -0800
commit2341692c49b02bb3d5bde3d9c0fe59d51a16c4e1 (patch)
tree879768c5be452fb5ba2f1ea557d5a300b7cf7bcd /doc
parent420442c5036b08652a758179d893bf8fe2b798ef (diff)
downloadgitlab-ce-2341692c49b02bb3d5bde3d9c0fe59d51a16c4e1.tar.gz
Drop Webhooks from project import/export config
Webhook URLs were recently encrypted in the database via https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21645, and as a result they are no longer exported. When an exported project with Webhooks is imported, the project import service will fail with `URI::InvalidURIError: bad URI(is not URI?)` due to a blank URL. We avoid this by disabling the export/import of Webhooks in the first place. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53513
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/settings/import_export.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md
index cb68c9318bc..3bbfa74f4b7 100644
--- a/doc/user/project/settings/import_export.md
+++ b/doc/user/project/settings/import_export.md
@@ -71,6 +71,7 @@ The following items will NOT be exported:
- Build traces and artifacts
- Container registry images
- CI variables
+- Webhooks
- Any encrypted tokens
## Exporting a project and its data