You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`
2 weeks ago
..
deliver.go Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) 2 weeks ago
deliver_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
dingtalk.go Fix commit status events (#33320) 1 month ago
dingtalk_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
discord.go Fix commit status events (#33320) 1 month ago
discord_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
feishu.go Fix commit status events (#33320) 1 month ago
feishu_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
general.go Fix commit status events (#33320) 1 month ago
general_test.go Add tests for webhook and fix some webhook bugs (#33396) 1 month ago
main_test.go make writing main test easier (#27270) 1 year ago
matrix.go Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) 2 weeks ago
matrix_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
msteams.go Fix commit status events (#33320) 1 month ago
msteams_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
notifier.go Make actions URL in commit status webhooks absolute (#33620) 4 weeks ago
packagist.go Fix commit status events (#33320) 1 month ago
packagist_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
payloader.go Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) 2 weeks ago
slack.go Fix commit status events (#33320) 1 month ago
slack_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
telegram.go Fix commit status events (#33320) 1 month ago
telegram_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
webhook.go Add tests for webhook and fix some webhook bugs (#33396) 1 month ago
webhook_test.go Test webhook email (#33033) 3 months ago
wechatwork.go Fix commit status events (#33320) 1 month ago