aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/milestone.go
Commit message (Expand)AuthorAgeFilesLines
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-11/+11
* format with gofumpt (#18184)65432022-01-201-1/+1
* [API] generalize list header (#16551)65432021-08-121-1/+3
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+5
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-1/+1
* [API] Milestone endpoints accept names too (#12649)65432020-09-141-27/+49
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-2/+11
* API allow to create closed milestones (#11745)65432020-06-091-0/+5
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Refactor Milestone related (#11225)65432020-05-121-4/+5
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-291-1/+6
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+11
* Swagger info corrections (#9441)65432019-12-201-10/+16
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+3
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-2/+6
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-2/+2
* show only opened milestones on issues page milestone filter (#5051)Lanre Adelowo2018-11-261-2/+2
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+3
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-19/+24
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-1/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-5/+6
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-0/+115
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+5
* 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
* #3383 code cleanupUnknwon2016-08-241-71/+18
* Additional API support for milestones (#3383)lstahlman2016-08-241-0/+150