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

Add Step to Fetch Missing Git Messages from Commits Analyzed Before Commits Message Table was Added #2905

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

IsaacMilarky
Copy link
Contributor

Description

  • Right now the commits that were analyzed before the commit message table was added to the database don't have any commit message and they won't get collected because Augur considers those commits already collected and won't collect them again unless a recollection is triggered in facade for some reason.

  • The solution to this is to go back and fetch them after we analyze commits.

Signed commits

  • Yes, I signed my commits.


try:
missing_commit_hashes = fetchall_data_from_sql_text(fetch_missing_hashes_sql)
except:

Choose a reason for hiding this comment

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

[pylint] reported by reviewdog 🐶
W0702: No exception type(s) specified (bare-except)

@IsaacMilarky IsaacMilarky marked this pull request as ready for review August 30, 2024 17:22
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
@sgoggins sgoggins changed the base branch from dev to augur-release-0.76.2 September 4, 2024 17:58
@sgoggins sgoggins merged commit 337b2c5 into augur-release-0.76.2 Sep 4, 2024
9 checks passed
@IsaacMilarky IsaacMilarky deleted the add-missing-git-messages-facade branch October 15, 2024 23:25
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.

2 participants