Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor: use a single value for per-source import timeouts | Alan Pearce | 2024-05-23 | -2/+2 |
| | ||||
* | feat: stream files directly from fetcher to importer | Alan Pearce | 2024-05-23 | -76/+98 |
| | | | | | Use IndexMeta to store the information relevant to making conditional updates in future runs. | |||
* | fix: abort import of source on batch processing errors | Alan Pearce | 2024-05-23 | -1/+6 |
| | ||||
* | fix(importer): abort import of current source in case of error | Alan Pearce | 2024-05-20 | -6/+22 |
| | | | | | | | The switch to logger.Error is to make clear that the operation is aborted, whereas the remaining warning (fetching the git revision) is not so important so it remains a warning and does not skip the current iteration | |||
* | fix: nil pointer when updating all sources | Alan Pearce | 2024-05-17 | -1/+1 |
| | ||||
* | feat: automatically add/remove sources to/from index | Alan Pearce | 2024-05-17 | -2/+16 |
| | ||||
* | feat: decode brotli-compressed files | Alan Pearce | 2024-05-17 | -2/+12 |
| | ||||
* | refactor: separate fetch and import logic | Alan Pearce | 2024-05-16 | -23/+39 |
| | ||||
* | feat: add DownloadOptions importer (fetches pre-built options.json) | Alan Pearce | 2024-05-14 | -0/+2 |
| | ||||
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -13/+3 |
| | ||||
* | refactor(config): simplify configuration | Alan Pearce | 2024-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 |