Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor: separate fetch and import logic | Alan Pearce | 2024-05-16 | -431/+84 |
| | ||||
* | feat: extract and store package set (e.g. nodePackages) | Alan Pearce | 2024-05-16 | -1/+7 |
| | ||||
* | refactor: use interface to unify Options and Packages | Alan Pearce | 2024-05-16 | -46/+49 |
| | ||||
* | refactor: remove unused interface | Alan Pearce | 2024-05-16 | -4/+0 |
| | ||||
* | feat(importer): process packages from nixpkgs package.json | Alan Pearce | 2024-05-16 | -0/+246 |
| | ||||
* | refactor(importer): move functions to utils file | Alan Pearce | 2024-05-16 | -50/+60 |
| | ||||
* | build: bake git hash into build for headers and --version | Alan Pearce | 2024-05-14 | -0/+3 |
| | ||||
* | fix(importer): don't create duplicate nested directories | Alan Pearce | 2024-05-14 | -10/+3 |
| | ||||
* | feat: add DownloadOptions importer (fetches pre-built options.json) | Alan Pearce | 2024-05-14 | -0/+103 |
| | ||||
* | 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 |