about summary refs log tree commit diff stats
path: root/internal/importer
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | | | | | | | | | | commit 8225dbdb692c99b39dcafe2e5ec6ddc4daf08fb5 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 19:18:26 2024 +0200 refactor: consolidate configuration to reduce command-line options commit 5616d4c5a9bc6c0c14f744f812fa6609f859dc34 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 17:41:58 2024 +0200 refactor: move config file parsing to program entry points
* 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