about summary refs log tree commit diff stats
path: root/internal/importer/package.go
Commit message (Expand)AuthorAgeLines
* refactor: use a single value for per-source import timeoutsAlan Pearce2024-05-23-3/+1
* refactor: make repository URLs by Repo.Type (currently no change)Alan Pearce2024-05-20-1/+5
* refactor: make declaration/definition URLs from Source.RepoAlan Pearce2024-05-20-2/+1
* feat(config): print durations and URLs with human valuesAlan Pearce2024-05-20-1/+1
* feat: render markdown in packages' LongDescriptionAlan Pearce2024-05-17-1/+1
* feat: use attribute instead of name for packagesAlan Pearce2024-05-17-0/+1
* fix: store only data from current entity in indexAlan Pearce2024-05-17-3/+4
* refactor: reduce debug loggingAlan Pearce2024-05-17-2/+0
* feat: decode brotli-compressed filesAlan Pearce2024-05-17-7/+3
* refactor: separate fetch and import logicAlan Pearce2024-05-16-3/+3
* feat: extract and store package set (e.g. nodePackages)Alan Pearce2024-05-16-1/+7
* refactor: use interface to unify Options and PackagesAlan Pearce2024-05-16-25/+26
* feat(importer): process packages from nixpkgs package.jsonAlan Pearce2024-05-16-0/+246