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/hostingsvcs/trac.py |
---|
reviewboard/hostingsvcs/unfuddle.py |
---|
reviewboard/hostingsvcs/urls.py |
---|
reviewboard/hostingsvcs/versionone.py |
---|
reviewboard/hostingsvcs/evolutions/__init__.py |
---|
reviewboard/hostingsvcs/evolutions/account_hosting_url.py |
---|
reviewboard/hostingsvcs/evolutions/account_hosting_url_max_length_255.py |
---|
reviewboard/hostingsvcs/evolutions/account_unique_together_baseline.py |
---|
reviewboard/hostingsvcs/testing/__init__.py |
---|
reviewboard/hostingsvcs/testing/testcases.py |
---|
reviewboard/hostingsvcs/tests/test_api_paginator.py |
---|
reviewboard/hostingsvcs/tests/test_assembla.py |
---|
reviewboard/hostingsvcs/tests/test_beanstalk.py |
---|
reviewboard/hostingsvcs/tests/test_bitbucket.py |
---|
reviewboard/hostingsvcs/tests/test_bugzilla.py |
---|
reviewboard/hostingsvcs/tests/test_client.py |
---|
reviewboard/hostingsvcs/tests/test_codebasehq.py |
---|
reviewboard/hostingsvcs/tests/test_fogbugz.py |
---|
reviewboard/hostingsvcs/tests/test_gerrit.py |
---|
reviewboard/hostingsvcs/tests/test_github.py |
---|