summaryrefslogtreecommitdiffstats
path: root/services/webhook
Commit message (Expand)AuthorAgeFilesLines
* Fix formatted link for PR review notifications to matrix (#21319)Akshay Mankar2022-10-072-3/+3
* Webhook for Wiki changes (#20219)Aaron F2022-09-0420-0/+462
* Update a few go dependencies (#21022)zeripath2022-09-011-1/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-3/+3
* refactor webhook *NewPost (#20729)oliverpool2022-08-112-0/+30
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* fix(telegram): fix link bot to release tag (#19830)Yehonatan Ezron2022-05-284-5/+5
* 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-253-52/+60
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-3/+4
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-4/+7
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-282-1/+7
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-233-0/+256
* format with gofumpt (#18184)65432022-01-2011-72/+45
* Add replay of webhooks. (#18191)KN4CK3R2022-01-051-0/+12
* Add issue hyperlinks in the webhook of wechatwork (#18102)zjjhot2021-12-251-2/+2
* Simplify parameter types (#18006)Gusted2021-12-203-4/+4
* 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-103-9/+10
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-26/+12
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-0/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-165-20/+27
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-10/+9
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-5/+6
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-1019-125/+128
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-011-4/+22
* Add specific event type to header (#17222)John Olheiser2021-10-051-3/+8
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-192-14/+15
* Open the DingTalk link in browser (#17084)wxiaoguang2021-09-182-13/+28
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-1/+2
* [API] generalize list header (#16551)65432021-08-121-2/+10
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-248-23/+8
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-232-0/+192
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-2710-77/+55
* Add tests for all webhooks (#16214)KN4CK3R2021-06-2015-891/+2110
* fix webhook timeout bug (#15613)Lunny Xiao2021-04-251-6/+2
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-017-7/+22
* fix a small nit (#14769)a10121127962021-02-221-0/+2
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-112-0/+9
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)Lunny Xiao2021-01-061-3/+3
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+2
* 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-112-56/+34
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-4/+4
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-0819-0/+3646