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
AUTHORS | |||
---|---|---|---|
Revision 6342e64eb05fc411470017fd6aaf48cc126ca763 | New Change | ||
17 lines | |||
18 |
* Alexander Solovets
|
18 |
* Alexander Solovets
|
19 |
* Alexey Morozov
|
19 |
* Alexey Morozov
|
20 |
* Alexey Neyman
|
20 |
* Alexey Neyman
|
21 |
* Allyshia Sewdat
|
21 |
* Allyshia Sewdat
|
22 |
* Amir Yalon
|
22 |
* Amir Yalon
|
23 |
* Anahita Mohapatra
|
||
24 |
* André Klitzing
|
23 |
* André Klitzing
|
25 |
* Andrew Hills
|
24 |
* Andrew Hills
|
26 |
* Andrew Hong
|
25 |
* Andrew Hong
|
27 |
* Andrey Fedorov
|
26 |
* Andrey Fedorov
|
28 |
* Anni Cao
|
27 |
* Anni Cao
|
313 lines |
conftest.py |
---|
dev-requirements.txt |
---|
setup.cfg |
---|
setup.py |
---|
contrib/internal/prepare-dev.py |
---|
contrib/internal/webapi-lint.py |
---|
docs/manual/admin/sites/search-indexing.rst |
---|
docs/manual/extending/extensions/hooks/integration-hook.rst |
---|
docs/releasenotes/4.0.5.rst |
---|
docs/releasenotes/conf.py |
---|
docs/releasenotes/index.rst |
---|
reviewboard/__init__.py |
---|
reviewboard/dependencies.py |
---|
reviewboard/deprecation.py |
---|
reviewboard/manage.py |
---|
reviewboard/rb_platform.py |
---|
reviewboard/settings.py |
---|
reviewboard/signals.py |
---|
reviewboard/staticbundles.py |
---|