tftsr-devops_investigation/src-tauri/src
Shaun Arman 118f817a18
Some checks failed
Test / frontend-tests (pull_request) Successful in 1m45s
Test / frontend-typecheck (pull_request) Successful in 1m54s
Test / rust-tests (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
PR Review Automation / review (pull_request) Successful in 6m10s
fix(proxmox): address 11 dashboard issues and add missing VM action commands
Backend:
- Add resume_proxmox_vm, suspend_proxmox_vm, clone_vm, delete_vm Tauri commands
- Implement proxmox/vm.rs functions for resume, suspend, clone, delete operations
- Register all new commands in lib.rs

Frontend:
- Fix VMList.tsx: Import confirm from @tauri-apps/plugin-dialog
- Fix VMList.tsx: Replace prompt() with window.prompt() for user input
- Fix VMList.tsx: Correct paused VM action to resume instead of suspend
- Fix VMList.tsx: Implement proper menu positioning with horizontal overflow detection
- Fix StorageList.tsx: Add error handling to formatBytes for negative/non-numeric input
- Fix VMsPage.tsx: Remove redundant handler stubs, let VMList handle actions

All changes pass TypeScript type checking, Rust clippy, and frontend tests (386 tests passing).
2026-06-21 09:38:10 -05:00
..
ai fix(ci): remove actions/cache steps to fix Node.js requirement 2026-06-05 16:18:35 -05:00
audit fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
cli fix(proxmox): restore reliable connect/reconnect after app restart 2026-06-20 19:38:49 -05:00
commands fix(proxmox): address 11 dashboard issues and add missing VM action commands 2026-06-21 09:38:10 -05:00
db fix(proxmox): remove dummy data, fix add-remote, fix updater 2026-06-13 17:33:23 -05:00
docs fix: comprehensive trcaa→tftsr conversion and URL corrections 2026-06-05 15:38:29 -05:00
integrations fix(clippy): fix Rust nightly clippy lints 2026-06-05 17:35:09 -05:00
kube fix(kubernetes): remove redundant TS cast and fix cargo fmt failures 2026-06-07 11:37:17 -05:00
mcp fix: implement v1.2.1 fixes 2026-06-12 21:20:09 -05:00
metrics fix(security): address automated code review findings 2026-06-09 18:08:58 -05:00
ollama fix(windows): link memset_shim object directly and suppress dead_code warning 2026-06-19 11:23:12 -05:00
pii fix(security): expand Password PII patterns; add regression tests 2026-05-31 20:47:59 -05:00
proxmox fix(proxmox): resolve 11 dashboard UI and API issues 2026-06-20 23:39:33 -05:00
shell fix(ci): resolve libsodium pkg-config detection across all platforms 2026-06-14 04:36:44 -05:00
lib.rs fix(proxmox): address 11 dashboard issues and add missing VM action commands 2026-06-21 09:38:10 -05:00
main.rs feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
memset_shim.rs fix(build): add memset_shim for Windows MinGW and rpm for Linux ARM64 2026-06-18 22:08:30 -05:00
state.rs fix(build): resolve libsodium linking failures across all CI targets 2026-06-14 02:07:38 -05:00