gitea/services/webhook
ChristopherHX b684f51d20
Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752)
This is a X-GitHub Header port

* repository for repository webhooks (matches GitHub)
* organization for organization webhooks (matches GitHub)
* user for user webhooks (Gitea specific)
* system for system webhooks  (Gitea specific)
* default for default hooks needs testing (Gitea specific)

- `X-Gitea-Hook-Installation-Target-Type`
- `X-GitHub-Hook-Installation-Target-Type`
2025-03-01 06:50:49 +00:00
..
deliver_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
deliver.go Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) 2025-03-01 06:50:49 +00:00
dingtalk_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
dingtalk.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
discord_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
discord.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
feishu_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
feishu.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
general_test.go Add tests for webhook and fix some webhook bugs (#33396) 2025-01-30 03:09:48 +00:00
general.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
matrix_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
matrix.go Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) 2025-03-01 06:50:49 +00:00
msteams_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
msteams.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
notifier.go Make actions URL in commit status webhooks absolute (#33620) 2025-02-18 02:20:18 +00:00
packagist_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
packagist.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
payloader.go Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) 2025-03-01 06:50:49 +00:00
slack_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
slack.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
telegram_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
telegram.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
webhook_test.go Test webhook email (#33033) 2024-12-30 01:25:49 +08:00
webhook.go Add tests for webhook and fix some webhook bugs (#33396) 2025-01-30 03:09:48 +00:00
wechatwork.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00