- #70 fix 'nix run'
- #56 adds a garbage collector to the jobs api, to prevent stale jobs from taking up unnecessary memory
- #61 updates our nixtract, resolving related issues including missed dependencies.
- #55 splits of the
messages()
function into its own trait. This resolves many issues caused by a cargo issue.
- #34 implements a web-based GUI for Genealogos
- #36 include nixtract's new narinfo information
- #38 display nixtract's status information when running
- #44 adds two functions to the
Backend
trait to set options - #48 #49 added a NixOS module to our flake
- #50 included the frontend in rocket behind the
frontend
feature flag