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:
authorJames Lopez <james@jameslopez.es>2016-08-30 11:09:41 +0300
committerJames Lopez <james@jameslopez.es>2016-09-19 10:18:37 +0300
commite74b7d665b80525c894bd3743ed7c4dc8810b4af (patch)
tree5950bad0ddb51656a8189c8f2668f97cee8ee23d /lib/gitlab/import_export.rb
parent1d51bc7dfd04886fa5af69a60bb509691d697813 (diff)
squashed - Fix DB exceptions raised importing some specific projects.
Better import of labels, milestones and protected branches. Updated relevant specs. Loose pipeline validation on importing, so it does not fail when there are missing fields, which are not validated at DB level. Also, updated spec with relevant test.
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index bb562bdcd2c..b90651cbc2d 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -2,7 +2,7 @@ module Gitlab
module ImportExport
extend self
- VERSION = '0.1.3'
+ VERSION = '0.1.4'
FILENAME_LIMIT = 50
def export_path(relative_path:)