vm-bench/backend
Claus Lohmar 6617aca341 fix: purge all old staging path references — full code review cleanup
Bugs found and fixed:
- converter.py: STAGING_IN.iterdir() → extract_base.iterdir()
  (checked wrong dir when source was in session subdir)
- vm-bench.service: TMPDIR=/mnt/converter/in → /mnt/converter/tmp
  (old path poisoned all temp file writes)
- backend/app.py: removed unused STAGING_IN constant
- converter.py: removed unused STAGING_OUT constant
- install.sh: removed creation of old /in and /out dirs
2026-07-23 10:36:03 +00:00
..
app.py fix: purge all old staging path references — full code review cleanup 2026-07-23 10:36:03 +00:00
converter.py fix: purge all old staging path references — full code review cleanup 2026-07-23 10:36:03 +00:00
install.sh fix: purge all old staging path references — full code review cleanup 2026-07-23 10:36:03 +00:00
models.py feat: session GUID isolation for multi-user support 2026-07-23 09:32:16 +00:00
provisioner.py fix: correct staging path resolution — tmp/{guid}/in not tmp/in/{guid} 2026-07-23 10:14:19 +00:00
requirements.txt chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
vm-bench-backend.service fix: add /usr/sbin to PATH in service files (qm, virt-resize, etc.) 2026-07-21 19:24:13 +00:00