gitea/services/webhook
Denys Konovalov ffb276578f
Adjust appearence of commit status webhook (#33778)
Some visual improvement for the commit status webhook message introduced
by #33320

- use short commit SHA as already done in e. g. commit webhook
- fix spacing, link text
- do not set user link for internal gitea-actions user

Before: 

![grafik](https://github.com/user-attachments/assets/9c460846-c350-444c-89b5-8a0d5e26cb86)

After:

![grafik](https://github.com/user-attachments/assets/05519cd8-6d8f-432b-bd9d-082de558a55a)
2025-03-03 21:23:42 +00:00
..
deliver.go Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) 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
dingtalk.go Fix commit status events (#33320) 2025-02-04 03:25:59 +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
discord.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
feishu.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
general.go Adjust appearence of commit status webhook (#33778) 2025-03-03 21:23:42 +00:00
general_test.go Add tests for webhook and fix some webhook bugs (#33396) 2025-01-30 03:09:48 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
matrix.go Adjust appearence of commit status webhook (#33778) 2025-03-03 21:23:42 +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
msteams.go Fix commit status events (#33320) 2025-02-04 03:25:59 +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
notifier.go Make actions URL in commit status webhooks absolute (#33620) 2025-02-18 02:20:18 +00:00
packagist.go Fix commit status events (#33320) 2025-02-04 03:25:59 +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
payloader.go Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) 2025-03-01 06:50:49 +00:00
slack.go Fix commit status events (#33320) 2025-02-04 03:25:59 +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
telegram.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
webhook.go Add tests for webhook and fix some webhook bugs (#33396) 2025-01-30 03:09:48 +00:00
webhook_test.go Test webhook email (#33033) 2024-12-30 01:25:49 +08:00
wechatwork.go Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00