aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/comment.go
Commit message (Expand)AuthorAgeFilesLines
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-151-0/+5
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-7/+26
* Implement actions (#21937)Jason Song2023-01-311-1/+1
* Support importing comment types (#22510)Sybren2023-01-181-0/+9
* some refactor about code comments (#20821)Lunny Xiao2023-01-171-156/+27
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-202/+6
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-0/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-36/+27
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-3/+3
* Fix issues count bug (#21557)Lunny Xiao2022-10-251-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-6/+6
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+5
* Add more linters to improve code readability (#19989)Wim2022-06-201-6/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+1546