tftsr-devops_investigation/src-tauri/src/proxmox
Shaun Arman 9004308ca9 feat: implement HA groups management operations for Proxmox VE
- Implement list_ha_groups with full group configuration parsing
- Implement create_ha_group, update_ha_group, delete_ha_group
- Implement list_ha_resources with full resource configuration
- Implement enable_ha_resource and disable_ha_resource
- Implement manage_ha_resource for custom actions
- Implement get_ha_group_status and get_ha_resource_status
- All operations use proper error handling with Option safety
- Add 2 unit tests for HA group and resource serialization
2026-06-10 22:28:50 -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 Proxmox cluster management foundation 2026-06-10 21:50:30 -05:00
vm.rs feat: implement VM management operations for Proxmox VE 2026-06-10 21:57:38 -05:00