summaryrefslogtreecommitdiffstats
path: root/models/issue_milestone_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-4/+28
* Refactor Milestone related (#11225)65432020-05-121-46/+21
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-2/+2
* Fix milestones too many SQL variables bug (#10880)Lunny Xiao2020-03-311-1/+2
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-291-1/+1
* trim whitespace of MilestoneName at creation/rename (#10017)65432020-01-271-2/+3
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+2
* [API] Extend times API (#9200)65432019-12-271-2/+2
* Add /milestones endpoint (#8733)Brad Albright2019-12-151-0/+85
* Fix milestone num_issues (#8221)Lunny Xiao2019-10-061-3/+3
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-8/+31
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-0/+2
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-0/+11
* Add issue closed time column to fix activity closed issues list (#3537)Lauris BH2018-02-191-2/+4
* Check ignored errors for issue and milestone count (#3213)Ethan Koenig2017-12-181-6/+18
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-2/+3
* Fix import order (#1951)Ethan Koenig2017-06-121-2/+2
* Unit tests for issue_milestone (#878)Ethan Koenig2017-02-091-0/+240