aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_lock.go
Commit message (Collapse)AuthorAgeFilesLines
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+1
| | | | | | | | | | | | | | | * chore: rewrite format. * chore: update format Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * chore: update format Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * chore: Adjacent parameters with the same type should be grouped together * chore: update format.
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-1/+1
|
* Remove unused comment actions (#9222)Lunny Xiao2019-12-021-6/+1
| | | | | | * Remove unused comment actions * improve code
* Extract createComment (#9125)Lunny Xiao2019-11-301-2/+7
| | | | | | | | * Extract createComment * fix lint * fix lint
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-4/+13
| | | | | | | | * move change issue title from models to issue service package * make the change less * fix typo
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+51