Commit Graph

77 Commits

Author SHA1 Message Date
courtmanr@gmail.com ee379d080a chore: Remove remaining diagnostic logs 2025-04-24 13:57:22 +01:00
courtmanr@gmail.com 45128ddd76 chore: Remove diagnostic logs for disk read rate 2025-04-24 13:54:52 +01:00
courtmanr@gmail.com b414d2ea3e fix: Restore rate calc and improve history reset logic
Removes debug code related to diskread rate calculation.
2025-04-24 13:49:06 +01:00
courtmanr@gmail.com 2b72dacf39 fix(debug): Place guestId_temp inside deep copy 2025-04-24 13:46:10 +01:00
courtmanr@gmail.com 1c70ef0915 chore: Refine debug logic for diskread rate calc 2025-04-24 13:45:12 +01:00
courtmanr@gmail.com 9fc79b764e chore: Add debug logic to rate calc for diskread 2025-04-24 13:43:30 +01:00
courtmanr@gmail.com 0b3fdcb528 fix: Use deep copy for metrics data point
chore: Restore filtering in rate calculation
2025-04-24 13:41:52 +01:00
courtmanr@gmail.com 4e0e9fb892 chore: Temporarily remove filter in rate calc for debugging 2025-04-24 13:39:08 +01:00
courtmanr@gmail.com 9c8d830241 chore: Log history array contents before/during rate calc 2025-04-24 13:35:43 +01:00
courtmanr@gmail.com 12e4391f4e chore: Log calculated disk read rate in processGuest 2025-04-24 13:34:36 +01:00
courtmanr@gmail.com 00f0500b88 chore: Add logging to createGuestRow for disk read value 2025-04-24 13:33:33 +01:00
courtmanr@gmail.com 2b7a8233ed fix: Use explicit copy for metrics data point to prevent stale disk values 2025-04-24 13:32:29 +01:00
courtmanr@gmail.com c8afc7e35b Fix: Improve PBS tab handling and UI data stability. Ensure PBS tab always visible with correct status. Send initial PBS status immediately. Prevent metric/storage data flashing. Correct Nodes tab mem/disk data source. 2025-04-24 13:20:25 +01:00
courtmanr@gmail.com a535d82b7c fix(frontend): Prevent metrics update overwriting PBS status 2025-04-24 12:56:01 +01:00
courtmanr@gmail.com 9224c46add fix: Ensure correct PBS status is emitted to frontend 2025-04-24 12:53:38 +01:00
courtmanr@gmail.com 7531b38d1f fix: Correct paths after frontend asset refactor 2025-04-24 11:19:57 +01:00
courtmanr@gmail.com 92e73a1254 refactor: Move frontend assets (public/, configs) into src/ 2025-04-24 11:18:05 +01:00
courtmanr@gmail.com 24dc003c59 Switch Tailwind to npm/PostCSS, remove CDN, add concurrent dev workflow, and fix config errors 2025-04-23 13:46:06 +01:00
courtmanr@gmail.com 3b564fb330 feat: Replace codebase entirely with simplified version 2025-04-20 13:17:10 +01:00
courtmanr@gmail.com 4a49cf9bcc docs: add mock data implementation guide 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 6d514d7bbb feat(server): update config and types with HA support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 5ac51db0a8 feat(server): enhance node manager with HA support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 18f86738d4 feat(mock): enhance mock client with HA support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 256bf790c4 feat(mock): update custom mock data with HA states 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 395d0c3d6d feat(mock): enhance mock server with HA support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 2cb1ab637a Fix Demo Mode banner and environment detection: Improve mock data detection by connecting to server configuration, remove redundant Demo Mode chip from header, and fix environment variable access 2025-03-14 09:46:01 +00:00
courtmanr@gmail.com 3be95fe440 Improve application launcher UI with a more user-friendly menu 2025-03-13 17:44:26 +00:00
courtmanr@gmail.com 7ac98844d2 v1.6.1: Revert to original environment variable format for backward compatibility 2025-03-12 23:28:05 +00:00
courtmanr@gmail.com bad98f9629 Improve metrics simulation: enhance CPU modeling and add smoothing 2025-03-12 21:29:22 +00:00
courtmanr@gmail.com ae2f0032ad Update frontend components and backend services for improved performance and UI 2025-03-12 15:57:50 +00:00
courtmanr@gmail.com 6c2ddb5cc3 Update utility files and screenshot automation tools 2025-03-12 10:12:23 +00:00
courtmanr@gmail.com 276f595d3e Enhance server and websocket handling with improved error management 2025-03-12 10:11:09 +00:00
courtmanr@gmail.com e85b0b2b4c Update mock data system with improved network metrics and cluster support 2025-03-12 10:11:00 +00:00
courtmanr@gmail.com e35a44fd84 Enhance Proxmox API client with cluster detection and improved error handling 2025-03-12 10:10:49 +00:00
courtmanr@gmail.com 9898a1cf11 Update NodeManager to support cluster detection and improved metrics handling 2025-03-12 10:10:39 +00:00
courtmanr@gmail.com a8e8193150 Enhance MetricsService with network rate capping and stability improvements 2025-03-12 10:10:12 +00:00
courtmanr@gmail.com 662162eda8 Add cluster detection functionality and mock data documentation 2025-03-10 23:26:09 +00:00
courtmanr@gmail.com aa67bd3b46 fix: correct network rate calculation to properly handle Proxmox cumulative counters 2025-03-10 20:59:53 +00:00
courtmanr@gmail.com 7183c36b27 Fix WebSocket connection issues in both development and production environments 2025-03-10 16:16:50 +00:00
courtmanr@gmail.com 0bdbbc6258 fix: static file serving in production Docker container 2025-03-10 11:21:43 +00:00
courtmanr@gmail.com c7be5bb1a0 fix: add RequestHandler type to all API routes 2025-03-10 11:07:39 +00:00
rcourtman f8f727bcbf docs: update all files to ensure proper Proxmox trademark usage - Update documentation, comments, and text to properly acknowledge Proxmox trademark and use correct terminology 2025-03-10 09:22:08 +00:00
rcourtman 23b2c98ef0 docs: add Proxmox trademark acknowledgments - Add trademark notices and ensure proper use of registered trademark symbols 2025-03-10 09:21:08 +00:00
courtmanr@gmail.com 10538c8094 Fix TypeScript error in ProxmoxClient 2025-03-09 16:32:14 +00:00
courtmanr@gmail.com 53f350ea63 Improve screenshot tool and mock data for more realistic Proxmox representation 2025-03-08 21:45:31 +00:00
courtmanr@gmail.com dd04743545 Refactor proxmox-client.ts into smaller modules for better maintainability 2025-03-08 19:55:55 +00:00
courtmanr@gmail.com b500012eac Improve space efficiency for important metric columns 2025-03-08 16:15:45 +00:00
courtmanr@gmail.com 562a9df5f9 Revert node ID changes 2025-03-07 21:21:03 +00:00
courtmanr@gmail.com 40f4a432e4 Add actual Proxmox node name to VM and container objects 2025-03-07 21:15:57 +00:00
courtmanr@gmail.com 306d3d6622 Add node property to guest objects in mock data 2025-03-07 21:13:37 +00:00