Commit 1c7ab76b authored by Mark Chao's avatar Mark Chao

doc

parent a0b67844
...@@ -104,8 +104,8 @@ curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" 'https://gitl ...@@ -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 | | `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 | | `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) | | `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`, master access level) | | `merge_access_level` | string | no | Access levels allowed to merge (defaults: `40`, maintainer access level) |
Example response: Example response:
......
...@@ -110,7 +110,7 @@ personal access tokens, authorized applications, etc. ...@@ -110,7 +110,7 @@ personal access tokens, authorized applications, etc.
- [Authentication](../topics/authentication/index.md): Read through the authentication - [Authentication](../topics/authentication/index.md): Read through the authentication
methods available in GitLab. methods available in GitLab.
- [Permissions](permissions.md): Learn the different set of permissions levels for each - [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 - [Feature highlight](feature_highlight.md): Learn more about the little blue dots
around the app that explain certain features 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 ...@@ -200,7 +200,7 @@ GitLab CI/CD permissions rely on the role the user has in GitLab. There are four
permission levels in total: permission levels in total:
- admin - admin
- master - maintainer
- developer - developer
- guest/reporter - guest/reporter
......
...@@ -382,7 +382,7 @@ you will need the Kubernetes project integration enabled. ...@@ -382,7 +382,7 @@ you will need the Kubernetes project integration enabled.
### Web terminals ### Web terminals
NOTE: **Note:** 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 to use terminals. Support is limited to the first container in the
first pod of your environment. first pod of your environment.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
You can find the available integrations under your project's You can find the available integrations under your project's
**Settings ➔ Integrations** page. You need to have at least **Settings ➔ Integrations** page. You need to have at least
[master permission][permissions] on the project. [maintainer permission][permissions] on the project.
## Project services ## Project services
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
> - The exports are stored in a temporary [shared directory][tmp] and are deleted > - The exports are stored in a temporary [shared directory][tmp] and are deleted
> every 24 hours by a specific worker. > every 24 hours by a specific worker.
> - Group members will get exported as project members, as long as the user has > - 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. > 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 > Otherwise, a supplementary comment is left to mention the original author and
> the MRs, notes or issues will be owned by the importer. > the MRs, notes or issues will be owned by the importer.
......
...@@ -144,7 +144,7 @@ git lfs unlock --id=123 ...@@ -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, 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: the project:
```bash ```bash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment