@@ -121,7 +121,9 @@ and drag issues around. Read though the
...
@@ -121,7 +121,9 @@ and drag issues around. Read though the
[documentation on Issue Boards permissions](project/issue_board.md#permissions)
[documentation on Issue Boards permissions](project/issue_board.md#permissions)
to learn more.
to learn more.
### File Locking permissions (EEP)
### File Locking permissions
> Available in [GitLab Premium](https://about.gitlab.com/products/).
The user that locks a file or directory is the only one that can edit and push their changes back to the repository where the locked objects are located.
The user that locks a file or directory is the only one that can edit and push their changes back to the repository where the locked objects are located.
...
@@ -279,7 +281,9 @@ for details about the pipelines security model.
...
@@ -279,7 +281,9 @@ for details about the pipelines security model.
Since GitLab 8.15, LDAP user permissions can now be manually overridden by an admin user.
Since GitLab 8.15, LDAP user permissions can now be manually overridden by an admin user.
Read through the documentation on [LDAP users permissions](../administration/auth/how_to_configure_ldap_gitlab_ee/index.md) to learn more.
Read through the documentation on [LDAP users permissions](../administration/auth/how_to_configure_ldap_gitlab_ee/index.md) to learn more.
## Auditor users permissions (EEP)
## Auditor users permissions
> Available in [GitLab Premium](https://about.gitlab.com/products/).
An Auditor user should be able to access all projects and groups of a GitLab instance
An Auditor user should be able to access all projects and groups of a GitLab instance
with the permissions described on the documentation on [auditor users permissions](https://docs.gitlab.com/ee/administration/auditor_users.html#permissions-and-restrictions-of-an-auditor-user).
with the permissions described on the documentation on [auditor users permissions](https://docs.gitlab.com/ee/administration/auditor_users.html#permissions-and-restrictions-of-an-auditor-user).
@@ -15,6 +15,9 @@ When you create a project in GitLab, you'll have access to a large number of
...
@@ -15,6 +15,9 @@ When you create a project in GitLab, you'll have access to a large number of
**Repositories:**
**Repositories:**
-[Issue tracker](issues/index.md): Discuss implementations with your team within issues
-[Issue Boards](issue_board.md): Organize and prioritize your workflow
-[Multiple Issue Boards](https://docs.gitlab.com/ee/user/project/issue_board.html#multiple-issue-boards)(**Starter/Premium**): Allow your teams to create their own workflows (Issue Boards) for the same project
-[Repositories](repository/index.md): Host your code in a fully
-[Repositories](repository/index.md): Host your code in a fully
integrated platform
integrated platform
-[Branches](repository/branches/index.md): use Git branching strategies to
-[Branches](repository/branches/index.md): use Git branching strategies to
...
@@ -33,7 +36,7 @@ integrated platform
...
@@ -33,7 +36,7 @@ integrated platform
-[Multiple Issue Boards](https://docs.gitlab.com/ee/user/project/issue_board.html#multiple-issue-boards)(**EES/EEP**): Allow your teams to create their own workflows (Issue Boards) for the same project
-[Multiple Issue Boards](https://docs.gitlab.com/ee/user/project/issue_board.html#multiple-issue-boards)(**EES/EEP**): Allow your teams to create their own workflows (Issue Boards) for the same project
-[Merge Requests](merge_requests/index.md): Apply your branching
-[Merge Requests](merge_requests/index.md): Apply your branching
strategy and get reviewed by your team
strategy and get reviewed by your team
-[Merge Request Approvals](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html)(**EES/EEP**): Ask for approval before
-[Merge Request Approvals](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html)(**Starter/Premium**): Ask for approval before
implementing a change
implementing a change
-[Fix merge conflicts from the UI](merge_requests/resolve_conflicts.md):
-[Fix merge conflicts from the UI](merge_requests/resolve_conflicts.md):