aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue_user.go
Commit message (Expand)AuthorAgeFilesLines
* Add combined index for issue_user.uid and issue_id (#28080)sebastian-sauer2023-12-141-2/+2
* Add index to `issue_user.issue_id` (#27154)JakobDev2023-09-211-1/+1
* Fix bug with sqlite load read (#26305)Lunny Xiao2023-08-051-2/+2
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-0/+10
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+87