about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* chore: release 0.1.30 v0.1.30Alan Pearce4 days-334/+343
|
* feat: show version number and link in footerAlan Pearce4 days-0/+6
|
* build: update base cssAlan Pearce4 days-4/+4
|
* feat: split compound words in names into n-gramsAlan Pearce4 days-3/+27
| | | | Implements: https://todo.sr.ht/~alanpearce/searchix/9
* chore: use nixpkgs-unstable as flake inputAlan Pearce4 days-27/+14
|
* chore: release 0.1.29 v0.1.29Alan Pearce5 days-3/+14
|
* fix: nil pointer deference in nixpkgs-channel fetcherAlan Pearce5 days-0/+1
|
* chore: don't reindex on every dev startAlan Pearce5 days-1/+1
|
* fix: build error (incomplete commit)Alan Pearce6 days-5/+2
|
* chore: add build task to justfileAlan Pearce6 days-0/+3
|
* fix: build error caused by incomplete commitAlan Pearce6 days-5/+6
|
* refactor: ensure errors have stack tracesAlan Pearce10 days-177/+179
|
* chore: release 0.1.28 v0.1.28Alan Pearce10 days-3/+10
|
* fix: js error due to missing class on nav menu itemAlan Pearce10 days-3/+1
|
* build: remove lorri from direnv configurationAlan Pearce10 days-9/+2
|
* chore: fix nixos module default config link not updating on releaseAlan Pearce11 days-2/+2
|
* chore: release 0.1.27 v0.1.27Alan Pearce11 days-2/+9
|
* docs: use link to current version's defaults.tomlAlan Pearce11 days-2/+5
|
* fix: sources disabled by default in NixOS moduleAlan Pearce11 days-2/+5
| | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/12
* chore: release 0.1.26 v0.1.26Alan Pearce11 days-4/+11
|
* fix: nixos import fails with default settingsAlan Pearce11 days-4/+4
| | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/14
* chore: release 0.1.25 v0.1.25Alan Pearce11 days-2/+14
|
* fix: panic when source order > number of sourcesAlan Pearce11 days-4/+11
| | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/13
* chore: update flake inputs, go and templAlan Pearce11 days-33/+16
|
* feat: link to referenced projectsAlan Pearce11 days-1/+2
|
* build: add justfile alias for projectdoAlan Pearce11 days-0/+2
|
* chore: release 0.1.24 v0.1.24Alan Pearce11 days-2/+9
|
* refactor: remove unnecessary source lookupAlan Pearce11 days-43/+1
|
* fix(js): switching source after reset uses old queryAlan Pearce11 days-0/+5
|
* chore: release 0.1.23 v0.1.23Alan Pearce12 days-3/+10
|
* fix: remove duplicate link to source codeAlan Pearce12 days-1/+0
|
* chore: release 0.1.22 v0.1.22Alan Pearce12 days-3/+10
|
* feat: default to combined search on root pathAlan Pearce12 days-29/+15
|
* refactor: interface{}->anyAlan Pearce2025-03-07-4/+4
|
* chore: release 0.1.21 v0.1.21Alan Pearce2025-03-06-2/+16
|
* feat: prioritise exact matches on programs/attr/name fieldAlan Pearce2025-03-06-0/+3
|
* feat: improve relevance with compound wordsAlan Pearce2025-03-06-13/+6
| | | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/8 Fixes: https://todo.sr.ht/~alanpearce/searchix/10
* refactor: remove unused analyserAlan Pearce2025-03-06-12/+1
|
* build(dev): automatically re-index on indexer.go changesAlan Pearce2025-03-06-0/+4
|
* chore: update bleve overlayAlan Pearce2025-03-03-2/+2
|
* refactor: use pointer to sourceMetaAlan Pearce2025-02-14-6/+6
|
* refactor: split importer argsAlan Pearce2025-02-14-28/+34
|
* fix: re-index refusing to delete data directory with programs.dbAlan Pearce2025-01-31-0/+1
|
* chore: release 0.1.20 v0.1.20Alan Pearce2025-01-24-2/+9
|
* fix: build failure (bad rebase)Alan Pearce2025-01-24-1/+2
|
* chore: release 0.1.19 v0.1.19Alan Pearce2025-01-24-3/+10
|
* fix: import slowdown when querying programs databaseAlan Pearce2025-01-24-7/+40
|
* perf: enable support for cpu profilingAlan Pearce2025-01-24-4/+17
|
* build: allow passing flags to just {reindex,update}Alan Pearce2025-01-24-4/+4
|
* perf: pass context to importer for better tracingAlan Pearce2025-01-24-12/+33
|