Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -29/+0 |
| | ||||
* | refactor(config): simplify configuration | Alan Pearce | 2024-05-13 | -106/+10 |
| | | | | | | | | | | | | | | 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 | |||
* | fix(import): don't remove index if there are errors | Alan Pearce | 2024-05-12 | -1/+0 |
| | | | | now that we can update the index, this is no longer reasonable | |||
* | refactor: move sources input data to $data_root/sources | Alan Pearce | 2024-05-11 | -2/+4 |
| | ||||
* | refactor: deduce index path automatically from config.DataPath | Alan Pearce | 2024-05-11 | -2/+1 |
| | ||||
* | feat: enable index path to be configured | Alan Pearce | 2024-05-09 | -1/+2 |
| | ||||
* | feat(importer): make timeout configurable via command-line | Alan Pearce | 2024-05-09 | -6/+5 |
| | ||||
* | feat(importer): add --replace flag to overwrite existing index | Alan Pearce | 2024-05-09 | -2/+3 |
| | ||||
* | feat: allow configuration of log level | Alan Pearce | 2024-05-09 | -1/+3 |
| | ||||
* | feat: enable setting config file path via command line | Alan Pearce | 2024-05-09 | -1/+17 |
| | ||||
* | docs: embed defaults in app | Alan Pearce | 2024-05-09 | -8/+3 |
| | ||||
* | feat: import sources from configuration in go code and index options | Alan Pearce | 2024-05-09 | -0/+111 |