Notify for ship-it revocations
Review Request #12045 — Created Feb. 4, 2022 and updated — Latest diff uploaded
- Create boolean field in admin page for email
- Connect handler to revoke signal
- Prepare ship-it revoked email message
- Create new email template for text and HTML
- Modified email settings tests to include the new field.
- Added email test to verify that the email has actually been sent and contains the right text.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 8. See what's changed.
orig
1
2
3
4
5
6
7
8
Commits
Files
reviewboard/notifications/tests/test_base_preview_email_view.py |
---|
reviewboard/notifications/tests/test_email_backend.py |
---|
reviewboard/notifications/tests/test_email_sending.py |
---|
reviewboard/notifications/tests/test_email_utils.py |
---|
reviewboard/notifications/tests/test_webhook_target_form.py |
---|
reviewboard/notifications/tests/test_webhook_target_manager.py |
---|
reviewboard/notifications/tests/test_webhooks.py |
---|
reviewboard/oauth/__init__.py |
---|
reviewboard/oauth/admin.py |
---|
reviewboard/oauth/apps.py |
---|
reviewboard/oauth/features.py |
---|
reviewboard/oauth/forms.py |
---|
reviewboard/oauth/models.py |
---|
reviewboard/oauth/tests.py |
---|
reviewboard/oauth/urls.py |
---|
reviewboard/oauth/views.py |
---|
reviewboard/oauth/widgets.py |
---|
reviewboard/oauth/evolutions/__init__.py |
---|
reviewboard/oauth/evolutions/disabled_for_security.py |
---|
reviewboard/registries/registry.py |
---|