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
11a6c3ef
Commit
11a6c3ef
authored
Jul 14, 2021
by
Illya Klymov
Committed by
Phil Hughes
Jul 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change filter wording for group import
parent
aea99537
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
5 deletions
+13
-5
app/assets/javascripts/import_entities/import_groups/components/import_table.vue
...import_entities/import_groups/components/import_table.vue
+6
-1
doc/user/group/import/img/bulk_imports_v13_8.png
doc/user/group/import/img/bulk_imports_v13_8.png
+0
-0
doc/user/group/import/img/bulk_imports_v14_1.png
doc/user/group/import/img/bulk_imports_v14_1.png
+0
-0
doc/user/group/import/img/import_panel_v13_8.png
doc/user/group/import/img/import_panel_v13_8.png
+0
-0
doc/user/group/import/img/import_panel_v14_1.png
doc/user/group/import/img/import_panel_v14_1.png
+0
-0
doc/user/group/import/index.md
doc/user/group/import/index.md
+2
-2
doc/user/group/settings/img/import_panel_v13_4.png
doc/user/group/settings/img/import_panel_v13_4.png
+0
-0
doc/user/group/settings/img/import_panel_v14_1.png
doc/user/group/settings/img/import_panel_v14_1.png
+0
-0
doc/user/group/settings/import_export.md
doc/user/group/settings/import_export.md
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/assets/javascripts/import_entities/import_groups/components/import_table.vue
View file @
11a6c3ef
...
...
@@ -227,7 +227,12 @@ export default {
</
template
>
</gl-sprintf>
</span>
<gl-search-box-by-click
class=
"gl-ml-auto"
@
submit=
"filter = $event"
@
clear=
"filter = ''"
/>
<gl-search-box-by-click
class=
"gl-ml-auto"
:placeholder=
"s__('BulkImport|Filter by source group')"
@
submit=
"filter = $event"
@
clear=
"filter = ''"
/>
</div>
<gl-loading-icon
v-if=
"$apollo.loading"
size=
"md"
class=
"gl-mt-5"
/>
<
template
v-else
>
...
...
doc/user/group/import/img/bulk_imports_v13_8.png
deleted
100644 → 0
View file @
aea99537
22 KB
doc/user/group/import/img/bulk_imports_v14_1.png
0 → 100644
View file @
11a6c3ef
24.1 KB
doc/user/group/import/img/import_panel_v13_8.png
deleted
100644 → 0
View file @
aea99537
38.2 KB
doc/user/group/import/img/import_panel_v14_1.png
0 → 100644
View file @
11a6c3ef
41.8 KB
doc/user/group/import/index.md
View file @
11a6c3ef
...
...
@@ -110,7 +110,7 @@ on an existing group's page.
1.
On the New Group page, select
**Import group**
.
!
[
Fill in import details
](
img/import_panel_v1
3_8
.png
)
!
[
Fill in import details
](
img/import_panel_v1
4_1
.png
)
1.
Fill in source URL of your GitLab.
1.
Fill in
[
personal access token
](
../../../user/profile/personal_access_tokens.md
)
for remote GitLab instance.
...
...
@@ -129,4 +129,4 @@ Migration importer page. Listed are the remote GitLab groups to which you have t
1.
Once a group has been imported, click its GitLab path to open its GitLab URL.
![
Group Importer page
](
img/bulk_imports_v1
3_8
.png
)
![
Group Importer page
](
img/bulk_imports_v1
4_1
.png
)
doc/user/group/settings/img/import_panel_v13_4.png
deleted
100644 → 0
View file @
aea99537
22.8 KB
doc/user/group/settings/img/import_panel_v14_1.png
0 → 100644
View file @
11a6c3ef
41.8 KB
doc/user/group/settings/import_export.md
View file @
11a6c3ef
...
...
@@ -93,9 +93,9 @@ on an existing group's page.
!
[
Navigation paths to create a new group
](
img/new_group_navigation_v13_1.png
)
1.
On the New Group page, select the
**Import group**
tab
.
1.
On the New Group page, select the
**Import group**
.
!
[
Fill in group details
](
img/import_panel_v1
3_4
.png
)
!
[
Fill in group details
](
img/import_panel_v1
4_1
.png
)
1.
Enter your group name.
...
...
locale/gitlab.pot
View file @
11a6c3ef
...
...
@@ -5672,6 +5672,9 @@ msgstr ""
msgid "BulkImport|Existing groups"
msgstr ""
msgid "BulkImport|Filter by source group"
msgstr ""
msgid "BulkImport|From source group"
msgstr ""
...
...
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