tftsr-devops_investigation/src
Shaun Arman 1a586c86cd
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m51s
Test / frontend-typecheck (pull_request) Successful in 1m53s
PR Review Automation / review (pull_request) Successful in 4m57s
Test / rust-fmt-check (pull_request) Successful in 12m41s
Test / rust-clippy (pull_request) Successful in 14m7s
Test / rust-tests (pull_request) Successful in 16m5s
fix(proxmox): fix add-remote IPC failure and URL construction
- Change password parameter from &str to String in add_proxmox_cluster
  so Tauri v2 IPC can deserialize it (requires DeserializeOwned + Send)
- Construct full https:// URL with port in ProxmoxClient::get_api_url()
  and authenticate() since the frontend strips the protocol before
  sending the hostname
- Show actual error string in AddRemoteForm instead of generic fallback
  (Tauri errors are plain strings, not Error instances)
- Update client tests to reflect bare-hostname input from the frontend
2026-06-19 16:44:50 -05:00
..
components fix(proxmox): fix add-remote IPC failure and URL construction 2026-06-19 16:44:50 -05:00
config feat(tables): implement configurable columns infrastructure 2026-06-09 14:37:04 -05:00
hooks fix(kube): configure Monaco for offline use and fix pod column data (IP/Node/CPU/Memory) 2026-06-09 20:39:10 -05:00
lib fix(proxmox): remove dummy data, fix add-remote, fix updater 2026-06-13 17:33:23 -05:00
pages refactor(proxmox): extract URL parsing helper and document edit limitation 2026-06-13 23:49:15 -05:00
stores fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
styles fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
App.tsx feat(proxmox): add routes for notes, search, and administration pages 2026-06-12 22:00:00 -05:00
main.tsx fix(kube): configure Monaco for offline use and fix pod column data (IP/Node/CPU/Memory) 2026-06-09 20:39:10 -05:00
vite-env.d.ts docs: update documentation for Kubernetes Management UI 2026-06-07 11:09:22 -05:00