doc
This commit is contained in:
parent
a0b6784488
commit
1c7ab76bfc
7 changed files with 8 additions and 8 deletions
|
@ -104,8 +104,8 @@ curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" 'https://gitl
|
|||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user |
|
||||
| `name` | string | yes | The name of the branch or wildcard |
|
||||
| `push_access_level` | string | no | Access levels allowed to push (defaults: `40`, master access level) |
|
||||
| `merge_access_level` | string | no | Access levels allowed to merge (defaults: `40`, master access level) |
|
||||
| `push_access_level` | string | no | Access levels allowed to push (defaults: `40`, maintainer access level) |
|
||||
| `merge_access_level` | string | no | Access levels allowed to merge (defaults: `40`, maintainer access level) |
|
||||
|
||||
Example response:
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ personal access tokens, authorized applications, etc.
|
|||
- [Authentication](../topics/authentication/index.md): Read through the authentication
|
||||
methods available in GitLab.
|
||||
- [Permissions](permissions.md): Learn the different set of permissions levels for each
|
||||
user type (guest, reporter, developer, master, owner).
|
||||
user type (guest, reporter, developer, maintainer, owner).
|
||||
- [Feature highlight](feature_highlight.md): Learn more about the little blue dots
|
||||
around the app that explain certain features
|
||||
|
||||
|
|
|
@ -200,7 +200,7 @@ GitLab CI/CD permissions rely on the role the user has in GitLab. There are four
|
|||
permission levels in total:
|
||||
|
||||
- admin
|
||||
- master
|
||||
- maintainer
|
||||
- developer
|
||||
- guest/reporter
|
||||
|
||||
|
|
|
@ -382,7 +382,7 @@ you will need the Kubernetes project integration enabled.
|
|||
### Web terminals
|
||||
|
||||
NOTE: **Note:**
|
||||
Introduced in GitLab 8.15. You must be the project owner or have `master` permissions
|
||||
Introduced in GitLab 8.15. You must be the project owner or have `maintainer` permissions
|
||||
to use terminals. Support is limited to the first container in the
|
||||
first pod of your environment.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
You can find the available integrations under your project's
|
||||
**Settings ➔ Integrations** page. You need to have at least
|
||||
[master permission][permissions] on the project.
|
||||
[maintainer permission][permissions] on the project.
|
||||
|
||||
## Project services
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
> - The exports are stored in a temporary [shared directory][tmp] and are deleted
|
||||
> every 24 hours by a specific worker.
|
||||
> - Group members will get exported as project members, as long as the user has
|
||||
> master or admin access to the group where the exported project lives. An admin
|
||||
> maintainer or admin access to the group where the exported project lives. An admin
|
||||
> in the import side is required to map the users, based on email or username.
|
||||
> Otherwise, a supplementary comment is left to mention the original author and
|
||||
> the MRs, notes or issues will be owned by the importer.
|
||||
|
|
|
@ -144,7 +144,7 @@ git lfs unlock --id=123
|
|||
```
|
||||
|
||||
If for some reason you need to unlock a file that was not locked by you,
|
||||
you can use the `--force` flag as long as you have a `master` access on
|
||||
you can use the `--force` flag as long as you have a `maintainer` access on
|
||||
the project:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue