about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
...
* perf: move scripts to head to enable fetching in parallelAlan Pearce2024-05-15-9/+9
|
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-3/+49
|
* build: use a nixpkgs-approved version schemeAlan Pearce2024-05-14-1/+11
|
* build: improve --help outputAlan Pearce2024-05-14-1/+1
|
* fix(flake): remove overlay exportAlan Pearce2024-05-14-2/+1
|
* feat(module): add default for Web.EnvironmentAlan Pearce2024-05-14-0/+6
|
* fix(importer): don't create duplicate nested directoriesAlan Pearce2024-05-14-10/+3
|
* feat: add DownloadOptions importer (fetches pre-built options.json)Alan Pearce2024-05-14-0/+108
|
* feat: log on startup if index doesn't existAlan Pearce2024-05-14-0/+1
|
* refactor(importer): add context and reduce log levelAlan Pearce2024-05-14-4/+4
|
* feat: rely on system to show log times in productionAlan Pearce2024-05-14-1/+5
|
* fix(css): barely-visible text in dark modeAlan Pearce2024-05-14-2/+7
|
* fix(module): include nix in pathAlan Pearce2024-05-14-0/+1
|
* style: make port a string for easier nix integrationAlan Pearce2024-05-13-3/+4
|
* fix(config): show read URL on parse failureAlan Pearce2024-05-13-1/+1
|
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-233/+233
|
* build: fix wrong arguments in justfileAlan Pearce2024-05-13-3/+3
|
* refactor(config): simplify configurationAlan Pearce2024-05-13-299/+306
| | | | | | | | | | | | | | commit 8225dbdb692c99b39dcafe2e5ec6ddc4daf08fb5 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 19:18:26 2024 +0200 refactor: consolidate configuration to reduce command-line options commit 5616d4c5a9bc6c0c14f744f812fa6609f859dc34 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 17:41:58 2024 +0200 refactor: move config file parsing to program entry points
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-19/+26
|
* fix(module): allow setting sentry DSNAlan Pearce2024-05-13-0/+1
|
* build: workaround nix weirdnessAlan Pearce2024-05-13-0/+1
|
* build: export nixos module and overlayAlan Pearce2024-05-13-10/+22
|
* build: switch to flakesAlan Pearce2024-05-12-395/+416
|
* feat: allow adding extra HTML to the body via configurationAlan Pearce2024-05-12-22/+25
|
* feat: enable using channel URLs if unable to resolve via NIX_PATHAlan Pearce2024-05-12-1/+8
|
* build: limit files passed to nixAlan Pearce2024-05-12-1/+14
|
* fix: don't panic on TOML decode errorAlan Pearce2024-05-12-1/+1
|
* refactor: move Source typeAlan Pearce2024-05-12-15/+16
|
* fix: linking to wrong declaration URLsAlan Pearce2024-05-12-0/+3
|
* feat: nix moduleAlan Pearce2024-05-12-0/+216
|
* feat: clicking another source re-uses queryAlan Pearce2024-05-12-3/+20
|
* refactor: merge search and results pagesAlan Pearce2024-05-12-89/+78
|
* refactor: extract index deletion functionAlan Pearce2024-05-12-17/+26
|
* fix(import): don't remove index if there are errorsAlan Pearce2024-05-12-1/+0
| | | | now that we can update the index, this is no longer reasonable
* build: add extra command to index without replacing existing indexAlan Pearce2024-05-12-1/+4
|
* feat(js): save and restore input state with historyAlan Pearce2024-05-12-1/+4
|
* fix(js): make reload after error execute attempted searchAlan Pearce2024-05-12-6/+7
|
* refactor(js): use async/await, it's 2024Alan Pearce2024-05-12-27/+23
|
* build: optimise and fix handing of csp headers in dev modeAlan Pearce2024-05-12-3/+4
|
* fix: js error when no results foundAlan Pearce2024-05-12-2/+6
|
* refactor: split http.Server and http.ServeMux creationAlan Pearce2024-05-11-276/+295
|
* build: make `just dev` reload on go file changesAlan Pearce2024-05-11-1/+1
|
* refactor: don't explain searchesAlan Pearce2024-05-11-1/+0
|
* fix: missing menu on search pagesAlan Pearce2024-05-11-0/+1
|
* style: remove extraneous <p> tags around option descriptionsAlan Pearce2024-05-11-3/+1
|
* fix: no results for home-manager searchAlan Pearce2024-05-11-2/+5
|
* build: ignore local configuration fileAlan Pearce2024-05-11-9/+1
|
* fix(config): add default channel name for home-managerAlan Pearce2024-05-11-0/+1
|
* feat: version search index mapping schema and warn if outdatedAlan Pearce2024-05-11-5/+110
|
* refactor: move sources input data to $data_root/sourcesAlan Pearce2024-05-11-3/+27
|