summaryrefslogtreecommitdiffstats
path: root/services/webhook (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [REFACTOR] webhook forgejo/gitea endpointsoliverpool2024-03-271-1/+22
* [REFACTOR] webhook matrix endpointsoliverpool2024-03-2711-2/+79
* Merge pull request '[REFACTOR] webhook.Handler interface' (#2758) from oliver...Earl Warren2024-03-2723-179/+335
|\
| * [REFACTOR] webhook.Handler interfaceoliverpool2024-03-2423-179/+335
* | fix telegram webhook (#29864)Denys Konovalov2024-03-262-1/+12
|/
* fix webhook fixturesoliverpool2024-03-241-0/+11
* [BUG] Packagist webhook: support all eventsoliverpool2024-03-133-270/+61
* add test for webhook default methodoliverpool2024-03-111-4/+13
* Fix broken webhooks (#29690)Lunny Xiao2024-03-111-1/+6
* Store webhook event in database (#29145)oliverpool2024-03-1122-1503/+1613
* remove util.OptionalBool and related functions (#29513)65432024-03-061-3/+4
* Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-052-1/+8
|\
| * [GITEA] Fix test `TestWebhookProxy` with http proxy envGusted2024-02-051-0/+7
| * [GITEA] Drop sha256-simd in favor of stdlibGusted2024-02-051-1/+1
* | [BRANDING] add the forgejo webhook type & update webhook docs URLsEarl Warren2024-02-051-2/+2
* | [BRANDING] add X-Forgejo-* headersEarl Warren2024-02-051-0/+4
|/
* Abstract hash function usage (#28138)Adam Majer2023-12-131-0/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-2/+3
* Fix Matrix and MSTeams nil dereference (#28089)KN4CK3R2023-11-1711-6/+155
* Fix package webhook (#27839)Lunny Xiao2023-10-3111-1/+91
* Support allowed hosts for webhook to work with proxy (#27655)Jason Song2023-10-182-18/+58
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-3/+3
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* Fix release URL in webhooks (#27182)John Olheiser2023-09-229-9/+9
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+1
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-47/+46
* 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-252-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-041-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-211-3/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-191-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-251-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