about summary refs log tree commit diff stats
path: root/internal/fetcher/nixpkgs-channel.go
Commit message (Collapse)AuthorAgeLines
* feat: more structured loggingAlan Pearce2024-07-01-4/+4
|
* refactor: rename go moduleAlan Pearce2024-06-29-2/+3
|
* feat: stream files directly from fetcher to importerAlan Pearce2024-05-23-34/+26
| | | | | Use IndexMeta to store the information relevant to making conditional updates in future runs.
* fix: make fetcher check on creation that it supports Source.ImporterAlan Pearce2024-05-20-0/+18
|
* perf: make channel-nixpkgs importer only fetch necessary filesAlan Pearce2024-05-20-5/+14
| | | | i.e. don't fetch options.json when Source.Type = "packages"
* feat(config): print durations and URLs with human valuesAlan Pearce2024-05-20-1/+1
|
* fix: don't panic when re-indexing if fetcher did not updateAlan Pearce2024-05-17-1/+1
|
* refactor: separate fetch and import logicAlan Pearce2024-05-16-0/+74