Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove automatically suggested document for document that is already has review request (fixes #3211) #5425

Merged
merged 5 commits into from
Jul 23, 2023

Conversation

kivinen
Copy link
Contributor

@kivinen kivinen commented Mar 26, 2023

Added check that if there is already review request for the document in question, ignore the automatic suggestion for that document. Fixes #3211.

@NGPixel NGPixel linked an issue Mar 26, 2023 that may be closed by this pull request
ietf/review/utils.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Mar 26, 2023

Codecov Report

Merging #5425 (f8007fb) into main (09f3477) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #5425   +/-   ##
=======================================
  Coverage   88.67%   88.67%           
=======================================
  Files         288      288           
  Lines       40001    40003    +2     
=======================================
+ Hits        35471    35473    +2     
  Misses       4530     4530           
Impacted Files Coverage Δ
ietf/doc/utils.py 87.15% <100.00%> (+0.01%) ⬆️
ietf/review/utils.py 89.60% <100.00%> (+0.02%) ⬆️

... and 1 file with indirect coverage changes

@kivinen
Copy link
Contributor Author

kivinen commented Mar 26, 2023 via email

@rjsparks rjsparks self-assigned this Mar 31, 2023
@rjsparks
Copy link
Member

I want to add some tests to this before merging, but it will be week after next.

@kivinen
Copy link
Contributor Author

kivinen commented Mar 31, 2023 via email

@rjsparks rjsparks changed the base branch from feat/postgres to main April 12, 2023 22:39
@rjsparks
Copy link
Member

I am very sorry that I haven't gotten the remaining tests in and have this into main already. It will be my initial sprint task if it's not done before then.

@rjsparks rjsparks assigned kivinen and unassigned rjsparks Jul 11, 2023
@rjsparks
Copy link
Member

@kivinen - Please review the additional condition I added (and tested).

@rjsparks rjsparks merged commit 5a0ea56 into ietf-tools:main Jul 23, 2023
8 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When assignee rejects review secretary gets to see same review twice.
4 participants