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
1c7ab76b
Commit
1c7ab76b
authored
Jun 04, 2018
by
Mark Chao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc
parent
a0b67844
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
doc/api/protected_branches.md
doc/api/protected_branches.md
+2
-2
doc/user/index.md
doc/user/index.md
+1
-1
doc/user/permissions.md
doc/user/permissions.md
+1
-1
doc/user/project/clusters/index.md
doc/user/project/clusters/index.md
+1
-1
doc/user/project/integrations/index.md
doc/user/project/integrations/index.md
+1
-1
doc/user/project/settings/import_export.md
doc/user/project/settings/import_export.md
+1
-1
doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+1
-1
No files found.
doc/api/protected_branches.md
View file @
1c7ab76b
...
...
@@ -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`
, ma
st
er access level) |
|
`merge_access_level`
| string | no | Access levels allowed to merge (defaults:
`40`
, ma
st
er access level) |
|
`push_access_level`
| string | no | Access levels allowed to push (defaults:
`40`
, ma
intain
er access level) |
|
`merge_access_level`
| string | no | Access levels allowed to merge (defaults:
`40`
, ma
intain
er access level) |
Example response:
...
...
doc/user/index.md
View file @
1c7ab76b
...
...
@@ -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, ma
st
er, owner).
user type (guest, reporter, developer, ma
intain
er, owner).
-
[
Feature highlight
](
feature_highlight.md
)
: Learn more about the little blue dots
around the app that explain certain features
...
...
doc/user/permissions.md
View file @
1c7ab76b
...
...
@@ -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
-
ma
st
er
-
ma
intain
er
-
developer
-
guest/reporter
...
...
doc/user/project/clusters/index.md
View file @
1c7ab76b
...
...
@@ -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
`ma
st
er`
permissions
Introduced in GitLab 8.15. You must be the project owner or have
`ma
intain
er`
permissions
to use terminals. Support is limited to the first container in the
first pod of your environment.
...
...
doc/user/project/integrations/index.md
View file @
1c7ab76b
...
...
@@ -2,7 +2,7 @@
You can find the available integrations under your project's
**Settings ➔ Integrations**
page. You need to have at least
[
ma
st
er permission
][
permissions
]
on the project.
[
ma
intain
er permission
][
permissions
]
on the project.
## Project services
...
...
doc/user/project/settings/import_export.md
View file @
1c7ab76b
...
...
@@ -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
> ma
st
er or admin access to the group where the exported project lives. An admin
> ma
intain
er 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.
...
...
doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
View file @
1c7ab76b
...
...
@@ -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
`ma
st
er`
access on
you can use the
`--force`
flag as long as you have a
`ma
intain
er`
access on
the project:
```
bash
...
...
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