-
Notifications
You must be signed in to change notification settings - Fork 82
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
[Issue #507] Allow non delegate users to declare interest in a patch #588
base: main
Are you sure you want to change the base?
Commits on Apr 16, 2024
-
models: add fields to allow non delegate users to declare intention t…
…o review a patch Users interested in reviewing a Patch are linked by the `planning_to_review` attribute on a Patch through the PatchReviewIntention model. Also added a field to State to indicate how long a review intention can last before it expires Signed-off-by: andrepapoti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6c9b30 - Browse repository at this point
Copy the full SHA b6c9b30View commit details -
permissions: create a PatchDetailPermission to allow non delegate use…
…rs to edit it Signed-off-by: andrepapoti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f81a0e - Browse repository at this point
Copy the full SHA 1f81a0eView commit details -
api: Update Patch related serializers to accomodate for the new 'plan…
…ning_to_review' field Signed-off-by: andrepapoti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6b4989 - Browse repository at this point
Copy the full SHA b6b4989View commit details -
tests: add tests for users declaring intention to review a patch
Signed-off-by: andrepapoti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9890f64 - Browse repository at this point
Copy the full SHA 9890f64View commit details -
models: Override 'create' for PatchComment to automatically remove th…
…e PatchReviewIntention for the commenting user Signed-off-by: andrepapoti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81ffed2 - Browse repository at this point
Copy the full SHA 81ffed2View commit details -
forms: update MuliplePatchForm to acocmodate for the new 'planning_to…
…_review' field Signed-off-by: andrepapoti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6005c30 - Browse repository at this point
Copy the full SHA 6005c30View commit details -
serializers: Optimize query performance on PatchDetailSerializer for …
…'patchinterest' Signed-off-by: andrepapoti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 909fb55 - Browse repository at this point
Copy the full SHA 909fb55View commit details
Commits on Apr 17, 2024
-
web: add cron service to update 'has_planned_review' field on patches
Signed-off-by: andrepapoti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1001da9 - Browse repository at this point
Copy the full SHA 1001da9View commit details