| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-26 | chore: apply cargo fmt and fix clippy warnings | DanConwayDev | |
| Fix pre-existing clippy lints: - &PathBuf -> &Path in audit_cleanup.rs - too_many_arguments on process_newly_available_git_data, process_purgatory_announcements, and HttpService::new - clone_on_copy for PublicKey (Copy type) in purgatory cleanup loop | |||
| 2026-02-24 | add background job to clean up grasp-audit test events and git repos | DanConwayDev | |
| Spawns a tokio task that runs every 30 minutes and removes all events tagged 'grasp-audit-test-event' older than 2 hours from the LMDB database, along with their associated bare git repositories on disk. | |||