summaryrefslogtreecommitdiffstats
path: root/models/issue_reaction_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-170/+0
* 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-15/+16
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-29/+29
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-7/+8
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-37/+38
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-1/+2
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-311-7/+6
* [API] Add Reactions (#9220)65432019-12-071-12/+12
* Ensure valid git author names passed in signatures (#5774)zeripath2019-01-241-1/+1
* Tests for reactions (#3083)Lauris BH2017-12-051-0/+166