summaryrefslogtreecommitdiffstats
path: root/models/issue_assignees_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-91/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-5/+6
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-10/+11
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-3/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+5
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-0/+5
* Fix API Bug (fail on empty assignees) (#8873)65432019-11-101-0/+21
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-281-9/+0
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-3/+3
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-2/+1
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-1/+1
* Multiple assignees (#3705)kolaente2018-05-091-0/+71