aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue_update.go
Commit message (Expand)AuthorAgeFilesLines
* Merge updatecommentattachment functions (#33044)Lunny Xiao4 days1-12/+3
* Move SetMerged to service layer (#33045)Lunny Xiao4 days1-3/+3
* Refactor "string truncate" (#32984)wxiaoguang8 days1-2/+2
* Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467)Lunny Xiao9 days1-3/+41
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+4
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-3/+8
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-56/+0
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+9
* Don't use subselect in `DeleteIssuesByRepoID` (#27332)JakobDev2023-10-031-64/+79
* simplify issue deletion query (#27312)Earl Warren2023-10-021-11/+0
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-17/+17
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-17/+17
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-181-0/+815