summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/branch.go
Commit message (Collapse)AuthorAgeFilesLines
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-2/+43
| | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments
* Fix API for branches with slashes (#2096)Ethan Koenig2017-07-021-1/+8
|
* Gracefully handle bare repositories on API operations. (#1932)Dennis Keitzel2017-06-101-1/+6
| | | Signed-off-by: Dennis Keitzel <github@pinshot.net>
* golint fixed for routers (#208)Lunny Xiao2016-11-241-2/+4
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
| | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
|
* #1692 add CRUD issue APIsUnknwon2016-03-131-2/+2
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-6/+6
|
* Rename module: middleware -> contextUnknwon2016-03-111-3/+3
|
* Minor fix for #2506Unknwon2016-02-021-21/+16
|
* Corrections following recommendationsAntoine GIRARD2016-01-281-9/+9
|
* Handling error for the API request and add commmentsAntoine GIRARD2016-01-281-6/+12
| | | | [ci skip]
* Update link for documentation (Temporary ↵Antoine GIRARD2016-01-281-7/+4
| | | | | | https://gist.github.com/sapk/df64347ff218baf4a277) [ci skip]
* Near readyAntoine GIRARD2016-01-281-0/+52