aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/branch.go
Commit message (Expand)AuthorAgeFilesLines
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+5
* [API] generalize list header (#16551)65432021-08-121-3/+2
* Merge all deleteBranch as one function and also fix bug when delete branch do...Lunny Xiao2021-06-071-52/+10
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+15
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+7
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-15/+20
* [API] Only Return Json (#13511)65432020-11-141-22/+15
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-1/+1
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-0/+11
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-5/+3
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-291-0/+90
* [API] Add branch delete (#11112)65432020-04-191-0/+101
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+5
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+5
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-2/+12
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-2/+504
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-2/+3
* Swagger info corrections (#9441)65432019-12-201-8/+12
* Update branch API endpoint to show effective branch protection. (#9031)David Svantesson2019-11-161-3/+14
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-2/+3
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-2/+2
* Fixes repo branch endpoint summary (#4893)Lewis Cowles2018-09-091-1/+1
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-2/+2
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-2/+43
* 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
* golint fixed for routers (#208)Lunny Xiao2016-11-241-2/+4
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* 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
* 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
* Update link for documentation (Temporary https://gist.github.com/sapk/df64347...Antoine GIRARD2016-01-281-7/+4
* Near readyAntoine GIRARD2016-01-281-0/+52