about summary refs log tree commit diff stats
path: root/internal/importer/ingest.go
Commit message (Collapse)AuthorAgeLines
* refactor: separate fetch and import logicAlan Pearce2024-05-16-188/+0
|
* refactor: use interface to unify Options and PackagesAlan Pearce2024-05-16-17/+19
|
* refactor: remove unused interfaceAlan Pearce2024-05-16-4/+0
|
* refactor(importer): move functions to utils fileAlan Pearce2024-05-16-50/+0
|
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-2/+3
|
* fix: linking to wrong declaration URLsAlan Pearce2024-05-12-0/+3
|
* fix: no results for home-manager searchAlan Pearce2024-05-11-2/+1
|
* fix: pointer type mismatchAlan Pearce2024-05-09-2/+2
|
* style: rename Option.Option to Option.NameAlan Pearce2024-05-09-1/+1
|
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-0/+237