aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_xref_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+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-14/+13
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-20/+20
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-3/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-26/+27
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-141-2/+17
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-4/+4
* Refactor comment (#9330)Lunny Xiao2019-12-151-1/+2
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-2/+2
* Avoid re-issuing redundant cross-references. (#8734)guillep2k2019-11-191-2/+2
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-181-0/+164