about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* feat(js): save and restore input state with historyAlan Pearce2024-05-12-1/+4
|
* fix(js): make reload after error execute attempted searchAlan Pearce2024-05-12-6/+7
|
* refactor(js): use async/await, it's 2024Alan Pearce2024-05-12-27/+23
|
* build: optimise and fix handing of csp headers in dev modeAlan Pearce2024-05-12-3/+4
|
* fix: js error when no results foundAlan Pearce2024-05-12-2/+6
|
* refactor: split http.Server and http.ServeMux creationAlan Pearce2024-05-11-276/+295
|
* build: make `just dev` reload on go file changesAlan Pearce2024-05-11-1/+1
|
* refactor: don't explain searchesAlan Pearce2024-05-11-1/+0
|
* fix: missing menu on search pagesAlan Pearce2024-05-11-0/+1
|
* style: remove extraneous <p> tags around option descriptionsAlan Pearce2024-05-11-3/+1
|
* fix: no results for home-manager searchAlan Pearce2024-05-11-2/+5
|
* build: ignore local configuration fileAlan Pearce2024-05-11-9/+1
|
* 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
|
* refactor: move sources input data to $data_root/sourcesAlan Pearce2024-05-11-3/+27
|
* refactor: deduce index path automatically from config.DataPathAlan Pearce2024-05-11-42/+29
|
* refactor: split up NewIndexer functionAlan Pearce2024-05-11-38/+64
|
* build: enable building with nix with embedded frontendAlan Pearce2024-05-10-3/+6
|
* build: optionally embed frontend filesAlan Pearce2024-05-10-9/+25
|
* style: highlight current search menu itemAlan Pearce2024-05-10-1/+5
|
* fix: missing menu on search pageAlan Pearce2024-05-10-0/+1
|
* style: use title-cased source namesAlan Pearce2024-05-10-2/+2
|
* docs: change links to point to sourcehutAlan Pearce2024-05-10-4/+2
|
* refactor: clean up flags and environment variablesAlan Pearce2024-05-09-26/+5
|
* build: add reindex commandAlan Pearce2024-05-09-0/+3
|
* build: pass config file to dev commandAlan Pearce2024-05-09-1/+1
|
* fix: pointer type mismatchAlan Pearce2024-05-09-7/+7
|
* feat: dynamically link to sourcesAlan Pearce2024-05-09-3/+5
|
* feat: format server listen address as URLAlan Pearce2024-05-09-1/+3
|
* refactor: pass Source object to templatesAlan Pearce2024-05-09-18/+24
|
* style: rename Option.Option to Option.NameAlan Pearce2024-05-09-9/+9
|
* style: reformat with golines and enforce on commitAlan Pearce2024-05-09-9/+58
|
* feat: enable index path to be configuredAlan Pearce2024-05-09-13/+28
|
* feat(importer): make timeout configurable via command-lineAlan Pearce2024-05-09-6/+5
|
* feat(importer): add --replace flag to overwrite existing indexAlan Pearce2024-05-09-3/+20
|
* feat: allow configuration of log levelAlan Pearce2024-05-09-15/+15
|
* feat: enable setting config file path via command lineAlan Pearce2024-05-09-10/+28
|
* docs: embed defaults in appAlan Pearce2024-05-09-45/+45
|
* refactor: make config entries kebab-caseAlan Pearce2024-05-09-1/+1
|
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-511/+1142
|
* feat: make configuration optionalAlan Pearce2024-05-09-34/+80
|
* fix(js): pushstate also on errors, so that the user can refreshAlan Pearce2024-05-09-2/+5
|
* refactor: enable access to bleve DocumentMatch structsAlan Pearce2024-05-08-53/+61
|
* refactor: reduce new variables when looping over hitsAlan Pearce2024-05-08-5/+8
|
* refactor: store searched documents directly in the search indexAlan Pearce2024-05-08-17/+41
|
* refactor: log index loading progress at startupAlan Pearce2024-05-08-1/+2
|
* feat: improve search by using a custom tokeniser for option namesAlan Pearce2024-05-08-4/+31
|
* fix(js): null value error for paginationAlan Pearce2024-05-08-1/+1
|
* fix: incorrect default/example values stored after processingAlan Pearce2024-05-08-7/+8
|
* style: fix overflowing <pre> tagsAlan Pearce2024-05-08-1/+1
|