Skip to content

v4.5.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 23 Feb 03:30
· 43 commits to main since this release
  • Switches from the threading package to the concurrent.futures package allowing us to return values from each individual thread (in this case, the names of failed git assets)
    • Fixes a long-standing bug where git repos that failed to clone would remain in the archive on Windows. This meant that recloning was impossible due to the repo existing and pulling was not possible because the repo wasn't yet fully initialized. The tool now has a proper cleanup step after everything has run that is compatible with both Unix and Windows environments (closes #38)
  • Adds --log_level to allow the user to specify a custom log level
  • Small adjustment to include and exclude help verbage used to be more clear they are optional filters