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
ec426c20
Commit
ec426c20
authored
Jul 06, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts in docs
parent
5d555305
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
17 deletions
+3
-17
doc/api/projects.md
doc/api/projects.md
+3
-12
doc/ci/variables/README.md
doc/ci/variables/README.md
+0
-5
No files found.
doc/api/projects.md
View file @
ec426c20
...
...
@@ -509,12 +509,9 @@ Parameters:
|
`tag_list`
| array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project |
|
`avatar`
| mixed | no | Image file for avatar of the project |
|
`printing_merge_request_link_enabled`
| boolean | no | Show link to create/view merge request when pushing from the command line |
<<<<<<< HEAD
|
`ci_config_path`
| string | no | The path to CI config file |
|
`repository_storage`
| string | no | Which storage shard the repository is on. Available only to admins |
|
`approvals_before_merge`
| integer | no | How many approvers should approve merge request by default |
=======
|
`ci_config_path`
| string | no | The path to CI config file |
>>>>>>> ce/master
### Create project for user
...
...
@@ -550,12 +547,9 @@ Parameters:
|
`tag_list`
| array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project |
|
`avatar`
| mixed | no | Image file for avatar of the project |
|
`printing_merge_request_link_enabled`
| boolean | no | Show link to create/view merge request when pushing from the command line |
<<<<<<< HEAD
|
`ci_config_path`
| string | no | The path to CI config file |
|
`repository_storage`
| string | no | Which storage shard the repository is on. Available only to admins |
|
`approvals_before_merge`
| integer | no | How many approvers should approve merge request by default |
=======
|
`ci_config_path`
| string | no | The path to CI config file |
>>>>>>> ce/master
### Edit project
...
...
@@ -590,12 +584,9 @@ Parameters:
|
`request_access_enabled`
| boolean | no | Allow users to request member access |
|
`tag_list`
| array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project |
|
`avatar`
| mixed | no | Image file for avatar of the project |
<<<<<<< HEAD
|
`ci_config_path`
| string | no | The path to CI config file |
|
`repository_storage`
| string | no | Which storage shard the repository is on. Available only to admins |
|
`approvals_before_merge`
| integer | no | How many approvers should approve merge request by default |
=======
|
`ci_config_path`
| string | no | The path to CI config file |
>>>>>>> ce/master
### Fork project
...
...
doc/ci/variables/README.md
View file @
ec426c20
...
...
@@ -445,14 +445,9 @@ export CI_REGISTRY_PASSWORD="longalfanumstring"
```
[
ce-13784
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/13784
<<<<<<< HEAD
[
envs
]:
../environments.md
[
eep
]:
https://about.gitlab.com/gitlab-ee/
"Available only in GitLab Enterprise Edition Premium"
[
ee-2112
]:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2112
=======
[
eep
]:
https://about.gitlab.com/gitlab-ee/
"Available only in GitLab Enterprise Edition Premium"
[
envs
]:
../environments.md
>>>>>>> ce/master
[
protected branches
]:
../../user/project/protected_branches.md
[
protected tags
]:
../../user/project/protected_tags.md
[
runner
]:
https://docs.gitlab.com/runner/
...
...
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