about summary refs log tree commit diff stats
path: root/internal
Commit message (Expand)AuthorAgeLines
...
* refactor: reduce debug loggingAlan Pearce2024-05-17-5/+0
* feat: automatically add/remove sources to/from indexAlan Pearce2024-05-17-2/+70
* fix: don't panic when re-indexing if fetcher did not updateAlan Pearce2024-05-17-2/+2
* feat: support searching packagesAlan Pearce2024-05-17-105/+122
* feat(index): enable storage of package dataAlan Pearce2024-05-17-1/+18
* 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/+59
* refactor: separate fetch and import logicAlan Pearce2024-05-16-344/+444
* fix: rebuild index when --replace is specifiedAlan Pearce2024-05-16-4/+4
* 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-12/+1
* feat: add browser search engines via opensearch descriptionAlan Pearce2024-05-15-1/+51
* style: use consistent naming for config valueAlan Pearce2024-05-15-21/+21
* refactor: default to development Environment outside nix moduleAlan Pearce2024-05-15-0/+1
* feat: render HTML error pagesAlan Pearce2024-05-15-12/+61
* refactor(templates): render partials with less hackinessAlan Pearce2024-05-15-8/+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-6/+6
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-0/+23
* 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
* refactor(importer): add context and reduce log levelAlan Pearce2024-05-14-4/+4
* 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-83/+80
* refactor(config): simplify configurationAlan Pearce2024-05-13-108/+215
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-19/+26
* feat: allow adding extra HTML to the body via configurationAlan Pearce2024-05-12-21/+24
* feat: enable using channel URLs if unable to resolve via NIX_PATHAlan Pearce2024-05-12-1/+8
* fix: don't panic on TOML decode errorAlan Pearce2024-05-12-1/+1
* refactor: move Source typeAlan Pearce2024-05-12-15/+16
* fix: linking to wrong declaration URLsAlan Pearce2024-05-12-0/+3
* refactor: merge search and results pagesAlan Pearce2024-05-12-88/+77
* refactor: extract index deletion functionAlan Pearce2024-05-12-17/+26
* build: optimise and fix handing of csp headers in dev modeAlan Pearce2024-05-12-3/+4
* refactor: split http.Server and http.ServeMux creationAlan Pearce2024-05-11-276/+295
* refactor: don't explain searchesAlan Pearce2024-05-11-1/+0
* fix: missing menu on search pagesAlan Pearce2024-05-11-0/+1
* fix: no results for home-manager searchAlan Pearce2024-05-11-2/+5
* fix(config): add default channel name for home-managerAlan Pearce2024-05-11-0/+1
* feat: version search index mapping schema and warn if outdatedAlan Pearce2024-05-11-5/+110