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
d2a5b6b9
Commit
d2a5b6b9
authored
Dec 16, 2021
by
Huzaifa Iftikhar
Committed by
Natalia Tepluhina
Dec 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename "Deleted projects" tab to "Pending deletion"
parent
76388ed4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
16 deletions
+18
-16
doc/user/admin_area/index.md
doc/user/admin_area/index.md
+4
-3
ee/app/views/dashboard/_removed_projects_tab.html.haml
ee/app/views/dashboard/_removed_projects_tab.html.haml
+1
-1
ee/app/views/dashboard/projects/_removed_empty_state.html.haml
...p/views/dashboard/projects/_removed_empty_state.html.haml
+4
-3
ee/app/views/dashboard/projects/removed.html.haml
ee/app/views/dashboard/projects/removed.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+8
-8
No files found.
doc/user/admin_area/index.md
View file @
d2a5b6b9
...
...
@@ -107,15 +107,16 @@ You can combine the filter options. For example, to list only public projects wi
1.
Click the
**Public**
tab.
1.
Enter
`score`
in the
**Filter by name...**
input box.
####
Deleted projects
**(PREMIUM SELF)**
####
Projects pending deletion
**(PREMIUM SELF)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37014) in GitLab 13.3.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37014) in GitLab 13.3.
> - [Tab renamed](https://gitlab.com/gitlab-org/gitlab/-/issues/347468) from **Deleted projects** in GitLab 14.7.
When delayed project deletion is
[
enabled for a group
](
../group/index.md#enable-delayed-project-deletion
)
,
projects within that group are not deleted immediately, but only after a delay. To access a list of all projects that are pending deletion:
1.
On the top bar, select
**Menu > Projects > Explore projects**
.
1.
Select the
**
Deleted projects**
tab
.
1.
Select the
**
Pending deletion**
tab (in GitLab 14.7 and later) or the
**Deleted projects**
tab (GitLab 14.6 and earlier)
.
Listed for each project is:
...
...
ee/app/views/dashboard/_removed_projects_tab.html.haml
View file @
d2a5b6b9
-
if
can?
(
current_user
,
:list_removable_projects
)
=
gl_tab_link_to
removed_dashboard_projects_path
,
{
data:
{
placement:
'right'
}
}
do
=
_
(
"
Deleted projects
"
)
=
_
(
"
Pending deletion
"
)
=
gl_tab_counter_badge
(
limited_counter_with_delimiter
(
removed_projects_count
))
ee/app/views/dashboard/projects/_removed_empty_state.html.haml
View file @
d2a5b6b9
...
...
@@ -4,6 +4,7 @@
=
image_tag
'illustrations/erased-log_empty.svg'
.text-content
%h4
.gl-text-center
=
s_
(
"RemovedProjects|You haven’t removed any projects."
)
%p
.gl-text-gray-500
=
s_
(
"RemovedProjects|Projects which are removed and are yet to be permanently removed are visible here."
)
=
s_
(
"RemovedProjects|No projects pending deletion found"
)
%p
.gl-text-center
=
s_
(
"RemovedProjects|Projects that are pending deletion that you have access to are listed here."
)
=
link_to
s_
(
'Learn more.'
),
'https://docs.gitlab.com/ee/user/project/settings/index.html#delayed-project-deletion'
ee/app/views/dashboard/projects/removed.html.haml
View file @
d2a5b6b9
=
render
partial:
'dashboard/projects/shared/common'
,
locals:
{
page_title:
_
(
'
Deleted Projects
'
),
empty_page:
'removed_empty_state'
}
=
render
partial:
'dashboard/projects/shared/common'
,
locals:
{
page_title:
_
(
'
Pending Deletion
'
),
empty_page:
'removed_empty_state'
}
locale/gitlab.pot
View file @
d2a5b6b9
...
...
@@ -11452,15 +11452,9 @@ msgstr ""
msgid "Deleted"
msgstr ""
msgid "Deleted Projects"
msgstr ""
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
msgid "Deleted projects"
msgstr ""
msgid "Deleted projects cannot be restored!"
msgstr ""
...
...
@@ -25447,9 +25441,15 @@ msgstr ""
msgid "Pending"
msgstr ""
msgid "Pending Deletion"
msgstr ""
msgid "Pending comments"
msgstr ""
msgid "Pending deletion"
msgstr ""
msgid "Pending owner approval"
msgstr ""
...
...
@@ -29357,10 +29357,10 @@ msgstr ""
msgid "Removed upload with id %{id}"
msgstr ""
msgid "RemovedProjects|
Projects which are removed and are yet to be permanently removed are visible here.
"
msgid "RemovedProjects|
No projects pending deletion found
"
msgstr ""
msgid "RemovedProjects|
You haven’t removed any projects
."
msgid "RemovedProjects|
Projects that are pending deletion that you have access to are listed here
."
msgstr ""
msgid "Removes %{assignee_text} %{assignee_references}."
...
...
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