| Commit message (Expand) | Author | Age | Lines |
... | |
* | 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 | -28/+60 |
* | fix: bad git conflict resolution | Alan Pearce | 2024-05-15 | -2/+2 |
* | feat: add browser search engines via opensearch description | Alan Pearce | 2024-05-15 | -3/+77 |
* | style: use consistent naming for config value | Alan Pearce | 2024-05-15 | -29/+29 |
* | feat: print clickable URL on startup in dev mode | Alan Pearce | 2024-05-15 | -0/+4 |
* | refactor: remove log prefix | Alan Pearce | 2024-05-15 | -3/+2 |
* | 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/+72 |
* | refactor(templates): render partials with less hackiness | Alan Pearce | 2024-05-15 | -12/+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 | -9/+9 |
* | build: bake git hash into build for headers and --version | Alan Pearce | 2024-05-14 | -3/+49 |
* | build: use a nixpkgs-approved version scheme | Alan Pearce | 2024-05-14 | -1/+11 |
* | build: improve --help output | Alan Pearce | 2024-05-14 | -1/+1 |
* | fix(flake): remove overlay export | Alan Pearce | 2024-05-14 | -2/+1 |
* | feat(module): add default for Web.Environment | Alan Pearce | 2024-05-14 | -0/+6 |
* | 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 |
* | feat: log on startup if index doesn't exist | Alan Pearce | 2024-05-14 | -0/+1 |
* | refactor(importer): add context and reduce log level | Alan Pearce | 2024-05-14 | -4/+4 |
* | feat: rely on system to show log times in production | Alan Pearce | 2024-05-14 | -1/+5 |
* | fix(css): barely-visible text in dark mode | Alan Pearce | 2024-05-14 | -2/+7 |
* | fix(module): include nix in path | Alan Pearce | 2024-05-14 | -0/+1 |
* | 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 | -233/+233 |
* | build: fix wrong arguments in justfile | Alan Pearce | 2024-05-13 | -3/+3 |
* | refactor(config): simplify configuration | Alan Pearce | 2024-05-13 | -299/+306 |
* | refactor: move Source/Repository types to config package | Alan Pearce | 2024-05-13 | -19/+26 |
* | fix(module): allow setting sentry DSN | Alan Pearce | 2024-05-13 | -0/+1 |
* | build: workaround nix weirdness | Alan Pearce | 2024-05-13 | -0/+1 |
* | build: export nixos module and overlay | Alan Pearce | 2024-05-13 | -10/+22 |
* | build: switch to flakes | Alan Pearce | 2024-05-12 | -395/+416 |
* | feat: allow adding extra HTML to the body via configuration | Alan Pearce | 2024-05-12 | -22/+25 |
* | feat: enable using channel URLs if unable to resolve via NIX_PATH | Alan Pearce | 2024-05-12 | -1/+8 |
* | build: limit files passed to nix | Alan Pearce | 2024-05-12 | -1/+14 |
* | fix: don't panic on TOML decode error | Alan Pearce | 2024-05-12 | -1/+1 |
* | refactor: move Source type | Alan Pearce | 2024-05-12 | -15/+16 |
* | fix: linking to wrong declaration URLs | Alan Pearce | 2024-05-12 | -0/+3 |
* | feat: nix module | Alan Pearce | 2024-05-12 | -0/+216 |
* | feat: clicking another source re-uses query | Alan Pearce | 2024-05-12 | -3/+20 |
* | refactor: merge search and results pages | Alan Pearce | 2024-05-12 | -89/+78 |
* | refactor: extract index deletion function | Alan Pearce | 2024-05-12 | -17/+26 |
* | fix(import): don't remove index if there are errors | Alan Pearce | 2024-05-12 | -1/+0 |
* | build: add extra command to index without replacing existing index | Alan Pearce | 2024-05-12 | -1/+4 |
* | feat(js): save and restore input state with history | Alan Pearce | 2024-05-12 | -1/+4 |
* | fix(js): make reload after error execute attempted search | Alan Pearce | 2024-05-12 | -6/+7 |
* | refactor(js): use async/await, it's 2024 | Alan Pearce | 2024-05-12 | -27/+23 |