summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/safe_model_attributes.yml
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-04 15:20:32 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-04 15:30:57 +0100
commit9f9a7a2d90f6775b42bef308ba72d9f59345f50f (patch)
treec2e441573519b8defe371e6dcd568f32d1205908 /spec/lib/gitlab/import_export/safe_model_attributes.yml
parentd85471ac1a4574053b057dd7cc02858d591a8ffd (diff)
downloadgitlab-ce-9f9a7a2d90f6775b42bef308ba72d9f59345f50f.tar.gz
Added ProtectedTag to import/export son and safe_model_attributes
Diffstat (limited to 'spec/lib/gitlab/import_export/safe_model_attributes.yml')
-rw-r--r--spec/lib/gitlab/import_export/safe_model_attributes.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/lib/gitlab/import_export/safe_model_attributes.yml b/spec/lib/gitlab/import_export/safe_model_attributes.yml
index 1ad16a9b57d..0c315ac672e 100644
--- a/spec/lib/gitlab/import_export/safe_model_attributes.yml
+++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml
@@ -300,6 +300,12 @@ ProtectedBranch:
- name
- created_at
- updated_at
+ProtectedTag:
+- id
+- project_id
+- name
+- created_at
+- updated_at
Project:
- description
- issues_enabled
@@ -333,6 +339,14 @@ ProtectedBranch::PushAccessLevel:
- access_level
- created_at
- updated_at
+ProtectedTag::CreateAccessLevel:
+- id
+- protected_tag_id
+- access_level
+- created_at
+- updated_at
+- user_id
+- group_id
AwardEmoji:
- id
- user_id