about summary refs log tree commit diff stats
path: root/internal
Commit message (Expand)AuthorAgeLines
* feat: buffer fetched HTTP bodiesAlan Pearce46 hours-1/+25
* fix: another typo in search markupAlan Pearce47 hours-1/+1
* fix: typo in indexing statusAlan Pearce47 hours-1/+1
* feat: re-index on startup if last run > 24 hours agoAlan Pearce48 hours-2/+8
* refactor: pass indexer to importer only once in optionsAlan Pearce48 hours-2/+1
* refactor: split out importer code from searchix/webAlan Pearce2 days-89/+140
* refactor: move SetupIndex and indexing progress to importerAlan Pearce2 days-49/+139
* fix: missing content of last index run timeAlan Pearce2 days-6/+8
* feat: improve handling of long option descriptionsAlan Pearce3 days-9/+9
* fix: block single-character queriesAlan Pearce3 days-0/+7
* feat: improve display of indexing times and durationsAlan Pearce3 days-7/+7
* feat: link directly to version changelog in footerAlan Pearce4 days-1/+4
* feat: promote prefix/exact name/attr matchesAlan Pearce4 days-11/+181
* fix: don't attempt to load more than configured number of resultsAlan Pearce4 days-2/+3
* fix: remove rendering from search timeout restrictionAlan Pearce5 days-5/+6
* perf: iterate over results without keeping the set in memoryAlan Pearce5 days-18/+33
* fix: package programs displayed off-centreAlan Pearce6 days-1/+1
* feat: demote NUR results in combined searchAlan Pearce6 days-3/+10
* feat: promote results with literal or prefix name matchesAlan Pearce6 days-4/+19
* feat: make list of source links dynamicAlan Pearce6 days-5/+39
* feat: enable NUR package importAlan Pearce6 days-14/+100
* feat: wrap search form in semantic <search> elementAlan Pearce7 days-5/+4
* feat: show last/next/current indexing run timeAlan Pearce7 days-0/+80
* feat: shorten shutdown timeout in developmentAlan Pearce7 days-1/+6
* fix: footer spacingAlan Pearce7 days-0/+1
* fix: detach version from rest of footer textAlan Pearce7 days-0/+1
* fix: wrong pagination links for combined resultsAlan Pearce7 days-3/+6
* feat: Convert templ components to gomponentsAlan Pearce7 days-636/+741
* feat: show version number and link in footerAlan Pearce8 days-0/+6
* feat: split compound words in names into n-gramsAlan Pearce8 days-3/+27
* fix: nil pointer deference in nixpkgs-channel fetcherAlan Pearce9 days-0/+1
* fix: build error (incomplete commit)Alan Pearce10 days-5/+2
* fix: build error caused by incomplete commitAlan Pearce10 days-5/+6
* refactor: ensure errors have stack tracesAlan Pearce14 days-165/+161
* fix: js error due to missing class on nav menu itemAlan Pearce2025-03-12-3/+1
* fix: nixos import fails with default settingsAlan Pearce2025-03-11-2/+2
* fix: panic when source order > number of sourcesAlan Pearce2025-03-11-4/+11
* feat: link to referenced projectsAlan Pearce2025-03-11-1/+2
* refactor: remove unnecessary source lookupAlan Pearce2025-03-11-43/+1
* fix: remove duplicate link to source codeAlan Pearce2025-03-10-1/+0
* feat: default to combined search on root pathAlan Pearce2025-03-10-29/+15
* refactor: interface{}->anyAlan Pearce2025-03-07-4/+4
* 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
* refactor: remove unused analyserAlan Pearce2025-03-06-12/+1
* refactor: use pointer to sourceMetaAlan Pearce2025-02-14-6/+6
* refactor: split importer argsAlan Pearce2025-02-14-19/+28
* fix: re-index refusing to delete data directory with programs.dbAlan Pearce2025-01-31-0/+1
* fix: build failure (bad rebase)Alan Pearce2025-01-24-1/+2
* fix: import slowdown when querying programs databaseAlan Pearce2025-01-24-7/+40