| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | build: bake git hash into build for headers and --version | Alan Pearce | 2024-05-14 | -0/+23 |
* | fix(importer): don't create duplicate nested directories | Alan Pearce | 2024-05-14 | -10/+3 |
* | feat: add DownloadOptions importer (fetches pre-built options.json) | Alan Pearce | 2024-05-14 | -0/+108 |
* | refactor(importer): add context and reduce log level | Alan Pearce | 2024-05-14 | -4/+4 |
* | style: make port a string for easier nix integration | Alan Pearce | 2024-05-13 | -3/+4 |
* | fix(config): show read URL on parse failure | Alan Pearce | 2024-05-13 | -1/+1 |
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -83/+80 |
* | refactor(config): simplify configuration | Alan Pearce | 2024-05-13 | -108/+215 |
* | refactor: move Source/Repository types to config package | Alan Pearce | 2024-05-13 | -19/+26 |
* | feat: allow adding extra HTML to the body via configuration | Alan Pearce | 2024-05-12 | -21/+24 |