Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | fix: nil pointer exception when (re-)indexing | Alan Pearce | 2024-05-29 | -3/+4 | |
| | |||||
* | chore: release 0.1.5 v0.1.5 | Alan Pearce | 2024-05-29 | -1/+21 | |
| | |||||
* | build: add command to generate changelog | Alan Pearce | 2024-05-29 | -0/+3 | |
| | |||||
* | feat: improve search relevance by boosting keyword matches | Alan Pearce | 2024-05-29 | -4/+46 | |
| | |||||
* | fix: missing alternate forms of packages with the same name | Alan Pearce | 2024-05-29 | -1/+1 | |
| | | | | e.g. for git: git, gitFull, gitMinimal, etc.. | ||||
* | fix: incorrect (switched) behaviour of --update/--replace | Alan Pearce | 2024-05-29 | -1/+1 | |
| | |||||
* | fix: re-enable exit --update/--replace | Alan Pearce | 2024-05-29 | -0/+4 | |
| | | | | | regression after extracting the command-line handling to cmd/searchix-web | ||||
* | chore: update dependencies | Alan Pearce | 2024-05-26 | -12/+9 | |
| | |||||
* | build: add task to update dependencies | Alan Pearce | 2024-05-26 | -1/+10 | |
| | |||||
* | build: fix flake error | Alan Pearce | 2024-05-26 | -1/+0 | |
| | |||||
* | feat: support cleartext HTTP/2 (i.e. from a reverse proxy) | Alan Pearce | 2024-05-25 | -31/+44 | |
| | |||||
* | refactor: don't log request Host, it's irrelevant to this server | Alan Pearce | 2024-05-25 | -6/+1 | |
| | |||||
* | build: just use nix version as internal version | Alan Pearce | 2024-05-25 | -38/+6 | |
| | |||||
* | build: enable non-flake import | Alan Pearce | 2024-05-25 | -7/+7 | |
| | |||||
* | refactor: split server cmd and module | Alan Pearce | 2024-05-24 | -162/+249 | |
| | | | | | It should now be possible to run the server from inside another go application by importing the main module and running its Start() function | ||||
* | fix: check for nil pointers in NewMux | Alan Pearce | 2024-05-24 | -0/+6 | |
| | |||||
* | chore: release v0.1.4 v0.1.4 | Alan Pearce | 2024-05-23 | -3/+36 | |
| | |||||
* | refactor: use a single value for per-source import timeouts | Alan Pearce | 2024-05-23 | -81/+64 | |
| | |||||
* | feat: stream files directly from fetcher to importer | Alan Pearce | 2024-05-23 | -287/+288 | |
| | | | | | Use IndexMeta to store the information relevant to making conditional updates in future runs. | ||||
* | fix: abort import of source on batch processing errors | Alan Pearce | 2024-05-23 | -7/+36 | |
| | |||||
* | refactor: clarify log message when starting import | Alan Pearce | 2024-05-22 | -1/+9 | |
| | |||||
* | fix(web): fetch host from request, not header, where it's expected | Alan Pearce | 2024-05-22 | -1/+1 | |
| | |||||
* | docs: expand readme, move dev docs to subfolder | Alan Pearce | 2024-05-22 | -23/+74 | |
| | |||||
* | docs: document how to run an instance | Alan Pearce | 2024-05-22 | -0/+44 | |
| | |||||
* | build: fix pre-commit check exclude/ignore patterns | Alan Pearce | 2024-05-22 | -2/+4 | |
| | |||||
* | fix(nix): generate default baseURL from listen address and port | Alan Pearce | 2024-05-22 | -5/+9 | |
| | |||||
* | refactor(nix): rename module attribute to allow for other modules | Alan Pearce | 2024-05-22 | -1/+1 | |
| | |||||
* | build: narrow overly-broad linting exclusions | Alan Pearce | 2024-05-21 | -4/+4 | |
| | | | | | | | | | I started this project using `niv`, which creates `nix/sources.nix`, which is all I really needed to exclude as it's generated by niv. Now there's generated code only in `nix/overlays`, so the rest of the files under `nix/` should be formatted by nixpkgs-fmt and analysed by statix and deadnix. | ||||
* | fix: make fetcher check on creation that it supports Source.Importer | Alan Pearce | 2024-05-20 | -41/+57 | |
| | |||||
* | fix(importer): abort import of current source in case of error | Alan Pearce | 2024-05-20 | -6/+22 | |
| | | | | | | | The switch to logger.Error is to make clear that the operation is aborted, whereas the remaining warning (fetching the git revision) is not so important so it remains a warning and does not skip the current iteration | ||||
* | perf: make channel-nixpkgs importer only fetch necessary files | Alan Pearce | 2024-05-20 | -5/+14 | |
| | | | | i.e. don't fetch options.json when Source.Type = "packages" | ||||
* | refactor: make repository URLs by Repo.Type (currently no change) | Alan Pearce | 2024-05-20 | -12/+29 | |
| | | | | | "currently no change" because only GitHub repos are supported, but more ready to support other types | ||||
* | refactor: use enum for Repository.Type | Alan Pearce | 2024-05-20 | -4/+8 | |
| | |||||
* | refactor: make declaration/definition URLs from Source.Repo | Alan Pearce | 2024-05-20 | -19/+8 | |
| | |||||
* | build: fix `prepare` task not working after flake migration | Alan Pearce | 2024-05-20 | -1/+2 | |
| | |||||
* | feat: add --update flag to force-update index and exit | Alan Pearce | 2024-05-20 | -2/+6 | |
| | |||||
* | style: use double-dash arguments to wgo | Alan Pearce | 2024-05-20 | -1/+1 | |
| | |||||
* | docs: clarify help text for --replace | Alan Pearce | 2024-05-20 | -6/+2 | |
| | |||||
* | docs: add comments to default configuration | Alan Pearce | 2024-05-20 | -48/+121 | |
| | |||||
* | feat(config): use enums' string representations to print defaults | Alan Pearce | 2024-05-20 | -8/+16 | |
| | |||||
* | docs: add link to default config file in nix module | Alan Pearce | 2024-05-20 | -1/+5 | |
| | |||||
* | build: check defaults.toml wasn't modified pre-commit | Alan Pearce | 2024-05-20 | -1/+2 | |
| | |||||
* | fix: nix cannot read date/time TOML values from default config | Alan Pearce | 2024-05-20 | -4/+27 | |
| | |||||
* | feat(config): print durations and URLs with human values | Alan Pearce | 2024-05-20 | -41/+33 | |
| | |||||
* | build: store default configuration in repo and ensure freshness | Alan Pearce | 2024-05-20 | -8/+176 | |
| | |||||
* | feat: show default configuration with --print-default-config | Alan Pearce | 2024-05-20 | -4/+32 | |
| | |||||
* | fix: duplicate error logging on config parse error | Alan Pearce | 2024-05-17 | -1/+3 | |
| | |||||
* | chore: release 0.1.3 v0.1.3 | Alan Pearce | 2024-05-17 | -2/+27 | |
| | |||||
* | feat(ui): enable resetting form by clicking current source link | Alan Pearce | 2024-05-17 | -2/+14 | |
| | |||||
* | feat: render markdown in packages' LongDescription | Alan Pearce | 2024-05-17 | -3/+11 | |
| |