This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
f740adcfc1
datatracker
/
ietf
/
review
History
Robert Sparks
f740adcfc1
Look at the tree of replaces-relationships when determining if some reviewer has reviewed this (or perhaps an ancestor) of this document.
Fixes
#2821
. Commit ready for merge.
...
- Legacy-Id: 16981
2019-11-07 23:02:19 +00:00
..
migrations
Added a migration for a changed help text.
2019-10-23 15:31:18 +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
Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself.
2019-04-30 16:54:06 +00:00
mailarch.py
Fix
#2217
- Allow submission of unsolicited reviews by secretaries.
2019-10-24 12:37:59 +00:00
models.py
Merged in [16891] from sasha@dashcare.nl:
2019-10-22 21:20:51 +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
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
Look at the tree of replaces-relationships when determining if some reviewer has reviewed this (or perhaps an ancestor) of this document.
Fixes
#2821
. Commit ready for merge.
2019-11-07 23:02:19 +00:00