datatracker/ietf/review
Sasha Romijn 6bf7d15b70 Add a limit to the update_policy_state_for_assignment loop to prevent
infinite loops, e.g. when a team has only a single reviewer.
 - Legacy-Id: 17087
2019-11-21 12:37:02 +00:00
..
migrations Add support for setting reviewer queue policies per team. 2019-11-18 17:29:25 +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 Turned the ReviewAssignmentAdmin.review field into a raw_id_field, to avoid a form that lists all documents in the database in a drop-down. Fixes issue #2810. 2019-10-08 13:57:25 +00:00
factories.py Add support for setting reviewer queue policies per team. 2019-11-18 17:29:25 +00:00
mailarch.py Fix #2217 - Allow submission of unsolicited reviews by secretaries. 2019-10-24 12:37:59 +00:00
models.py Add support for setting reviewer queue policies per team. 2019-11-18 17:29:25 +00:00
policies.py Add a limit to the update_policy_state_for_assignment loop to prevent 2019-11-21 12:37:02 +00:00
resources.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
test_policies.py Add a limit to the update_policy_state_for_assignment loop to prevent 2019-11-21 12:37:02 +00:00
tests.py Fix #2186 - Return review req to 'requested' status if no review assignments are open. 2019-10-03 09:02:34 +00:00
utils.py Update update_policy_state_for_assignment for new policies, fix tests, 2019-11-13 14:39:42 +00:00