about summary refs log tree commit diff stats
path: root/internal
Commit message (Collapse)AuthorAgeLines
* feat: render markdown in packages' LongDescriptionAlan Pearce2024-05-17-2/+2
|
* feat: use attribute instead of name for packagesAlan Pearce2024-05-17-1/+3
|
* fix: missing last page of search resultsAlan Pearce2024-05-17-1/+2
|
* fix: store only data from current entity in indexAlan Pearce2024-05-17-4/+5
|
* fix: nil pointer when updating all sourcesAlan Pearce2024-05-17-1/+1
|
* feat: error on non-matching configuration entriesAlan Pearce2024-05-17-0/+5
|
* 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
| | | | https://developer.mozilla.org/en-US/docs/Web/OpenSearch
* 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
| | | | | | | | | | | | | | 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 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
|