Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
4f79a30417
commit
2a6724602a
5 changed files with 25 additions and 27 deletions
|
@ -1,11 +1,10 @@
|
||||||
---
|
---
|
||||||
type: concepts, howto
|
|
||||||
stage: Manage
|
stage: Manage
|
||||||
group: Access
|
group: Access
|
||||||
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
|
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
|
||||||
---
|
---
|
||||||
|
|
||||||
# Email notification for unknown sign-ins
|
# Email notification for unknown sign-ins **(FREE)**
|
||||||
|
|
||||||
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/27211) in GitLab 13.0.
|
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/27211) in GitLab 13.0.
|
||||||
|
|
||||||
|
|
|
@ -31,13 +31,13 @@ that immediately publishes your changes to the Pages site.
|
||||||
|
|
||||||
You can take some **optional** further steps:
|
You can take some **optional** further steps:
|
||||||
|
|
||||||
- _Remove the fork relationship._ If you want to contribute to the project you forked from,
|
- Remove the fork relationship. If you want to contribute to the project you forked from,
|
||||||
you can keep this relationship. Otherwise, go to your project's **Settings > General**,
|
you can keep this relationship. Otherwise, go to your project's **Settings > General**,
|
||||||
expand **Advanced settings**, and scroll down to **Remove fork relationship**:
|
expand **Advanced settings**, and scroll down to **Remove fork relationship**:
|
||||||
|
|
||||||
![Remove fork relationship](../img/remove_fork_relationship_v13_1.png)
|
![Remove fork relationship](../img/remove_fork_relationship_v13_1.png)
|
||||||
|
|
||||||
- _Change the URL to match your namespace._ If your Pages site is hosted on GitLab.com,
|
- Change the URL to match your namespace. If your Pages site is hosted on GitLab.com,
|
||||||
you can rename it to `<namespace>.gitlab.io`, where `<namespace>` is your GitLab namespace
|
you can rename it to `<namespace>.gitlab.io`, where `<namespace>` is your GitLab namespace
|
||||||
(the one you chose when you forked the project).
|
(the one you chose when you forked the project).
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
---
|
---
|
||||||
type: reference, howto
|
|
||||||
stage: Release
|
stage: Release
|
||||||
group: Release
|
group: Release
|
||||||
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
|
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
|
||||||
---
|
---
|
||||||
|
|
||||||
# Install the `release-cli` for the Shell executor
|
# Install the `release-cli` for the Shell executor **(FREE)**
|
||||||
|
|
||||||
> - [Introduced](https://gitlab.com/gitlab-org/release-cli/-/issues/21) in GitLab 13.8.
|
> - [Introduced](https://gitlab.com/gitlab-org/release-cli/-/issues/21) in GitLab 13.8.
|
||||||
> - [Changed](https://gitlab.com/gitlab-org/release-cli/-/merge_requests/108) in GitLab 14.2, the `release-cli` binaries are also [available in the Package Registry](https://gitlab.com/jaime/release-cli/-/packages).
|
> - [Changed](https://gitlab.com/gitlab-org/release-cli/-/merge_requests/108) in GitLab 14.2, the `release-cli` binaries are also [available in the Package Registry](https://gitlab.com/jaime/release-cli/-/packages).
|
||||||
|
|
|
@ -7,18 +7,18 @@ type: reference, index, howto
|
||||||
|
|
||||||
# Project settings **(FREE)**
|
# Project settings **(FREE)**
|
||||||
|
|
||||||
NOTE:
|
|
||||||
Only project maintainers and administrators have the [permissions](../../permissions.md#project-members-permissions)
|
|
||||||
to access project settings.
|
|
||||||
|
|
||||||
The **Settings** page in GitLab provides a centralized home for your
|
The **Settings** page in GitLab provides a centralized home for your
|
||||||
[project](../index.md) configuration options. To access it, go to your project's homepage
|
[project](../index.md) configuration options. To access it, go to your project's homepage
|
||||||
and, in the left navigation menu, clicking **Settings**. To reduce complexity, settings are
|
and, in the left navigation menu, select **Settings**. To reduce complexity, settings are
|
||||||
grouped by topic into sections. To display all settings in a section, click **Expand**.
|
grouped by topic into sections. To display all settings in a section, select **Expand**.
|
||||||
|
|
||||||
In GitLab versions [13.10 and later](https://gitlab.com/groups/gitlab-org/-/epics/4842),
|
In GitLab versions [13.10 and later](https://gitlab.com/groups/gitlab-org/-/epics/4842),
|
||||||
GitLab displays a search box to help you find the settings you want to view.
|
GitLab displays a search box to help you find the settings you want to view.
|
||||||
|
|
||||||
|
NOTE:
|
||||||
|
Only users who have the [Maintainer role](../../permissions.md) for the project and administrators can
|
||||||
|
access project settings.
|
||||||
|
|
||||||
## General settings
|
## General settings
|
||||||
|
|
||||||
Under a project's general settings, you can find everything concerning the
|
Under a project's general settings, you can find everything concerning the
|
||||||
|
|
|
@ -18,14 +18,16 @@ You can report a user through their:
|
||||||
|
|
||||||
- [Profile](#report-abuse-from-the-users-profile-page)
|
- [Profile](#report-abuse-from-the-users-profile-page)
|
||||||
- [Comments](#report-abuse-from-a-users-comment)
|
- [Comments](#report-abuse-from-a-users-comment)
|
||||||
- [Issues and Merge requests](#report-abuse-through-a-users-issue-or-merge-request)
|
- [Issues](#report-abuse-from-an-issue)
|
||||||
|
- [Merge requests](#report-abuse-from-a-merge-request)
|
||||||
- [Snippets](snippets.md#mark-snippet-as-spam)
|
- [Snippets](snippets.md#mark-snippet-as-spam)
|
||||||
|
|
||||||
## Report abuse from the user's profile page
|
## Report abuse from the user's profile page
|
||||||
|
|
||||||
To report abuse from a user's profile page:
|
To report abuse from a user's profile page:
|
||||||
|
|
||||||
1. In the top right corner of the user's profile, select the exclamation point report abuse button.
|
1. Anywhere in GitLab, select the name of the user.
|
||||||
|
1. In the top right corner of the user's profile, select **Report abuse** (**{information-o}**).
|
||||||
1. Complete an abuse report.
|
1. Complete an abuse report.
|
||||||
1. Select **Send report**.
|
1. Select **Send report**.
|
||||||
|
|
||||||
|
@ -33,7 +35,7 @@ To report abuse from a user's profile page:
|
||||||
|
|
||||||
To report abuse from a user's comment:
|
To report abuse from a user's comment:
|
||||||
|
|
||||||
1. In the comment, select the vertical ellipsis (**{ellipsis_v}**).
|
1. In the comment, in the top right corner, select **More actions** (**{ellipsis_v}**).
|
||||||
1. Select **Report abuse to admin**.
|
1. Select **Report abuse to admin**.
|
||||||
1. Complete an abuse report.
|
1. Complete an abuse report.
|
||||||
1. Select **Send report**.
|
1. Select **Send report**.
|
||||||
|
@ -42,23 +44,21 @@ NOTE:
|
||||||
A URL to the reported user's comment is pre-filled in the abuse report's
|
A URL to the reported user's comment is pre-filled in the abuse report's
|
||||||
**Message** field.
|
**Message** field.
|
||||||
|
|
||||||
## Report abuse through a user's issue or merge request
|
## Report abuse from an issue
|
||||||
|
|
||||||
The **Report abuse** button is displayed at the top right of the issue or merge request. For users
|
|
||||||
with permission to close the issue or merge request, the button is available when you select
|
|
||||||
**Close issue** or **Close merge request**. For all other users, it is available when viewing the
|
|
||||||
issue or
|
|
||||||
merge request.
|
|
||||||
|
|
||||||
With the **Report abuse** button displayed, to submit an abuse report:
|
|
||||||
|
|
||||||
|
1. On the issue, in the top right corner, select the vertical ellipsis (**{ellipsis_v}**).
|
||||||
1. Select **Report abuse**.
|
1. Select **Report abuse**.
|
||||||
1. Submit an abuse report.
|
1. Submit an abuse report.
|
||||||
1. Select **Send report**.
|
1. Select **Send report**.
|
||||||
|
|
||||||
NOTE:
|
## Report abuse from a merge request
|
||||||
A URL to the reported user's issue or merge request is pre-filled
|
|
||||||
in the abuse report's **Message** field.
|
1. On the merge request, in the top right corner, either:
|
||||||
|
- Select **Report abuse**. This option is displayed if you do not have permission to close the merge request.
|
||||||
|
- Next to **Mark as draft**, select the down arrow (**{chevron-down}**) and then select **Report abuse**.
|
||||||
|
This option is displayed if you have permission to close the merge request.
|
||||||
|
1. Submit an abuse report.
|
||||||
|
1. Select **Send report**.
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue