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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
46dcdae1
Commit
46dcdae1
authored
Feb 17, 2020
by
George Koltsov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Name & Path from excluded params on Group Import
parent
85bd310f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
changelogs/unreleased/georgekoltsov-remove-name-path-from-group-ie-yml.yml
...ased/georgekoltsov-remove-name-path-from-group-ie-yml.yml
+5
-0
lib/gitlab/import_export/group_import_export.yml
lib/gitlab/import_export/group_import_export.yml
+0
-2
spec/lib/gitlab/import_export/group_tree_restorer_spec.rb
spec/lib/gitlab/import_export/group_tree_restorer_spec.rb
+0
-2
spec/lib/gitlab/import_export/group_tree_saver_spec.rb
spec/lib/gitlab/import_export/group_tree_saver_spec.rb
+0
-2
No files found.
changelogs/unreleased/georgekoltsov-remove-name-path-from-group-ie-yml.yml
0 → 100644
View file @
46dcdae1
---
title
:
Remove name & path from list of excluded attributes during Group Import
merge_request
:
25342
author
:
type
:
fixed
lib/gitlab/import_export/group_import_export.yml
View file @
46dcdae1
...
...
@@ -28,8 +28,6 @@ included_attributes:
excluded_attributes
:
group
:
-
:id
-
:name
-
:path
-
:owner_id
-
:parent_id
-
:created_at
...
...
spec/lib/gitlab/import_export/group_tree_restorer_spec.rb
View file @
46dcdae1
...
...
@@ -82,8 +82,6 @@ describe Gitlab::ImportExport::GroupTreeRestorer do
shared_examples
'excluded attributes'
do
excluded_attributes
=
%w[
id
name
path
owner_id
parent_id
created_at
...
...
spec/lib/gitlab/import_export/group_tree_saver_spec.rb
View file @
46dcdae1
...
...
@@ -160,8 +160,6 @@ describe Gitlab::ImportExport::GroupTreeSaver do
shared_examples
'excluded attributes'
do
excluded_attributes
=
%w[
id
name
path
owner_id
parent_id
created_at
...
...
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