aboutsummaryrefslogtreecommitdiff
path: root/services/webhook
AgeCommit message (Expand)Author
2023-03-10Add user webhooks (#21563)KN4CK3R
2023-02-22Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath
2023-02-20Fix intermittent panic in notify issue change content (#23019)zeripath
2023-02-20Refactor the setting to make unit test easier (#22405)Lunny Xiao
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-01-24Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel
2023-01-10fix: omit avatar_url in discord payload when empty (#22393)John Olheiser
2023-01-01Restructure `webhook` module (#22256)delvh
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-23Ensure that Webhook tasks are not double delivered (#21558)zeripath
2022-11-19Fix wechatwork webhook sends empty content in PR review (#21762)Jim Kirisame
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-13Fix webhook attachment text is not set in review comment (#21763)Jim Kirisame
2022-11-03Add Webhook authorization header (#20926)oliverpool
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-21Decouple HookTask from Repository (#17940)KN4CK3R
2022-10-17Display total commit count in hook message (#21400)KN4CK3R
2022-10-07Fix formatted link for PR review notifications to matrix (#21319)Akshay Mankar
2022-09-04Webhook for Wiki changes (#20219)Aaron F
2022-09-01Update a few go dependencies (#21022)zeripath
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-08-11refactor webhook *NewPost (#20729)oliverpool
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-05-28fix(telegram): fix link bot to release tag (#19830)Yehonatan Ezron
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-04-25Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-04-02Remove legacy `unknwon/com` package (#19298)wxiaoguang
2022-03-31Add Goroutine stack inspector to admin/monitor (#19207)zeripath
2022-03-28Only send webhook events to active system webhooks and only deliver to active...zeripath
2022-01-23Add packagist webhook (#18224)Dr. Tobias Quathamer
2022-01-20format with gofumpt (#18184)6543
2022-01-05Add replay of webhooks. (#18191)KN4CK3R
2021-12-25Add issue hyperlinks in the webhook of wechatwork (#18102)zjjhot
2021-12-20Simplify parameter types (#18006)Gusted
2021-12-15Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty287
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao
2021-11-20Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang
2021-11-17A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang
2021-11-16Multiple Escaping Improvements (#17551)zeripath
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang
2021-11-10Move webhook into models/webhook/ (#17579)Lunny Xiao
2021-11-01Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang
2021-10-05Add specific event type to header (#17222)John Olheiser
2021-09-22refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-09-18Open the DingTalk link in browser (#17084)wxiaoguang
2021-08-18Add proxy settings and support for migration and webhook (#16704)Lunny Xiao
2021-08-12[API] generalize list header (#16551)6543