Skip to content

Conversation

sgoggins
Copy link
Member

@sgoggins sgoggins commented Sep 3, 2025

Description

  • Fixed some, but not all Facade related collection issues.
  • Issue remaining is that when a number of high commit count repos (greater than 50) are new and ready to be collected, they bunch together, take a long time, and hold up other collection.

MoralCode and others added 6 commits July 15, 2025 09:14
Signed-off-by: Adrian Edwards <[email protected]>
The keys on this dictionary are defined in:

analyzecommit.generate_commit_record()

- Update reference to use proper 'cmt_author_timestamp' key
- Add warning log when replacing TZdata to show commit hash

Signed-off-by: Ulincsys <[email protected]>
@sgoggins sgoggins added the release Related to releasing a new version of Augur label Sep 3, 2025
@sgoggins sgoggins self-assigned this Sep 3, 2025

data_type = config_dict["type"]

if data_type == "str" or data_type is None:
Copy link

Choose a reason for hiding this comment

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

[pylint] reported by reviewdog 🐶
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)

@sgoggins sgoggins merged commit af75424 into release Sep 4, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Related to releasing a new version of Augur
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants