vm-bench/backend
Claus Lohmar 8eb1def62b feat: session resume — detect leftover staging dirs and offer to resume analysis
- GET /api/v1/sessions scans tmp/ for session dirs with staged files
- Index page shows resumable sessions with filenames and sizes
- Resume button skips download and starts analysis with stored session_id
- session_id carried through analysis → confirm → job for correct file paths
2026-07-27 07:38:00 +00:00
..
app.py feat: session resume — detect leftover staging dirs and offer to resume analysis 2026-07-27 07:38:00 +00:00
converter.py feat: add .ova support — OVA files are tar archives containing .vmdk disks 2026-07-26 07:42:06 +00:00
models.py feat: async analysis with polling + nested archive extraction 2026-07-26 00:13:14 +00:00
provisioner.py fix: use relative paths for STAGING_ROOT and LOG_DIR so backend works on host regardless of install location 2026-07-25 17:50:13 +00:00
requirements.txt chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
vm-bench-backend.service chore: add AGENTS.md, move install.sh to root, rename frontend install.sh → setup.sh 2026-07-25 17:40:59 +00:00