datatracker/ietf/review
2020-12-01 15:36:04 +00:00
..
migrations Completed repair migration for disconnected and confused reviews. Branch ready for merge. 2020-09-25 16:08:09 +00:00
__init__.py Add review tracking models, add a request review page (with test), show 2016-05-19 15:35:30 +00:00
admin.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
factories.py Add support for setting reviewer queue policies per team. 2019-11-18 17:29:25 +00:00
mailarch.py Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain. 2020-05-16 20:20:05 +00:00
models.py Related to issue #2186: The issue asked for changing review requests from state 'assigned' back to state 'requested' if the last associated assignment is withdrawn. However, the code to implement this makes the change for all assignment states, and also when there has been no state change. Changed to be more discerning. 2020-12-01 15:36:04 +00:00
policies.py Merged in [18373] from mark@painless-security.com: 2020-08-31 11:21:07 +00:00
resources.py Merged in [17069] from sasha@dashcare.nl: 2019-11-26 16:09:43 +00:00
tests.py Related to issue #2186: The issue asked for changing review requests from state 'assigned' back to state 'requested' if the last associated assignment is withdrawn. However, the code to implement this makes the change for all assignment states, and also when there has been no state change. Changed to be more discerning. 2020-12-01 15:36:04 +00:00
tests_policies.py Filter out reviewers who have rejected reviewing this document in the past from the list of suggested reviewers. Fixes #2996. Commit ready for merge. 2020-08-13 15:03:54 +00:00
utils.py Merged in [17794] from mark@painless-security.com: 2020-05-15 11:33:03 +00:00