Notify for ship-it revocations

Review Request #12045 — Created Feb. 4, 2022 and updated — Latest diff uploaded

Information

Review Board
master

Reviewers

  • 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.
reviewboard/integrations/tests/test_forms.py
reviewboard/integrations/tests/test_views.py
reviewboard/notifications/__init__.py
reviewboard/notifications/admin.py
reviewboard/notifications/forms.py
reviewboard/notifications/managers.py
reviewboard/notifications/models.py
reviewboard/notifications/webhooks.py
reviewboard/notifications/email/__init__.py
reviewboard/notifications/email/backend.py
reviewboard/notifications/email/decorators.py
reviewboard/notifications/email/hooks.py
reviewboard/notifications/email/message.py
reviewboard/notifications/email/signal_handlers.py
reviewboard/notifications/email/utils.py
reviewboard/notifications/email/views.py
reviewboard/notifications/evolutions/manytomanyfield_rm_null.py
reviewboard/notifications/evolutions/webhooktarget_extra_data_null.py
reviewboard/notifications/templatetags/markdown_email.py
reviewboard/notifications/tests/test_admin.py
This diff has been split across 38 pages: < 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 >
Loading...