Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor(importer): add context and reduce log level | Alan Pearce | 2024-05-14 | -4/+4 |
| | ||||
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -20/+10 |
| | ||||
* | 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 | |||
* | refactor: move Source/Repository types to config package | Alan Pearce | 2024-05-13 | -111/+15 |
| | ||||
* | feat: enable using channel URLs if unable to resolve via NIX_PATH | Alan Pearce | 2024-05-12 | -0/+4 |
| | ||||
* | refactor: move Source type | Alan Pearce | 2024-05-12 | -15/+16 |
| | ||||
* | fix: linking to wrong declaration URLs | Alan Pearce | 2024-05-12 | -0/+3 |
| | ||||
* | fix: no results for home-manager search | Alan Pearce | 2024-05-11 | -2/+2 |
| | ||||
* | refactor: deduce index path automatically from config.DataPath | Alan Pearce | 2024-05-11 | -27/+18 |
| | ||||
* | fix: pointer type mismatch | Alan Pearce | 2024-05-09 | -7/+7 |
| | ||||
* | style: rename Option.Option to Option.Name | Alan Pearce | 2024-05-09 | -1/+1 |
| | ||||
* | style: reformat with golines and enforce on commit | Alan Pearce | 2024-05-09 | -6/+33 |
| | ||||
* | feat: import sources from configuration in go code and index options | Alan Pearce | 2024-05-09 | -0/+664 |