This repository has been archived by the owner on Oct 12, 2020. It is now read-only.
Faster scanning speed, more options & better algorithm
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.
- This increases scanning speed between 400% and 4500% compared to the
- 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