kitos
922fb251da
Aegis CI / lint-and-test (push) Has been cancelled
fix(webhooks): auto-detect platform format for Teams/Slack/generic
...
Root cause: Microsoft Teams Incoming Webhooks require MessageCard JSON
format. The service was sending generic Aegis JSON which Teams rejected
with a 400, incrementing failure_count on every dispatch.
Fix: _send_webhook() now auto-detects the target from the URL:
- webhook.office.com / teams.microsoft.com → Teams MessageCard
(colored card with event title + key/value facts table)
- hooks.slack.com → Slack attachments format
- everything else → current generic Aegis JSON
Also resets failure_count=0 in production so the webhook starts fresh.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-02 14:35:35 +02:00
..
2026-02-06 12:26:26 +01:00
2026-05-18 14:00:48 +02:00
2026-02-20 14:28:52 +01:00
2026-05-22 09:46:29 +02:00
2026-05-29 11:26:09 +02:00
2026-05-20 13:11:01 +02:00
2026-02-20 13:28:14 +01:00
2026-05-19 12:05:35 +02:00
2026-05-28 16:56:47 +02:00
2026-05-29 11:26:09 +02:00
2026-05-29 11:18:55 +02:00
2026-02-20 15:33:23 +01:00
2026-06-02 08:58:04 +02:00
2026-05-29 13:52:51 +02:00
2026-02-19 17:06:32 +01:00
2026-02-19 15:56:42 +01:00
2026-02-10 15:53:24 +01:00
2026-02-20 14:34:24 +01:00
2026-02-20 13:31:18 +01:00
2026-05-19 16:35:02 +02:00
2026-05-19 16:29:04 +02:00
2026-02-19 17:39:31 +01:00
2026-05-29 11:18:55 +02:00
2026-05-19 15:10:31 +02:00
2026-02-19 19:02:36 +01:00
2026-05-20 16:20:21 +02:00
2026-05-28 16:11:29 +02:00
2026-05-29 16:58:07 +02:00
2026-05-29 11:48:55 +02:00
2026-05-20 15:21:36 +02:00
2026-05-29 11:26:09 +02:00
2026-06-02 08:58:04 +02:00
2026-02-20 15:33:23 +01:00
2026-05-19 13:40:45 +02:00
2026-05-21 17:11:35 +02:00
2026-02-09 17:24:44 +01:00
2026-02-20 14:42:20 +01:00
2026-05-19 16:48:47 +02:00
2026-05-20 15:21:36 +02:00
2026-05-18 14:00:37 +02:00
2026-05-18 14:00:42 +02:00
2026-05-19 16:48:47 +02:00
2026-05-20 16:11:48 +02:00
2026-02-10 09:21:35 +01:00
2026-05-18 15:07:12 +02:00
2026-05-18 15:07:12 +02:00
2026-05-29 11:18:55 +02:00
2026-05-18 15:07:12 +02:00
2026-05-20 16:43:57 +02:00
2026-05-18 14:50:31 +02:00
2026-02-19 15:23:01 +01:00
2026-05-29 16:04:30 +02:00
2026-05-28 12:48:22 +02:00
2026-05-29 09:55:02 +02:00
2026-02-20 14:28:52 +01:00
2026-06-02 14:27:15 +02:00
2026-05-29 15:13:05 +02:00
2026-05-29 14:09:04 +02:00
2026-02-20 13:28:14 +01:00
2026-06-02 14:35:35 +02:00
2026-02-20 14:42:20 +01:00