BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
bf8c5643
Commit
bf8c5643
authored
Jan 05, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump import/export version to 2.2.0
We need to bump import/export version because we introduced a new object's hierarchy that is not backwards compatible.
parent
05ddb259
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
import_export.md
doc/user/project/settings/import_export.md
+2
-1
import_export.rb
lib/gitlab/import_export.rb
+1
-1
No files found.
doc/user/project/settings/import_export.md
View file @
bf8c5643
...
@@ -30,7 +30,8 @@ with all their related data and be moved into a new GitLab instance.
...
@@ -30,7 +30,8 @@ with all their related data and be moved into a new GitLab instance.
| GitLab version | Import/Export version |
| GitLab version | Import/Export version |
| ---------------- | --------------------- |
| ---------------- | --------------------- |
| 10.3 to current | 0.2.1 |
| 10.4 to current | 0.2.2 |
| 10.3 | 0.2.1 |
| 10.0 | 0.2.0 |
| 10.0 | 0.2.0 |
| 9.4.0 | 0.1.8 |
| 9.4.0 | 0.1.8 |
| 9.2.0 | 0.1.7 |
| 9.2.0 | 0.1.7 |
...
...
lib/gitlab/import_export.rb
View file @
bf8c5643
...
@@ -3,7 +3,7 @@ module Gitlab
...
@@ -3,7 +3,7 @@ module Gitlab
extend
self
extend
self
# For every version update, the version history in import_export.md has to be kept up to date.
# For every version update, the version history in import_export.md has to be kept up to date.
VERSION
=
'0.2.
1
'
.
freeze
VERSION
=
'0.2.
2
'
.
freeze
FILENAME_LIMIT
=
50
FILENAME_LIMIT
=
50
def
export_path
(
relative_path
:)
def
export_path
(
relative_path
:)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment