Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-27 05:36:31 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-19 19:58:25 +0300
commite00c739f975672eaba474824436ec70d979e1fcc (patch)
tree502b1dfa961cbf5b44c20e7380445b1a0409cb4f /spec/lib/gitlab/import_export
parent20b6974a5c7866b24969937caadd5cf483c8f8a4 (diff)
Add Label attributes: type, and group_id to safe model attributes
Diffstat (limited to 'spec/lib/gitlab/import_export')
-rw-r--r--spec/lib/gitlab/import_export/safe_model_attributes.yml2
1 files changed, 2 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 8c8be66df9f..26049914bac 100644
--- a/spec/lib/gitlab/import_export/safe_model_attributes.yml
+++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml
@@ -64,7 +64,9 @@ Label:
- id
- title
- color
+- group_id
- project_id
+- type
- created_at
- updated_at
- template