summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksei Lipniagov <alipniagov@gitlab.com>2019-08-29 14:27:37 +0300
committerAleksei Lipniagov <alipniagov@gitlab.com>2019-08-29 14:27:37 +0300
commit4e4f38b007a4d1d85c1303e620abe5322f5ad41d (patch)
tree7dd2f42d1f5a565e786189b1d2753348ff096ded
parentba018ae1efe5b45c5e4b4d519acf0f0a7326fc12 (diff)
downloadgitlab-ce-35389-reduce-project-export-rss.tar.gz
Add GroupLabel to cache35389-reduce-project-export-rss
-rw-r--r--lib/gitlab/import_export/project_hash_serializer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/project_hash_serializer.rb b/lib/gitlab/import_export/project_hash_serializer.rb
index de95a36c0f9..ba3d63fcd49 100644
--- a/lib/gitlab/import_export/project_hash_serializer.rb
+++ b/lib/gitlab/import_export/project_hash_serializer.rb
@@ -3,7 +3,7 @@
module Gitlab
module ImportExport
class ProjectHashSerializer
- CLASSES_TO_HASH = %w(Milestone).freeze
+ CLASSES_TO_HASH = %w(Milestone GroupLabel).freeze
attr_reader :project, :tree, :cache