| Commit message (Expand) | Author | Age | Lines |
* | refactor: split server cmd and module | Alan Pearce | 2024-05-24 | -8/+29 |
* | fix: check for nil pointers in NewMux | Alan Pearce | 2024-05-24 | -0/+6 |
* | refactor: use a single value for per-source import timeouts | Alan Pearce | 2024-05-23 | -69/+60 |
* | feat: stream files directly from fetcher to importer | Alan Pearce | 2024-05-23 | -287/+288 |
* | fix: abort import of source on batch processing errors | Alan Pearce | 2024-05-23 | -7/+36 |
* | fix(web): fetch host from request, not header, where it's expected | Alan Pearce | 2024-05-22 | -1/+1 |
* | 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 |
* | perf: make channel-nixpkgs importer only fetch necessary files | Alan Pearce | 2024-05-20 | -5/+14 |
* | refactor: make repository URLs by Repo.Type (currently no change) | Alan Pearce | 2024-05-20 | -12/+29 |
* | 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 |
* | docs: add comments to default configuration | Alan Pearce | 2024-05-20 | -44/+51 |
* | feat(config): use enums' string representations to print defaults | Alan Pearce | 2024-05-20 | -0/+8 |
* | fix: nix cannot read date/time TOML values from default config | Alan Pearce | 2024-05-20 | -2/+25 |
* | feat(config): print durations and URLs with human values | Alan Pearce | 2024-05-20 | -19/+23 |
* | feat: show default configuration with --print-default-config | Alan Pearce | 2024-05-20 | -0/+9 |
* | feat: render markdown in packages' LongDescription | Alan Pearce | 2024-05-17 | -2/+2 |
* | feat: use attribute instead of name for packages | Alan Pearce | 2024-05-17 | -1/+3 |
* | fix: missing last page of search results | Alan Pearce | 2024-05-17 | -1/+2 |
* | fix: store only data from current entity in index | Alan Pearce | 2024-05-17 | -4/+5 |
* | fix: nil pointer when updating all sources | Alan Pearce | 2024-05-17 | -1/+1 |
* | feat: error on non-matching configuration entries | Alan Pearce | 2024-05-17 | -0/+5 |
* | refactor: reduce debug logging | Alan Pearce | 2024-05-17 | -5/+0 |
* | feat: automatically add/remove sources to/from index | Alan Pearce | 2024-05-17 | -2/+70 |
* | fix: don't panic when re-indexing if fetcher did not update | Alan Pearce | 2024-05-17 | -2/+2 |
* | feat: support searching packages | Alan Pearce | 2024-05-17 | -105/+122 |
* | feat(index): enable storage of package data | Alan Pearce | 2024-05-17 | -1/+18 |
* | refactor: export functions for parsing enum types | Alan Pearce | 2024-05-17 | -4/+4 |
* | perf: flush index batch in groups of 10000 | Alan Pearce | 2024-05-17 | -5/+26 |
* | fix(logging): track whether headers are written properly | Alan Pearce | 2024-05-17 | -3/+20 |
* | feat: decode brotli-compressed files | Alan Pearce | 2024-05-17 | -16/+59 |
* | refactor: separate fetch and import logic | Alan Pearce | 2024-05-16 | -344/+444 |
* | fix: rebuild index when --replace is specified | Alan Pearce | 2024-05-16 | -4/+4 |
* | refactor: remove unnecessary and incorrect bleve config option | Alan Pearce | 2024-05-16 | -1/+0 |
* | feat: extract and store package set (e.g. nodePackages) | Alan Pearce | 2024-05-16 | -1/+8 |
* | refactor: use interface to unify Options and Packages | Alan Pearce | 2024-05-16 | -104/+130 |
* | refactor: remove unused interface | Alan Pearce | 2024-05-16 | -4/+0 |
* | feat(importer): process packages from nixpkgs package.json | Alan Pearce | 2024-05-16 | -5/+299 |
* | refactor: remove toml special cases | Alan Pearce | 2024-05-16 | -4/+4 |
* | refactor(importer): move functions to utils file | Alan Pearce | 2024-05-16 | -50/+60 |
* | feat: add caching header (except on error pages) | Alan Pearce | 2024-05-15 | -1/+12 |
* | feat: monitor import jobs via sentry | Alan Pearce | 2024-05-15 | -12/+1 |
* | feat: add browser search engines via opensearch description | Alan Pearce | 2024-05-15 | -1/+51 |
* | style: use consistent naming for config value | Alan Pearce | 2024-05-15 | -21/+21 |
* | refactor: default to development Environment outside nix module | Alan Pearce | 2024-05-15 | -0/+1 |
* | feat: render HTML error pages | Alan Pearce | 2024-05-15 | -12/+61 |
* | refactor(templates): render partials with less hackiness | Alan Pearce | 2024-05-15 | -8/+11 |
* | build: remove duplicate debug log on dev file watcher update | Alan Pearce | 2024-05-15 | -1/+0 |
* | perf: move scripts to head to enable fetching in parallel | Alan Pearce | 2024-05-15 | -6/+6 |