aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook/webhook_test.go
Commit message (Expand)AuthorAgeFilesLines
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-4/+4
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-14/+14
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-1/+1
* Fix incorrect webhook time and use relative-time to display it (#24477)yp053272023-05-031-5/+5
* Add user webhooks (#21563)KN4CK3R2023-03-101-12/+12
* Restructure `webhook` module (#22256)delvh2023-01-011-5/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-14/+14
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-1/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-40/+40
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-20/+21
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-0/+328