Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Faster scanning speed, more options & better algorithm

Compare
Choose a tag to compare
@Ullaakut Ullaakut released this 29 Jun 09:36
· 77 commits to master since this release

Improvements

  • Using the GitHub v4 API in order to make fewer requests and get only the data that matters to astronomer
    • This increases scanning speed between 400% and 4500% compared to the 0.1.0 version.
  • Improves the trust algorithm computation
    • Private contributions count about twice less than other contributions for computing the overall trust
    • Issues, PRs, code reviews, commits and repository creations also have different weights when computing the overall trust
    • All percentiles from 5 to 95 are now computed when the --details flag is enabled
  • Adds two options
    • -d, --details which makes Astronomer print more detailed statistics
    • -c, --cachedir which allows users to specify a custom cache directory in which to store cache data. It defaults to ./data.
  • Update documentation
    • Update screenshots to use the latest version
    • Document new options
    • Document go install procedure
    • Update FAQ
    • Thank Renee French for the Go Gopher

New output