aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook
Commit message (Expand)AuthorAgeFilesLines
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Webhook for Wiki changes (#20219)Aaron F2022-09-043-1/+12
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-5/+5
* Check webhooks slice length before calling xorm (#20642)Gabriel Vasile2022-08-041-0/+4
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Alter hook_task TEXT fields to LONGTEXT (#20038)Wim2022-06-191-3/+3
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-24/+12
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+7
* Add Package Registry (#16510)KN4CK3R2022-03-303-0/+10
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-281-4/+9
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-231-0/+1
* Add replay of webhooks. (#18191)KN4CK3R2022-01-052-6/+49
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-12/+12
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-40/+40
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-22/+23
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-104-0/+1206