about summary refs log tree commit diff stats
path: root/searchix.go
Commit message (Collapse)AuthorAgeLines
* feat: add low-memory modeAlan Pearce2024-06-09-2/+6
|
* refactor: use a struct to configure index optionsAlan Pearce2024-06-09-7/+15
|
* chore: reduce tracing sample rateAlan Pearce2024-06-08-1/+1
|
* fix: nil pointer exception when (re-)indexingAlan Pearce2024-05-29-1/+1
|
* refactor: split server cmd and moduleAlan Pearce2024-05-24-150/+131
| | | | | It should now be possible to run the server from inside another go application by importing the main module and running its Start() function
* refactor: clarify log message when starting importAlan Pearce2024-05-22-1/+9
|
* feat: add --update flag to force-update index and exitAlan Pearce2024-05-20-2/+3
|
* docs: clarify help text for --replaceAlan Pearce2024-05-20-6/+2
|
* fix: nix cannot read date/time TOML values from default configAlan Pearce2024-05-20-1/+1
|
* feat: show default configuration with --print-default-configAlan Pearce2024-05-20-4/+23
|
* fix: duplicate error logging on config parse errorAlan Pearce2024-05-17-1/+3
|
* build: enable versioning of packageAlan Pearce2024-05-17-1/+5
|
* feat: automatically add/remove sources to/from indexAlan Pearce2024-05-17-2/+41
|
* feat: exit after rebuilding index if `--replace` is specifiedAlan Pearce2024-05-17-0/+3
|
* fix: rebuild index when --replace is specifiedAlan Pearce2024-05-16-1/+1
|
* feat: monitor import jobs via sentryAlan Pearce2024-05-15-16/+59
|
* fix: bad git conflict resolutionAlan Pearce2024-05-15-2/+2
|
* style: use consistent naming for config valueAlan Pearce2024-05-15-8/+8
|
* feat: print clickable URL on startup in dev modeAlan Pearce2024-05-15-0/+4
|
* refactor: remove log prefixAlan Pearce2024-05-15-3/+2
|
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-0/+8
|
* build: improve --help outputAlan Pearce2024-05-14-1/+1
|
* feat: log on startup if index doesn't existAlan Pearce2024-05-14-0/+1
|
* feat: rely on system to show log times in productionAlan Pearce2024-05-14-1/+5
|
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-0/+116