about summary refs log tree commit diff stats
path: root/internal/importer/main.go
Commit message (Collapse)AuthorAgeLines
* feat: automatically add/remove sources to/from indexAlan Pearce2024-05-17-2/+16
|
* feat: decode brotli-compressed filesAlan Pearce2024-05-17-2/+12
|
* refactor: separate fetch and import logicAlan Pearce2024-05-16-23/+39
|
* feat: add DownloadOptions importer (fetches pre-built options.json)Alan Pearce2024-05-14-0/+2
|
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-13/+3
|
* 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