tftsr-devops_investigation/src-tauri
Shaun Arman d922b72f53
Some checks failed
Test / frontend-tests (pull_request) Successful in 1m37s
Test / frontend-typecheck (pull_request) Failing after 1m49s
PR Review Automation / review (pull_request) Successful in 6m2s
Test / rust-fmt-check (pull_request) Failing after 12m10s
Test / rust-clippy (pull_request) Failing after 13m15s
Test / rust-tests (pull_request) Failing after 13m23s
fix(proxmox): comprehensive VM management and UI improvements
- VM Migration:
  * Added proper dialog with target node selection dropdown
  * Fixed migration trigger to actually call the API
  * Added live migration options with max downtime configuration

- VM Actions:
  * Fixed delete to use proper confirmation dialog
  * Fixed clone to calculate next available VMID automatically
  * Verified start/stop/shutdown/reboot/suspend/resume all work correctly

- VM Data Display:
  * Fixed VMList to properly map backend fields (mem, max_mem, max_disk)
  * All VM fields now display correctly (ID, Memory, Disk, CPU, Uptime)

- Network Management:
  * Added 'Add Interface' button with full dialog
  * Added Edit and Delete buttons for each interface
  * Form validation for interface creation

- Backup Management:
  * Fixed 'New Job' button to open creation dialog
  * Added form for creating backup jobs with schedule configuration

- Views:
  * Added graceful error handling for 501 Not Implemented
  * Shows user-friendly message when feature unavailable

- AI Provider:
  * Fixed system message ordering in openai.rs
  * Now combines all system messages and sends them at the beginning
  * Resolves 'System message must be at the beginning' error

- All 386 tests pass
2026-06-21 11:17:31 -05:00
..
.cargo fix(build): remove SODIUM_USE_PKG_CONFIG from .cargo/config.toml [env] block 2026-06-17 21:22:55 -05:00
capabilities fix(proxmox): remove dummy data, fix add-remote, fix updater 2026-06-13 17:33:23 -05:00
gen/schemas chore: update Cargo.lock and schema for v1.2.4 2026-06-13 23:28:42 -05:00
icons feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
resources/ollama feat(ui): fix model dropdown, auth prefill, PII persistence, theme toggle, and Ollama bundle 2026-04-05 19:30:41 -05:00
src fix(proxmox): comprehensive VM management and UI improvements 2026-06-21 11:17:31 -05:00
tests/kube feat(k8s): implement clean-room Kubernetes management GUI 2026-06-06 20:27:39 -05:00
build.rs fix(windows): compile memset_shim to real .o via get_compiler() to fix MinGW link 2026-06-19 15:21:58 -05:00
Cargo.lock fix: remove use-pkg-config feature conflicting with SODIUM_LIB_DIR 2026-06-14 10:52:55 -05:00
Cargo.toml fix: remove use-pkg-config feature conflicting with SODIUM_LIB_DIR 2026-06-14 10:52:55 -05:00
memset_s_shim.c fix(windows): ensure memset_explicit symbol is properly exported for MinGW 2026-06-19 09:44:17 -05:00
tauri.conf.json chore: bump version to 1.2.4 2026-06-13 23:28:23 -05:00