about summary refs log tree commit diff stats
path: root/internal/importer/importer.go
Commit message (Expand)AuthorAgeLines
* 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