Commit 1915873e authored by Douwe Maan's avatar Douwe Maan

Merge branch 'sh-drop-webhooks-project-export' into 'master'

Drop Webhooks from project import/export config

Closes #53513

See merge request gitlab-org/gitlab-ce!24121
parents 9db22922 2341692c
---
title: Drop Webhooks from project import/export config
merge_request: 24121
author:
type: fixed
......@@ -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
......
......@@ -63,7 +63,6 @@ project_tree:
- :triggers
- :pipeline_schedules
- :services
- :hooks
- protected_branches:
- :merge_access_levels
- :push_access_levels
......@@ -156,12 +155,6 @@ excluded_attributes:
- :reference
- :reference_html
- :epic_id
hooks:
- :token
- :encrypted_token
- :encrypted_token_iv
- :encrypted_url
- :encrypted_url_iv
runners:
- :token
- :token_encrypted
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment