aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_issue_reaction_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+3
* format with gofumpt (#18184)65432022-01-201-10/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-8/+8
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-8/+8
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-7/+8
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-3/+3
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-3/+4
* API: Expose its limitation settings (#12714)65432020-09-041-14/+0
* API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s...65432020-06-221-6/+4
* [API] Expose allowed Reactions (#11735)65432020-06-041-0/+16
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-311-9/+9
* Hide not allowed Reactions (#9387)65432019-12-181-8/+2
* [API] Add Reactions (#9220)65432019-12-071-0/+145