tftsr-devops_investigation/docs
Shaun Arman a9a063f786
Some checks failed
Test / frontend-tests (pull_request) Successful in 1m37s
Test / frontend-typecheck (pull_request) Successful in 1m49s
PR Review Automation / review (pull_request) Successful in 10m13s
Test / rust-fmt-check (pull_request) Failing after 12m20s
Test / rust-clippy (pull_request) Successful in 13m53s
Test / rust-tests (pull_request) Has been cancelled
fix(proxmox): fix VM actions, remove Disk column, add Create VM
Issue 1 — VM actions silently doing nothing:
The root cause was a missing <Toaster> mount in App.tsx. All
toast.success/error calls were no-ops because the sonner Toaster
component was never rendered. Added it at the App root.

Also added dialog:allow-confirm capability (was missing, caused VM
delete confirmation to throw silently).

Issue 2 — Remove Disk column:
PVE cluster/resources returns only static disk allocation, not actual
usage, making the column misleading. Removed from VMList header, row,
and the diskPercent calculation.

Issue 3 — Add VM creation:
- New list_proxmox_nodes Tauri command (GET /nodes) for real node list
- New create_proxmox_vm Tauri command with server-side input validation:
  vmid range, numeric bounds, node/storage/bridge path-safety check,
  ISO volume-ID format check to prevent comma-property injection
- CreateVmDialog component with node/storage discovery on open
- "Add VM" button wired into VMsPage

MigrationDialog now fetches real cluster nodes via list_proxmox_nodes
instead of inferring them from the VMs already in the list.

Added suspendProxmoxVm, resumeProxmoxVm, listProxmoxNodes,
createProxmoxVm client wrappers to proxmoxClient.ts.

Tests: 446 Rust + 405 frontend, all pass. 19 new VMList tests (TDD),
7 new Rust tests for security validation logic.
2026-06-21 18:01:37 -05:00
..
architecture docs: update documentation for Kubernetes Management UI 2026-06-07 11:09:22 -05:00
proxmox chore: remove hackathon files from git 2026-06-06 15:46:19 -05:00
tickets fix(proxmox): fix VM actions, remove Disk column, add Create VM 2026-06-21 18:01:37 -05:00
wiki fix(proxmox): fix VM actions, remove Disk column, add Create VM 2026-06-21 18:01:37 -05:00
KUBERNETES-MANAGEMENT-IMPLEMENTATION-PLAN.md feat: add Kubernetes Management Implementation Plan 2026-06-07 00:44:01 -05:00
MCP_SERVER_SUPPORT.md feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
PROXMOX-COMPLETE.md docs: add Proxmox PDM feature parity completion summary 2026-06-11 09:49:21 -05:00
PROXMOX-FEATURE-PARITY-STATUS.md fix(proxmox): add database migration to remove old dummy data; bump to v1.2.2 2026-06-12 23:33:01 -05:00
PROXMOX-IMPLEMENTATION-SUMMARY.md docs: add Proxmox implementation summary 2026-06-10 22:40:36 -05:00
PROXMOX-IMPLEMENTATION.md feat: Implement Proxmox Datacenter Manager feature parity - Phases 1-11 2026-06-11 09:38:36 -05:00
PROXMOX-QUICK-REFERENCE.md feat: Implement Proxmox Datacenter Manager feature parity - Phases 1-11 2026-06-11 09:38:36 -05:00
RELEASE_NOTES.md fix: Proxmox PDM v1.2.0 bugs and feature parity 2026-06-11 15:55:04 -05:00
TICKET-attachment-db-storage-recall.md feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
ticket-git-cliff-changelog.md feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
TICKET-pii-bypass-chat-attachments.md feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
TICKET-proxmox-integration.md chore: remove hackathon files from git 2026-06-06 15:46:19 -05:00