aboutsummaryrefslogtreecommitdiffstats
path: root/services/issue/milestone.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-0/+11
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-7/+6
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+55
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-0/+21