oncall-engine/engine/apps/alerts/models
Vadim Stepanov e67d3519fe
Restore email notifications (#621)
* remove email verification related code

* remove email verification related code

* remove sendgrid callback

* remove sendgrid related code

* remove sendgrid related code

* rename sendgrid app to email

* remove email from built-in channels

* remove email from built-in channels

* remove email from built-in channels

* add email backend: https://github.com/grafana/oncall/pull/50

* add email templater

* add email templater

* convert md to html

* add email settings to live settings

* use task to send email, handle some exceptions to create logs

* remove ERROR_NOTIFICATION_MAIL_DELIVERY_FAILED usage

* add email limit logic

* fix tests

* add docs

* remove old email templates

* remove old email templates

* add template_fields to messaging backend

* add messaging backends templates to public api

* add comment for deprecated fields

* fix test

* fix tests

* disable email by default

* don't retry on SMTPException and TimeoutError

* add tests

* bring email back to public api docs

* return ERROR_NOTIFICATION_MAIL_LIMIT_EXCEEDED

* make template_fields tuple

* build_subject_and_title -> build_subject_and_message

* add one more comment about template deprecation

* use 8 as backend id

* add comment about gaierror and BadHeaderError

* add comment on importing in notify_user_async

* edit oss docs
2022-10-19 12:32:56 +01:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
alert.py Alert group search (#488) 2022-09-06 11:30:12 +01:00
alert_group.py Feat 549 - add telegram permalink to alert groups http response (#551) 2022-09-28 16:59:57 +02:00
alert_group_counter.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
alert_group_log_record.py Optimize alert group list view (#299) 2022-07-27 14:14:59 +03:00
alert_manager_models.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
alert_receive_channel.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
channel_filter.py Make return value explicit 2022-10-18 08:05:01 -06:00
custom_button.py Insight logs (#348) 2022-08-24 12:04:44 +05:00
escalation_chain.py Insight logs (#348) 2022-08-24 12:04:44 +05:00
escalation_policy.py Insight logs (#348) 2022-08-24 12:04:44 +05:00
grafana_alerting_contact_point.py Fix creation contact points for grafana alerting integration 2022-06-16 17:16:31 +03:00
invitation.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
maintainable_object.py Alert group search (#488) 2022-09-06 11:30:12 +01:00
resolution_note.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
user_has_notification.py World, meet OnCall! 2022-06-03 08:09:47 -06:00