summaryrefslogtreecommitdiffstats
path: root/models/issue_milestone.go
Commit message (Expand)AuthorAgeFilesLines
* [API] Extend times API (#9200)65432019-12-271-1/+3
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-1/+1
* Add /milestones endpoint (#8733)Brad Albright2019-12-151-2/+105
* Remove unused comment actions (#9222)Lunny Xiao2019-12-021-6/+1
* Extract createComment (#9125)Lunny Xiao2019-11-301-1/+14
* [Fix] milestone close timestamp (#8728)65432019-10-291-1/+5
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Update milestone issues numbers when save milestone and other code improvemen...Lunny Xiao2019-10-081-29/+38
* Fix milestone num_issues (#8221)Lunny Xiao2019-10-061-36/+39
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-181-41/+0
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+5
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-3/+19
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* Milestone issues and pull requests (#5293)Lunny Xiao2018-11-291-0/+12
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+1
* show only opened milestones on issues page milestone filter (#5051)Lanre Adelowo2018-11-261-3/+3
* make sure milestone listing is consistent across board (#4987)Lanre Adelowo2018-09-281-1/+1
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-0/+2
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-1/+46
* consistent IsOverdue field name capitalization (#3909)Travis Parker2018-05-071-2/+2
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-3/+59
* Don't force due date to current time (#3830)Morgan Bazalgette2018-04-231-5/+0
* Check ignored errors for issue and milestone count (#3213)Ethan Koenig2017-12-181-14/+34
* Remove unnecessary updates to issue indexer (#3212)Ethan Koenig2017-12-171-1/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-20/+11
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-4/+4
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-18/+12
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-2/+2
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-3/+3
* Unit tests for issue_milestone (#878)Ethan Koenig2017-02-091-0/+352