aboutsummaryrefslogtreecommitdiffstats
path: root/modules/structs/issue_milestone.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Add Created & Updated to Milestone (#12662)65432020-09-051-0/+4
| | | | | | | | | * Add Created and Updated to Milestone table and expose via API * Expose to UI - To Overloaded ?!? * fix unit test Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* API allow to create closed milestones (#11745)65432020-06-091-0/+2
| | | | | | | | * API allow to create closed milestones * set CloseDate too Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-0/+39
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor