summaryrefslogtreecommitdiff
path: root/lib/api/commits.rb
Commit message (Collapse)AuthorAgeFilesLines
* Order commit comments in API chronologicallyMartin Luder2015-05-081-1/+1
| | | | | | When fetching commit comments via API, the comments were not ordered, but just returned in the order Postgresql finds them. Now the API always returns comments in chronological order.
* Use project.commit convenience method.Douwe Maan2015-04-241-4/+4
|
* Add a message when unable to save an object through api.Marin Jankovski2015-01-071-1/+1
|
* Message for api files and groups.Marin Jankovski2014-12-301-1/+1
|
* Clearer message if adding comment to commit via api fails.Marin Jankovski2014-12-301-1/+1
|
* Adds comments to commits in the APIJeroen Jacobs2014-09-261-0/+61
|
* Move branches api to separate classDmitriy Zaporozhets2014-03-311-10/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Extract commits API to separate fileDmitriy Zaporozhets2014-02-181-0/+64
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* API: commits belong to project repositoryNihad Abbasov2012-09-211-29/+0
|
* APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-0/+29