Skip to content

Version 0.0.3

Compare
Choose a tag to compare
@rossarmstrong rossarmstrong released this 20 Jul 02:54
· 1723 commits to main since this release
d7846fe

Breaking Changes

  • views.py has been replaced by traffic.py in the main directory
  • views.yml has been replaced by traffic.yml in the .github/workflows directory
  • views.csv has been replaced by traffic.csv in the data directory
  • traffic.csv adds two extra columns to the table schema ("clones" and "unique_cloners") compared to the old views.csv file
  • traffic.csv renames two of the columns from the old views.csv file:
    • "repo" renamed to "repository"
    • "visitor" renamed to "unique_visitor"

Enhancements

  • Daily capture process now includes data for clones and unique cloners for each repository.