Update contributor resolution preparation query to consider all unresolved contributors#3797
Open
Update contributor resolution preparation query to consider all unresolved contributors#3797
Conversation
Co-Authored-By: Cali Dolfi <cdolfi@redhat.com> Signed-off-by: Adrian Edwards <adredwar@redhat.com>
Signed-off-by: Adrian Edwards <adredwar@redhat.com>
Signed-off-by: Adrian Edwards <adredwar@redhat.com>
…ttached config item Signed-off-by: Adrian Edwards <adredwar@redhat.com>
Co-Authored-By: mn-ram <235066282+mn-ram@users.noreply.github.com> Signed-off-by: Adrian Edwards <adredwar@redhat.com>
sgoggins
approved these changes
Apr 1, 2026
Collaborator
sgoggins
left a comment
There was a problem hiding this comment.
For bare metal this would require a new parameter in the database config:
facade_contributor_full_recollect | True or False.
LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR applies the suggested query changes to the two SQL queries that govern what commit changes are pulled in for contributor resolution
It improves upon the changes suggested in #3792 and those proposed in the underlying issue by making some small query corrections:
This PR fixes #3779
Notes for Reviewers
This has been run locally and appears to work (at least in terms of not crashing)
Still waiting to see whether it helps resolve more contributors and get the % of null
cmt_ght_author_id's to be much lower than the 10% observed in both large augur instances.Signed commits