oncall-engine/engine/apps/webhooks
Michael Derynck c8669ce94c
Add field descriptions for webhooks (#2225)
- Add descriptions for fields
- Change default value of request_data to avoid confusing situation
where if there was a error before request data is built, like in the
template for the request headers, request_data would be a python dict
resulting in hard to read text in the UI status page.
2023-06-14 08:37:30 -06:00
..
migrations Webhook 2 improvements and fixes (#1829) 2023-04-26 15:55:08 -06:00
models Webhooks 2 hide secrets (#2104) 2023-06-06 07:59:12 +00:00
tasks Add field descriptions for webhooks (#2225) 2023-06-14 08:37:30 -06:00
tests add mypy static type checker to backend codebase (#2151) 2023-06-12 12:50:33 -04:00
admin.py Add webhooks app and initial models (#1101) 2023-03-09 19:39:25 +00:00
apps.py Webhooks trigger tasks on alert group events (#1533) 2023-03-13 21:19:22 +00:00
listeners.py Add users_to_be_notified to new webhooks payload (#1798) 2023-04-20 16:13:48 +00:00
signals.py Add users_to_be_notified to new webhooks payload (#1798) 2023-04-20 16:13:48 +00:00
utils.py Webhook 2 improvements and fixes (#1829) 2023-04-26 15:55:08 -06:00