about summary refs log tree commit diff stats
path: root/searchix.go
Commit message (Expand)AuthorAgeLines
* 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