summaryrefslogtreecommitdiffstats
path: root/models/issue_list.go
Commit message (Expand)AuthorAgeFilesLines
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-38/+35
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+2
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-3/+4
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-2/+9
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-3/+4
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-7/+7
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-18/+19
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-0/+8
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-31/+31
* Add dismiss review feature (#12674)a10121127962021-02-111-1/+1
* [BugFix] ReviewCount: GetApprovalCounts func sorted wrong (#11086)65432020-04-161-13/+11
* Add Approval Counts to pulls list (#10238)zeripath2020-03-061-0/+34
* [API] Extend times API (#9200)65432019-12-271-0/+1
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-50/+26
* Add golangci (#6418)kolaente2019-06-121-39/+86
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-3/+13
* fix bugs when too many IN variables (#4594)Lunny Xiao2018-08-021-95/+194
* Update xorm to latest version and fix correct `user` table referencing in sql...Lauris BH2018-07-201-1/+1
* Multiple assignees (#3705)kolaente2018-05-091-23/+23
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-0/+48
* Remove unnecessary IssueList attribute loads (#2936)Ethan Koenig2017-11-211-9/+13
* Fix ghost user bug (#1913)Ethan Koenig2017-06-091-0/+6
* Use ghost users in issues/PRs (#1831)Ethan Koenig2017-05-301-2/+8
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-3/+3
* Refactor for issues loadattributes of a repository (#971)Lunny Xiao2017-02-221-0/+320