aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_user.go
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-1/+1
|
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-1/+1
| | | | | | * reduce usage of allcols on update * fix bug and tests
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-1/+1
|
* Gogs -> Gitea (#877)Ethan Koenig2017-02-091-1/+1
|
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-041-0/+113
Also add unit tests