Skip to content

Releases: LLNL/scraper

0.15.0

20 Mar 22:42

Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...0.15.0

0.14.0

20 Mar 22:43

Choose a tag to compare

What's Changed

  • Improved handling of GitHub rate limit errors. by @LRWeber in #77

Full Changelog: 0.13.0...0.14.0

0.13.0

07 Sep 19:19

Choose a tag to compare

What's Changed

  • Add the ability to configure GitHub session timeouts by @mcdonnnj in #71
  • Update the GitHub Actions workflow by @mcdonnnj in #72
  • Do not redirect stderr to stdout when executing commands by @mcdonnnj in #73
  • Configurable wait time for GitHub query retries by @LRWeber in #74
  • Simplified GitHub scraper wait countdown. by @LRWeber in #75
  • Tweak the python executable (version) used in Makefile by @IanLee1521 in #76

Full Changelog: 0.12.0...0.13.0

0.12.0

07 Sep 19:08

Choose a tag to compare

What's Changed

  • test tweaking github-py to >=2.0.0 for python 3.9 support by @vsoch in #60
  • Calculate person-months of effort in the package by @mcdonnnj in #62
  • Test CPython and fix package version by @mcdonnnj in #61
  • Fix GitHub repository cloning by @mcdonnnj in #63
  • Use black on the entire project by @mcdonnnj in #64
  • Add the isort tool to the test suite by @mcdonnnj in #65
  • Improve process output handling and streamline cloc JSON parsing by @mcdonnnj in #66
  • Code cleanups based on pylint linting by @mcdonnnj in #67
  • Update Python version support information by @mcdonnnj in #68

New Contributors

  • @vsoch made their first contribution in #60

Full Changelog: 0.10.0...0.12.0

0.11.0

07 Sep 19:08

Choose a tag to compare

What's Changed

  • test tweaking github-py to >=2.0.0 for python 3.9 support by @vsoch in #60

New Contributors

  • @vsoch made their first contribution in #60

Full Changelog: 0.10.0...0.11.0

0.10.0

07 Sep 19:08

Choose a tag to compare

What's Changed

  • Update cocomo_url, USC reference links by @lbeaufort in #56
  • Fix for GitHub API missing Status header. by @LRWeber in #57

Full Changelog: 0.9.0...0.10.0

v0.9.0

15 Jul 00:32

Choose a tag to compare

  • Added support for custom GitHub query headers. #54

v0.7.0

19 Mar 03:05

Choose a tag to compare

  • Added support for TFS to scraper, #23

v0.5.0

28 Aug 23:58

Choose a tag to compare

  • Updates support for DOE CODE processing

v0.4.0

26 Aug 06:52

Choose a tag to compare

Major updates include:

  • Added GitLab support
  • Added Bitbucket Server support
  • Added repo exclusion support
  • Refactored / modular design