summaryrefslogtreecommitdiffstats
path: root/models/issue_lock.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-65/+0
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+2
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+5
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-6/+6
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+3
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+1
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-1/+1
* Remove unused comment actions (#9222)Lunny Xiao2019-12-021-6/+1
* Extract createComment (#9125)Lunny Xiao2019-11-301-2/+7
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-4/+13
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+51