Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-21Merge branch 'patch-1' into 'master' Rémy Coutable
[Doc] Fix `ref` parameter name for `commits/statuses` The attribute to filter by branch or tag needs to be named `ref`, not `ref_name`. And indeed the attribute in the JSON response is `ref` (and not `ref_name`). Tested on Gitlab CE 8.9. See merge request !4876
2016-10-13Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-05multi-file commitMarc Siegfriedt
add docs and tests - add additional validation allow move without content updated response
2016-08-31The ID of a project can be also a stringAchilleas Pipinellis
[ci skip]
2016-08-30Mention that the `:id` of a project can also be `NAMESPACE/PROJECT_NAME`Achilleas Pipinellis
[ci skip]
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-07-28Add commit stats to commit api responsedixpac
2016-06-23Fix `ref` parameter name for `commits/statuses` Pierre de La Morinerie
The attribute to filter by branch or tag needs to be named `ref`, not `ref_name`. And indeed the attribute in the JSON response is `ref` (and not `ref_name`). Tested on Gitlab CE 8.9.
2016-04-29API support for the 'since' and 'until' operators on commit requestsPaco Guzman
- Parameter validation as ISO8601 format
2016-02-29Remove deprecated CI API docs for commits and projectsGrzegorz Bizon
[ci skip]
2016-01-22Add note about commit status API deprecationAchilleas Pipinellis
[ci skip]
2016-01-19Styleguide the commit status APIAchilleas Pipinellis
[ci skip]
2016-01-18Refactor commits API documentationAchilleas Pipinellis
[ci skip]
2015-11-17Fix md syntax in doc/api/commits.mdDen Girnyk
2015-11-04Add allow_failure field to commit status APIStan Hu
Closes #3196
2015-10-12Small bug fixesKamil Trzcinski
2015-10-12Add Commit Status documentationKamil Trzcinski
2015-10-12Implement Commit Status APIKamil Trzcinski
2014-09-26Adds comments to commits in the APIJeroen Jacobs
2014-07-25Add full commit message to commit api as field message.Christian Taedcke
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-04-05Api-Doc JSON lintJohannes Schleifenbaum
Fixes: #5505
2014-02-18Extract commits API to separate fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2012-09-21API: commits belong to project repositoryNihad Abbasov
2012-09-21APi for commits. Better api docsDmitriy Zaporozhets