about summary refs log tree commit diff stats
path: root/internal/config
Commit message (Expand)AuthorAgeLines
* docs: update default nix-darwin importer configAlan Pearce37 hours-1/+1
* fix: opensearch searches not using input queryAlan Pearce2024-07-12-4/+2
* feat: enable combined searchAlan Pearce2024-07-12-1/+6
* feat: more structured loggingAlan Pearce2024-07-01-8/+9
* refactor: use encoding/xml for OpenSearchDescriptionAlan Pearce2024-06-21-0/+24
* refactor: switch to templ for HTML templatesAlan Pearce2024-06-21-2/+6
* feat: add low-memory modeAlan Pearce2024-06-09-8/+10
* feat: add detail pages for packages/optionsAlan Pearce2024-06-08-0/+11
* feat: make security headers stricterAlan Pearce2024-05-30-1/+26
* refactor: extract default config to own fileAlan Pearce2024-05-30-98/+105
* build: just use nix version as internal versionAlan Pearce2024-05-25-4/+1
* refactor: use a single value for per-source import timeoutsAlan Pearce2024-05-23-60/+55
* refactor: use enum for Repository.TypeAlan Pearce2024-05-20-4/+8
* docs: add comments to default configurationAlan Pearce2024-05-20-44/+51
* feat(config): use enums' string representations to print defaultsAlan Pearce2024-05-20-0/+8
* fix: nix cannot read date/time TOML values from default configAlan Pearce2024-05-20-2/+25
* feat(config): print durations and URLs with human valuesAlan Pearce2024-05-20-14/+18
* feat: show default configuration with --print-default-configAlan Pearce2024-05-20-0/+9
* feat: error on non-matching configuration entriesAlan Pearce2024-05-17-0/+5
* refactor: export functions for parsing enum typesAlan Pearce2024-05-17-4/+4
* refactor: separate fetch and import logicAlan Pearce2024-05-16-55/+110
* feat(importer): process packages from nixpkgs package.jsonAlan Pearce2024-05-16-5/+17
* refactor: remove toml special casesAlan Pearce2024-05-16-4/+4
* refactor: default to development Environment outside nix moduleAlan Pearce2024-05-15-0/+1
* perf: move scripts to head to enable fetching in parallelAlan Pearce2024-05-15-1/+1
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-0/+5
* feat: add DownloadOptions importer (fetches pre-built options.json)Alan Pearce2024-05-14-0/+5
* style: make port a string for easier nix integrationAlan Pearce2024-05-13-2/+2
* fix(config): show read URL on parse failureAlan Pearce2024-05-13-1/+1
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-3/+27
* refactor(config): simplify configurationAlan Pearce2024-05-13-62/+95
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-10/+113
* feat: allow adding extra HTML to the body via configurationAlan Pearce2024-05-12-4/+6
* feat: enable using channel URLs if unable to resolve via NIX_PATHAlan Pearce2024-05-12-1/+4
* fix: don't panic on TOML decode errorAlan Pearce2024-05-12-1/+1
* fix: no results for home-manager searchAlan Pearce2024-05-11-0/+3
* fix(config): add default channel name for home-managerAlan Pearce2024-05-11-0/+1
* style: use title-cased source namesAlan Pearce2024-05-10-2/+2
* refactor: pass Source object to templatesAlan Pearce2024-05-09-3/+3
* feat: enable setting config file path via command lineAlan Pearce2024-05-09-8/+9
* docs: embed defaults in appAlan Pearce2024-05-09-8/+42
* refactor: make config entries kebab-caseAlan Pearce2024-05-09-1/+1
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-0/+22
* feat: make configuration optionalAlan Pearce2024-05-09-14/+27
* refactor: make data path (partially) configurableAlan Pearce2024-05-07-3/+4
* feat: serve a very basic html templateAlan Pearce2024-05-02-0/+96