about summary refs log tree commit diff stats
path: root/internal/importer/channel.go
Commit message (Collapse)AuthorAgeLines
* refactor: separate fetch and import logicAlan Pearce2024-05-16-97/+0
|
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-2/+2
|
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-1/+2
|
* feat: enable using channel URLs if unable to resolve via NIX_PATHAlan Pearce2024-05-12-0/+4
|
* refactor: deduce index path automatically from config.DataPathAlan Pearce2024-05-11-5/+3
|
* fix: pointer type mismatchAlan Pearce2024-05-09-1/+1
|
* style: reformat with golines and enforce on commitAlan Pearce2024-05-09-2/+14
|
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-0/+82