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.
Changes between revision 2 and 3
orig
1
2
3
4
5
6
7
8
Commits
Files
reviewboard/site/evolutions/localsite_extra_data.py |
---|
reviewboard/site/evolutions/localsite_public.py |
---|
reviewboard/site/templatetags/localsite.py |
---|
reviewboard/ssh/client.py |
---|
reviewboard/ssh/errors.py |
---|
reviewboard/ssh/policy.py |
---|
reviewboard/ssh/storage.py |
---|
reviewboard/ssh/tests.py |
---|
reviewboard/ssh/utils.py |
---|
reviewboard/testing/__init__.py |
---|
reviewboard/testing/hosting_services.py |
---|
reviewboard/testing/scmtool.py |
---|
reviewboard/testing/testcase.py |
---|
reviewboard/webapi/admin.py |
---|
reviewboard/webapi/auth_backends.py |
---|
reviewboard/webapi/base.py |
---|
reviewboard/webapi/decorators.py |
---|
reviewboard/webapi/errors.py |
---|
reviewboard/webapi/mixins.py |
---|
reviewboard/webapi/models.py |
---|