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

Record review queue history: when a version enters the queue, when they leave it #22927

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

diox
Copy link
Member

@diox diox commented Dec 6, 2024

Fixes mozilla/addons#15174

A future task could be to even replace Version.due_date by this new table entirely, but let's see if we can make that work first...

@diox

This comment was marked as outdated.

@diox diox force-pushed the record-time-spent-in-review-queue branch 5 times, most recently from 6724fff to f53f222 Compare December 10, 2024 11:54
Q(needshumanreview__isnull=True) | Q(needshumanreview__is_active=False)
):
NeedsHumanReview.objects.create(version=version)
pass
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was getting migration conflicts because of this old migration, given it's a data migration and has already been executed in every env it shouldn't matter if it's blank.

@diox diox force-pushed the record-time-spent-in-review-queue branch from f53f222 to ddb8530 Compare December 16, 2024 13:52
@diox diox force-pushed the record-time-spent-in-review-queue branch from 1e6b192 to c2eda5b Compare December 17, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Track the length of time an add-on is in the review queue
1 participant