about summary refs log tree commit diff stats
path: root/cmd/searchix-web
Commit message (Expand)AuthorAgeLines
* refactor: pass indexer to importer only once in optionsAlan Pearce45 hours-1/+1
* fix: nil pointer panic in importerAlan Pearce45 hours-2/+3
* refactor: remove duplicate update flagAlan Pearce2 days-2/+1
* refactor: split out importer code from searchix/webAlan Pearce2 days-9/+42
* refactor: move SetupIndex and indexing progress to importerAlan Pearce2 days-3/+4
* perf: enable support for cpu profilingAlan Pearce2025-01-24-4/+17
* perf: pass context to importer for better tracingAlan Pearce2025-01-24-5/+5
* feat: more structured loggingAlan Pearce2024-07-01-16/+20
* refactor: rename go moduleAlan Pearce2024-06-29-2/+2
* feat: add low-memory modeAlan Pearce2024-06-09-2/+3
* refactor: use a struct to configure index optionsAlan Pearce2024-06-09-1/+4
* feat: enable configuration of flags as environment variablesAlan Pearce2024-06-09-1/+3
* fix: incorrect (switched) behaviour of --update/--replaceAlan Pearce2024-05-29-1/+1
* fix: re-enable exit --update/--replaceAlan Pearce2024-05-29-0/+4
* build: just use nix version as internal versionAlan Pearce2024-05-25-7/+1
* refactor: split server cmd and moduleAlan Pearce2024-05-24-0/+82