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
21be0cae
Commit
21be0cae
authored
May 09, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing merge issues
parent
7ff2a51e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
import_export.rb
lib/gitlab/import_export.rb
+0
-4
import_export.yml
lib/gitlab/import_export/import_export.yml
+0
-1
No files found.
lib/gitlab/import_export.rb
View file @
21be0cae
...
...
@@ -6,10 +6,6 @@ module Gitlab
File
.
join
(
storage_path
,
relative_path
)
end
def
project_attributes
%i(name path description issues_enabled wall_enabled merge_requests_enabled wiki_enabled snippets_enabled visibility_level archived)
end
def
project_tree
Gitlab
::
ImportExport
::
ImportExportReader
.
new
.
project_tree
end
...
...
lib/gitlab/import_export/import_export.yml
View file @
21be0cae
...
...
@@ -22,7 +22,6 @@ included_attributes:
-
:path
-
:description
-
:issues_enabled
-
:wall_enabled
-
:merge_requests_enabled
-
:wiki_enabled
-
:snippets_enabled
...
...
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