aboutsummaryrefslogtreecommitdiffstats
path: root/services/webhook
Commit message (Expand)AuthorAgeFilesLines
* Modify the content format of the Feishu webhook (#25106)谈笑风生间2023-08-244-15/+111
* Add `branch_filter` to hooks API endpoints (#26599)Yarden Shoham2023-08-211-0/+1
* Add ThreadID parameter for Telegram webhooks (#25996)Earl Warren2023-08-131-0/+1
* Add pull request review request webhook event (#26401)Yarden Shoham2023-08-091-0/+4
* Warn instead of reporting an error when a webhook cannot be found (#26039)puni98692023-07-281-1/+6
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-4/+4
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-60/+59
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-3/+3
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)谈笑风生间2023-05-311-2/+2
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-3/+3
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-269-37/+37
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-242-1/+29
* Rewrite queue (#24505)wxiaoguang2023-05-082-6/+6
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-4/+4
* Fix incorrect webhook time and use relative-time to display it (#24477)yp053272023-05-031-1/+2
* Fix incorrect `HookEventType` of pull request review comments (#23650)Zettat1232023-03-243-4/+4
* Add user webhooks (#21563)KN4CK3R2023-03-101-5/+5
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Fix intermittent panic in notify issue change content (#23019)zeripath2023-02-201-3/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-45/+45
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-1/+3
* fix: omit avatar_url in discord payload when empty (#22393)John Olheiser2023-01-101-1/+1
* Restructure `webhook` module (#22256)delvh2023-01-0124-115/+1014
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2725-50/+25
* Ensure that Webhook tasks are not double delivered (#21558)zeripath2022-11-233-29/+80
* Fix wechatwork webhook sends empty content in PR review (#21762)Jim Kirisame2022-11-191-1/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Fix webhook attachment text is not set in review comment (#21763)Jim Kirisame2022-11-131-5/+4
* Add Webhook authorization header (#20926)oliverpool2022-11-035-223/+156
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-5/+5
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-213-96/+67
* Display total commit count in hook message (#21400)KN4CK3R2022-10-179-23/+24
* 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