aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/reaction.go
Commit message (Expand)AuthorAgeFilesLines
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+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-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+9
* Add generic set type (#21408)KN4CK3R2022-10-121-6/+4
* Fix reaction of issues (#21185)Jason Song2022-09-171-4/+15
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-0/+377