about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
...
* build: make `just dev` watch config.tomlAlan Pearce2024-05-17-1/+1
* feat: support searching packagesAlan Pearce2024-05-17-113/+156
* feat(index): enable storage of package dataAlan Pearce2024-05-17-1/+18
* fix(css): support browsers without css nestingAlan Pearce2024-05-17-35/+31
* feat: improve accessibility and browser behaviourAlan Pearce2024-05-17-10/+37
* feat: exit after rebuilding index if `--replace` is specifiedAlan Pearce2024-05-17-0/+3
* refactor: export functions for parsing enum typesAlan Pearce2024-05-17-4/+4
* perf: flush index batch in groups of 10000Alan Pearce2024-05-17-5/+26
* fix(logging): track whether headers are written properlyAlan Pearce2024-05-17-3/+20
* feat: decode brotli-compressed filesAlan Pearce2024-05-17-16/+65
* refactor: move general results template code into results templateAlan Pearce2024-05-17-65/+71
* refactor: separate fetch and import logicAlan Pearce2024-05-16-344/+444
* fix: rebuild index when --replace is specifiedAlan Pearce2024-05-16-5/+5
* refactor: remove unnecessary and incorrect bleve config optionAlan Pearce2024-05-16-1/+0
* feat: extract and store package set (e.g. nodePackages)Alan Pearce2024-05-16-1/+8
* refactor: use interface to unify Options and PackagesAlan Pearce2024-05-16-104/+130
* refactor: remove unused interfaceAlan Pearce2024-05-16-4/+0
* feat(importer): process packages from nixpkgs package.jsonAlan Pearce2024-05-16-5/+299
* refactor: remove toml special casesAlan Pearce2024-05-16-4/+4
* refactor(importer): move functions to utils fileAlan Pearce2024-05-16-50/+60
* feat: add caching header (except on error pages)Alan Pearce2024-05-15-1/+12
* feat: monitor import jobs via sentryAlan Pearce2024-05-15-28/+60
* fix: bad git conflict resolutionAlan Pearce2024-05-15-2/+2
* feat: add browser search engines via opensearch descriptionAlan Pearce2024-05-15-3/+77
* style: use consistent naming for config valueAlan Pearce2024-05-15-29/+29
* feat: print clickable URL on startup in dev modeAlan Pearce2024-05-15-0/+4
* refactor: remove log prefixAlan Pearce2024-05-15-3/+2
* refactor: default to development Environment outside nix moduleAlan Pearce2024-05-15-0/+1
* feat: render HTML error pagesAlan Pearce2024-05-15-12/+72
* refactor(templates): render partials with less hackinessAlan Pearce2024-05-15-12/+11
* build: remove duplicate debug log on dev file watcher updateAlan Pearce2024-05-15-1/+0
* perf: move scripts to head to enable fetching in parallelAlan Pearce2024-05-15-9/+9
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-3/+49
* build: use a nixpkgs-approved version schemeAlan Pearce2024-05-14-1/+11
* build: improve --help outputAlan Pearce2024-05-14-1/+1
* fix(flake): remove overlay exportAlan Pearce2024-05-14-2/+1
* feat(module): add default for Web.EnvironmentAlan Pearce2024-05-14-0/+6
* fix(importer): don't create duplicate nested directoriesAlan Pearce2024-05-14-10/+3
* feat: add DownloadOptions importer (fetches pre-built options.json)Alan Pearce2024-05-14-0/+108
* feat: log on startup if index doesn't existAlan Pearce2024-05-14-0/+1
* refactor(importer): add context and reduce log levelAlan Pearce2024-05-14-4/+4
* feat: rely on system to show log times in productionAlan Pearce2024-05-14-1/+5
* fix(css): barely-visible text in dark modeAlan Pearce2024-05-14-2/+7
* fix(module): include nix in pathAlan Pearce2024-05-14-0/+1
* style: make port a string for easier nix integrationAlan Pearce2024-05-13-3/+4
* 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-233/+233
* build: fix wrong arguments in justfileAlan Pearce2024-05-13-3/+3
* refactor(config): simplify configurationAlan Pearce2024-05-13-299/+306
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-19/+26