Shaun Arman
|
4a74b4e91d
|
feat: implement 100% Proxmox PDM feature parity
Test / frontend-typecheck (pull_request) Successful in 2m16s
Test / frontend-tests (pull_request) Successful in 2m18s
PR Review Automation / review (pull_request) Failing after 4m35s
Test / rust-tests (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
- Add 8 new UI components: AclList, AddRemoteForm, ContainerConsole, ContainerOverview, EditRemoteForm, RemoveRemoteDialog, VMConsole, VMOverview
- Add 13 Proxmox management pages: ACLPage, BackupPage, CephPage, CertificatesPage, ContainersPage, FirewallPage, HAPage, NetworkPage, RemotesPage, SDNPage, StoragePage, TasksPage, VMsPage
- Add 13 new routes to App.tsx for Proxmox management pages
- All components use existing UI components from src/components/ui/index.tsx
- TypeScript and ESLint pass with 0 errors
- Rust clippy passes with 0 warnings
- All tests pass (406 Rust, 386 frontend)
|
2026-06-11 12:49:56 -05:00 |
|
Shaun Arman
|
00377d6bc3
|
feat: Add missing PDM UI components for feature parity
- RemotesList: Remote management table with add/edit/delete/connect actions
- UpdatesList: Update management table with install functionality
- StorageList: Storage management table with usage metrics
- CephFSList: Ceph filesystem management table
- CephManagersList: Ceph manager daemon management table
All components pass TypeScript, ESLint, and existing tests.
|
2026-06-11 10:06:37 -05:00 |
|
Shaun Arman
|
8678fcae49
|
feat: Implement remaining PDM features - Phases 12-15
- Phase 12: Search Functionality (SearchBar + SearchResults)
- Phase 13: Advanced Cluster Operations (ClusterOperationsList)
- Phase 14: Connection Caching (ConnectionList)
- Phase 15: CLI Tools (CLICommandsList)
All components pass TypeScript, ESLint, and existing tests.
All Rust code passes clippy and format checks.
|
2026-06-11 09:48:49 -05:00 |
|
Shaun Arman
|
a438e313a6
|
feat: Implement Proxmox Datacenter Manager feature parity - Phases 1-11
- Phase 1: Dashboard Widget System (11 widgets)
- Phase 2: Resource Tree View (ResourceTree + ResourceFilter)
- Phase 3: VM Manager UI (VMList + SnapshotForm + MigrationForm)
- Phase 4: Backup Manager UI (BackupJobList)
- Phase 5: Ceph Manager UI (CephHealthWidget + PoolList + OSDList + MonitorList)
- Phase 6: SDN Manager UI (EVPNZoneList)
- Phase 7: Firewall Manager UI (FirewallRuleList)
- Phase 8: HA Groups Manager UI (HAGroupsList + HAResourcesList)
- Phase 9: User Management UI (RealmList + UserList)
- Phase 10: Certificate Manager UI (CertificateList)
- Phase 11: Subscription Registry UI (SubscriptionList)
All components pass TypeScript, ESLint, and existing tests.
All Rust code passes clippy and format checks.
|
2026-06-11 09:38:36 -05:00 |
|