summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-04 02:19:04 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-04 02:19:04 +0100
commit3bb3a6886f3b206a2ec089d6b1e8854615daa0b8 (patch)
treeb3b712e972df4d8adf6c242c8e10abdbafd27f84 /spec
parent1e15444ae6dda02744db42d08c817252953c7b1f (diff)
downloadgitlab-ce-3bb3a6886f3b206a2ec089d6b1e8854615daa0b8.tar.gz
Attempt to fix import/export of push_access_levels for protected tags
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/gitlab/import_export/all_models.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/lib/gitlab/import_export/all_models.yml b/spec/lib/gitlab/import_export/all_models.yml
index ddeb71730e7..83503c73e75 100644
--- a/spec/lib/gitlab/import_export/all_models.yml
+++ b/spec/lib/gitlab/import_export/all_models.yml
@@ -111,10 +111,14 @@ protected_branches:
- project
- merge_access_levels
- push_access_levels
+protected_tags:
+- project
+- push_access_levels
merge_access_levels:
- protected_branch
push_access_levels:
- protected_branch
+- protected_tag
project:
- taggings
- base_tags
@@ -169,6 +173,7 @@ project:
- snippets
- hooks
- protected_branches
+- protected_tags
- project_members
- users
- requesters