v0.1.0
PackageAnalyzer v0.1.0
Closed issues:
- Look for license file (#4)
- Reorganise the workflow (#5)
- Count lines of code? (#8)
- Subdirectory support (#10)
licensecheck
fails on Knet (#14)- Naming bikeshedding (#20)
- subdir issue (#28)
- Copying a discussion from RegistryHealthChecks.jl (#36)
- Update documentation about registering type with Arrow (#52)
Merged pull requests:
- Reorganise (#6) (@ericphanson)
- only parse Project.toml when necessary, and parse more robustly (#7) (@ericphanson)
- add license identification (#9) (@ericphanson)
- Count lines of code (#11) (@ericphanson)
- tweak find packages API (#12) (@ericphanson)
- Cache registries in GitHub Actions (#13) (@giordano)
- Add subdirectory support (#15) (@ericphanson)
- Switch to storing license table (#16) (@ericphanson)
- Initial docs (#18) (@ericphanson)
- [Docs] Fix branch name issues (#19) (@ericphanson)
- Min fix in README.md and improve docs deploy script (#21) (@giordano)
- Fix docs repo link (#23) (@ericphanson)
- fix doc badge, again (#24) (@ericphanson)
- fix subdir support; rm
julia
"package" (#26) (@ericphanson) - Fix for subdirs that doesn't exist at the git repo HEAD (#29) (@ericphanson)
- Define
RegistryEntry
type and use it for dispatch (#31) (@giordano) - Get the list of contributors for GitHub repositories (#32) (@giordano)
- Exclude commits from femtocleaner (#33) (@giordano)
- collect anonymous contributors (#37) (@ericphanson)
- fix out of date description of fields (#38) (@ericphanson)
- Use
GitCommand
to git clone the repository (#39) (@giordano) - allow
analyze
to accept URLs (#40) (@ericphanson) - fix error path in
analyze_path!
and add some tests (#41) (@ericphanson) - Make running
tokei
thread-safe (#42) (@giordano) - pass directory to command instead of
cd
(#43) (@ericphanson) - Add threaded test and misc docs fixes (#44) (@ericphanson)
- Add test to make sure no command leaks
LD_LIBRARY_PATH
(#45) (@giordano) - Close STDIN to prevent git from prompting for username/password (#46) (@giordano)
- Use
Threads.foreach
for load-balanced threading (#47) (@ericphanson) - Rename package to PackageAnalyzer (#48) (@giordano)
- Update README.md for name change (#50) (@ericphanson)
- Replace
GitCommand.jl
withGit.jl
(#51) (@giordano) - Add
sleep
keyword argument to slow down GitHub API queries (#53) (@giordano) - update docs for Arrow 1.3 (#54) (@ericphanson)
- Replace
GitHub.repo
->GitHub.Repo
to save one API request (#57) (@giordano) - Don't emit warnings when not finding stdlibs in
find_packages
(#58) (@ericphanson)