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
58aafaf7
Commit
58aafaf7
authored
Jun 16, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conficts in docs
parent
cdde09ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
28 deletions
+3
-28
doc/api/README.md
doc/api/README.md
+0
-12
doc/api/projects.md
doc/api/projects.md
+3
-12
doc/ci/examples/code_climate.md
doc/ci/examples/code_climate.md
+0
-4
No files found.
doc/api/README.md
View file @
58aafaf7
...
...
@@ -73,7 +73,6 @@ controller-specific endpoints. GraphQL has a number of benefits:
It will co-exist with the current v4 REST API. If we have a v5 API, this should
be a compatibility layer on top of GraphQL.
<<<<<<< HEAD
## Authentication
...
...
@@ -83,17 +82,6 @@ for each individual endpoint. For example, the [`/projects/:id` endpoint](projec
There are three types of access tokens available:
=======
## Authentication
Most API requests require authentication via a session cookie or token. For
those cases where it is not required, this will be mentioned in the documentation
for each individual endpoint. For example, the
[
`/projects/:id` endpoint
](
projects.md
)
.
There are three types of access tokens available:
>>>>>>> ce/master
1.
[
OAuth2 tokens
](
#oauth2-tokens
)
1.
[
Private tokens
](
#private-tokens
)
1.
[
Personal access tokens
](
#personal-access-tokens
)
...
...
doc/api/projects.md
View file @
58aafaf7
...
...
@@ -348,12 +348,9 @@ Parameters:
|
`lfs_enabled`
| boolean | no | Enable LFS |
|
`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 |
<<<<<<< HEAD
|
`avatar`
| mixed | no | Image file for avatar of the project |
|
`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 |
=======
|
`avatar`
| mixed | no | Image file for avatar of the project |
>>>>>>> ce/master
### Create project for user
...
...
@@ -387,12 +384,9 @@ Parameters:
|
`lfs_enabled`
| boolean | no | Enable LFS |
|
`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 |
<<<<<<< HEAD
|
`avatar`
| mixed | no | Image file for avatar of the project |
|
`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 |
=======
|
`avatar`
| mixed | no | Image file for avatar of the project |
>>>>>>> ce/master
### Edit project
...
...
@@ -426,12 +420,9 @@ Parameters:
|
`lfs_enabled`
| boolean | no | Enable LFS |
|
`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 |
<<<<<<< HEAD
|
`avatar`
| mixed | no | Image file for avatar of the project |
|
`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 |
=======
|
`avatar`
| mixed | no | Image file for avatar of the project |
>>>>>>> ce/master
### Fork project
...
...
doc/ci/examples/code_climate.md
View file @
58aafaf7
...
...
@@ -27,11 +27,7 @@ download and analyze the report artifact in JSON format.
For GitLab
[
Enterprise Edition Starter
][
ee
]
users, this information can be automatically
extracted and shown right in the merge request widget.
[
Learn more on code quality
<<<<<<< HEAD
diffs in merge requests
](
../../user/project/merge_requests/code_quality_diff.md
)
.
=======
diffs in merge requests](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html).
>>>>>>> ce/master
[
cli
]:
https://github.com/codeclimate/codeclimate
[
dind
]:
../docker/using_docker_build.md#use-docker-in-docker-executor
...
...
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