aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue_stats.go
Commit message (Expand)AuthorAgeFilesLines
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-241-1/+5
* remove util.OptionalBool and related functions (#29513)65432024-03-021-6/+2
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-5/+5
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-141-190/+0
* [Refactor] getIssueStatsChunk to move inner function into own one (#26671)65432023-08-221-48/+49
* Fix project filter bugs (#26490)CaiCandong2023-08-151-4/+1
* Fix 500 error when select `No assignee` filter in issue list page (#24854)yp053272023-05-221-1/+1
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-0/+383