summaryrefslogtreecommitdiffstats
path: root/models/issue_milestone.go
Commit message (Expand)AuthorAgeFilesLines
* 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