aboutsummaryrefslogtreecommitdiffstats
path: root/services/webhook/main_test.go
Commit message (Expand)AuthorAgeFilesLines
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+1
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-4/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add Webhook authorization header (#20926)oliverpool2022-11-031-0/+4
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-251-0/+4
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-0/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+2
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-0/+16