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
0
Merge Requests
0
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
Kazuhiko Shiozaki
gitlab-ce
Commits
373b277f
Commit
373b277f
authored
Jan 22, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about commit status API deprecation
[ci skip]
parent
831eb946
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
doc/api/commits.md
doc/api/commits.md
+7
-2
doc/ci/api/commits.md
doc/ci/api/commits.md
+7
-0
No files found.
doc/api/commits.md
View file @
373b277f
...
...
@@ -211,7 +211,12 @@ Example response:
}
```
## Get the status of a commit
## Commit status
Since GitLab 8.1, this is the new commit status API. The documentation in
[
ci/api/commits
](
../ci/api/commits.md
)
is deprecated.
### Get the status of a commit
Get the statuses of a commit in a project.
...
...
@@ -285,7 +290,7 @@ Example response:
]
```
## Post the build status to a commit
##
#
Post the build status to a commit
Adds or updates a build status of a commit.
...
...
doc/ci/api/commits.md
View file @
373b277f
# Commits API
**DEPRECATED**
Since GitLab 8.1, there is a new commit status API. Please see the
[
revised
documentation
](
../../api/commits.md#commit-status
)
.
---
__Authentication is done by GitLab CI project token__
## Commits
...
...
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