tftsr-devops_investigation/src-tauri/src/proxmox
Shaun Arman 5d468392ab feat: implement Update management operations for Proxmox VE
- Implement check_updates with full update information
- Implement list_updates and get_update_status
- Implement refresh_updates and install_updates
- Implement get_update_history
- All operations use proper error handling with Option safety
- Add 2 unit tests for update info and status serialization
2026-06-10 22:33:06 -05:00
..
backup.rs feat: implement Proxmox Backup Server operations 2026-06-10 22:00:44 -05:00
ceph.rs feat: implement Ceph management operations for Proxmox VE 2026-06-10 22:08:14 -05:00
client.rs feat: implement Proxmox cluster management foundation 2026-06-10 21:50:30 -05:00
cluster.rs feat: implement Proxmox cluster management foundation 2026-06-10 21:50:30 -05:00
firewall.rs feat: implement Firewall management operations for Proxmox VE 2026-06-10 22:25:16 -05:00
ha.rs feat: implement HA groups management operations for Proxmox VE 2026-06-10 22:28:50 -05:00
metrics.rs feat: implement Proxmox cluster management foundation 2026-06-10 21:50:30 -05:00
mod.rs feat: implement Proxmox cluster management foundation 2026-06-10 21:50:30 -05:00
node.rs feat: implement Proxmox cluster management foundation 2026-06-10 21:50:30 -05:00
sdn.rs feat: implement SDN management operations for Proxmox VE 2026-06-10 22:21:30 -05:00
storage.rs feat: implement Proxmox cluster management foundation 2026-06-10 21:50:30 -05:00
updates.rs feat: implement Update management operations for Proxmox VE 2026-06-10 22:33:06 -05:00
vm.rs feat: implement VM management operations for Proxmox VE 2026-06-10 21:57:38 -05:00