diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-10-18 17:48:27 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-10-18 17:48:27 +0200 |
commit | 19300a1a3dff8974a3e653d71dcc9d528436efd8 (patch) | |
tree | c8e281ddae7fe430e521a339d5992a4b46bb82fc /spec/lib | |
parent | 3032a0ca891808c9aa1ba69d540bf97e40a84670 (diff) | |
parent | 146e0cbc4dfb857e0eb44777c40da5df56f376e0 (diff) | |
download | gitlab-ce-19300a1a3dff8974a3e653d71dcc9d528436efd8.tar.gz |
Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr22191-delete-dynamic-envs-mr
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/import_export/safe_model_attributes.yml | 1 |
1 files changed, 1 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 8bccd313d6c..8c8be66df9f 100644 --- a/spec/lib/gitlab/import_export/safe_model_attributes.yml +++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml @@ -307,6 +307,7 @@ ProjectFeature: - wiki_access_level - snippets_access_level - builds_access_level +- repository_access_level - created_at - updated_at ProtectedBranch::MergeAccessLevel: |