aboutsummaryrefslogtreecommitdiffstats
path: root/services/webhook/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-5/+7
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-251-9/+40
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-3/+4
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-281-1/+1
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-231-0/+4
* format with gofumpt (#18184)65432022-01-201-36/+34
* Add replay of webhooks. (#18191)KN4CK3R2022-01-051-0/+12
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+5
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-32/+33
* [API] generalize list header (#16551)65432021-08-121-2/+10
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-231-0/+4
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-32/+8
* fix a small nit (#14769)a10121127962021-02-221-0/+2
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-111-0/+5
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)Lunny Xiao2021-01-061-3/+3
* Possible fix the webhook API creation (#13960)Lunny Xiao2020-12-121-2/+5
* Fix bug for webhook and feishu caused by API changed (#13937)Lunny Xiao2020-12-111-1/+1
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-4/+4
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-0/+232