about summary refs log tree commit diff stats
path: root/internal/importer
Commit message (Expand)AuthorAgeLines
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-0/+3
* 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/+103
* 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-20/+10
* refactor(config): simplify configurationAlan Pearce2024-05-13-0/+90
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-111/+15
* feat: enable using channel URLs if unable to resolve via NIX_PATHAlan Pearce2024-05-12-0/+4
* refactor: move Source typeAlan Pearce2024-05-12-15/+16
* fix: linking to wrong declaration URLsAlan Pearce2024-05-12-0/+3
* fix: no results for home-manager searchAlan Pearce2024-05-11-2/+2
* refactor: deduce index path automatically from config.DataPathAlan Pearce2024-05-11-27/+18
* fix: pointer type mismatchAlan Pearce2024-05-09-7/+7
* style: rename Option.Option to Option.NameAlan Pearce2024-05-09-1/+1
* style: reformat with golines and enforce on commitAlan Pearce2024-05-09-6/+33
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-0/+664