aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue.go
Commit message (Expand)AuthorAgeFilesLines
...
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-14/+10
* Fix issue/PR numbers (#22037)Jason Song2022-12-061-6/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-65/+49
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-10/+10
* Fix issues count bug (#21557)Lunny Xiao2022-10-251-10/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-44/+44
* Fix viewing user subscriptions (#21482)zenofile2022-10-181-1/+2
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+4
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang2022-10-161-7/+7
* Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty2872022-09-291-0/+35
* Modify milestone search keywords to be case insensitive again (#20513)Tyrone Yeh2022-07-281-10/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-7/+7
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-2/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+2448