summaryrefslogtreecommitdiff
path: root/lib/gitlab
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-09-07 17:08:19 +0200
committerJames Lopez <james@jameslopez.es>2016-09-19 09:18:37 +0200
commit3c7feaf3b12e3c8319f8ccc0f45a87ae0e2cfe8c (patch)
treeacda8b3b3532ec56b02cc83a21cc5b3a4f9f0827 /lib/gitlab
parente74b7d665b80525c894bd3743ed7c4dc8810b4af (diff)
downloadgitlab-ce-3c7feaf3b12e3c8319f8ccc0f45a87ae0e2cfe8c.tar.gz
Fixed label color issue and added Import/Export versioning table
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/import_export.rb1
-rw-r--r--lib/gitlab/import_export/relation_factory.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index b90651cbc2d..181e288a014 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -2,6 +2,7 @@ module Gitlab
module ImportExport
extend self
+ # For every version update, the version history in import_export.md has to be kept up to date.
VERSION = '0.1.4'
FILENAME_LIMIT = 50
diff --git a/lib/gitlab/import_export/relation_factory.rb b/lib/gitlab/import_export/relation_factory.rb
index 7b18d11ce0f..354ccd64696 100644
--- a/lib/gitlab/import_export/relation_factory.rb
+++ b/lib/gitlab/import_export/relation_factory.rb
@@ -19,7 +19,7 @@ module Gitlab
EXISTING_OBJECT_CHECK = %i[milestone milestones label labels].freeze
- FINDER_ATTRIBUTES = %w[title color project_id].freeze
+ FINDER_ATTRIBUTES = %w[title project_id].freeze
def self.create(*args)
new(*args).create