about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
...
* docs: add link to default config file in nix moduleAlan Pearce2024-05-20-1/+5
* build: check defaults.toml wasn't modified pre-commitAlan Pearce2024-05-20-1/+2
* fix: nix cannot read date/time TOML values from default configAlan Pearce2024-05-20-4/+27
* feat(config): print durations and URLs with human valuesAlan Pearce2024-05-20-41/+33
* build: store default configuration in repo and ensure freshnessAlan Pearce2024-05-20-8/+176
* feat: show default configuration with --print-default-configAlan Pearce2024-05-20-4/+32
* fix: duplicate error logging on config parse errorAlan Pearce2024-05-17-1/+3
* chore: release 0.1.3 v0.1.3Alan Pearce2024-05-17-2/+27
* feat(ui): enable resetting form by clicking current source linkAlan Pearce2024-05-17-2/+14
* feat: render markdown in packages' LongDescriptionAlan Pearce2024-05-17-3/+11
* feat: use attribute instead of name for packagesAlan Pearce2024-05-17-3/+5
* fix(css): pagination styles not applied v0.1.2Alan Pearce2024-05-17-2/+2
* fix(nix): missing version variable in build v0.1.1Alan Pearce2024-05-17-1/+2
* chore(release): release 0.1.0 v0.1.0Alan Pearce2024-05-17-0/+175
* build: enable versioning of packageAlan Pearce2024-05-17-6/+6
* chore: add convco configurationAlan Pearce2024-05-17-0/+6
* feat: display more information about packagesAlan Pearce2024-05-17-2/+47
* fix: render errors as HTML given correct content-typeAlan Pearce2024-05-17-1/+2
* 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
* docs: update default sources in nixos moduleAlan Pearce2024-05-17-0/+1
* feat: automatically add/remove sources to/from indexAlan Pearce2024-05-17-4/+111
* fix: don't panic when re-indexing if fetcher did not updateAlan Pearce2024-05-17-2/+2
* 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