summaryrefslogtreecommitdiffstats
path: root/models/issue_list.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary IssueList attribute loads (#2936)Ethan Koenig2017-11-211-9/+13
|
* Fix ghost user bug (#1913)Ethan Koenig2017-06-091-0/+6
| | | Fix bug where unassigned issues would appear to be assigned to a ghost user
* 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
* refactor for issues loadattributes of a repository * refactors