about summary refs log tree commit diff stats
path: root/internal/importer/main.go
Commit message (Expand)AuthorAgeLines
* refactor: use a single value for per-source import timeoutsAlan Pearce2024-05-23-2/+2
* feat: stream files directly from fetcher to importerAlan Pearce2024-05-23-76/+98
* fix: abort import of source on batch processing errorsAlan Pearce2024-05-23-1/+6
* fix(importer): abort import of current source in case of errorAlan Pearce2024-05-20-6/+22
* fix: nil pointer when updating all sourcesAlan Pearce2024-05-17-1/+1
* feat: automatically add/remove sources to/from indexAlan Pearce2024-05-17-2/+16
* feat: decode brotli-compressed filesAlan Pearce2024-05-17-2/+12
* refactor: separate fetch and import logicAlan Pearce2024-05-16-23/+39
* feat: add DownloadOptions importer (fetches pre-built options.json)Alan Pearce2024-05-14-0/+2
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-13/+3
* refactor(config): simplify configurationAlan Pearce2024-05-13-0/+90