Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
lib/gitlab/import_export.rb
lib/gitlab/import_export.rb
+0
-4
lib/gitlab/import_export/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
...
@@ -6,10 +6,6 @@ module Gitlab
File
.
join
(
storage_path
,
relative_path
)
File
.
join
(
storage_path
,
relative_path
)
end
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
def
project_tree
Gitlab
::
ImportExport
::
ImportExportReader
.
new
.
project_tree
Gitlab
::
ImportExport
::
ImportExportReader
.
new
.
project_tree
end
end
...
...
lib/gitlab/import_export/import_export.yml
View file @
21be0cae
...
@@ -22,7 +22,6 @@ included_attributes:
...
@@ -22,7 +22,6 @@ included_attributes:
-
:path
-
:path
-
:description
-
:description
-
:issues_enabled
-
:issues_enabled
-
:wall_enabled
-
:merge_requests_enabled
-
:merge_requests_enabled
-
:wiki_enabled
-
:wiki_enabled
-
:snippets_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