about summary refs log tree commit diff stats
path: root/internal/importer/importer.go
Commit message (Expand)AuthorAgeLines
* refactor: rename go moduleAlan Pearce2024-06-29-2/+3
* fix: abort import of source on batch processing errorsAlan Pearce2024-05-23-5/+12
* refactor: reduce debug loggingAlan Pearce2024-05-17-2/+0
* refactor: separate fetch and import logicAlan Pearce2024-05-16-64/+17
* refactor: use interface to unify Options and PackagesAlan Pearce2024-05-16-1/+1
* fix(importer): don't create duplicate nested directoriesAlan Pearce2024-05-14-10/+3
* feat: add DownloadOptions importer (fetches pre-built options.json)Alan Pearce2024-05-14-0/+14
* refactor(importer): add context and reduce log levelAlan Pearce2024-05-14-4/+4
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-3/+3
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-3/+8
* refactor: move Source typeAlan Pearce2024-05-12-15/+0
* fix: no results for home-manager searchAlan Pearce2024-05-11-0/+1
* refactor: deduce index path automatically from config.DataPathAlan Pearce2024-05-11-14/+9
* fix: pointer type mismatchAlan Pearce2024-05-09-3/+3
* style: reformat with golines and enforce on commitAlan Pearce2024-05-09-2/+10
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-0/+112