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: ...@@ -71,6 +71,7 @@ The following items will NOT be exported:
- Build traces and artifacts - Build traces and artifacts
- Container registry images - Container registry images
- CI variables - CI variables
- Webhooks
- Any encrypted tokens - Any encrypted tokens
## Exporting a project and its data ## Exporting a project and its data
......
...@@ -63,7 +63,6 @@ project_tree: ...@@ -63,7 +63,6 @@ project_tree:
- :triggers - :triggers
- :pipeline_schedules - :pipeline_schedules
- :services - :services
- :hooks
- protected_branches: - protected_branches:
- :merge_access_levels - :merge_access_levels
- :push_access_levels - :push_access_levels
...@@ -156,12 +155,6 @@ excluded_attributes: ...@@ -156,12 +155,6 @@ excluded_attributes:
- :reference - :reference
- :reference_html - :reference_html
- :epic_id - :epic_id
hooks:
- :token
- :encrypted_token
- :encrypted_token_iv
- :encrypted_url
- :encrypted_url_iv
runners: runners:
- :token - :token
- :token_encrypted - :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