Commit Graph

60 Commits

Author SHA1 Message Date
courtmanr@gmail.com 1a2710801a 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 83885e3104 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
courtmanr@gmail.com 647f982287 Remove startup check references from server.ts 2025-03-07 20:02:31 +00:00
courtmanr@gmail.com 107202ff21 Remove broken test scripts while keeping working kill commands 2025-03-07 20:00:56 +00:00
courtmanr@gmail.com 73dca97531 Remove node prefix from guest names in mock data and update screenshots 2025-03-07 19:48:47 +00:00
courtmanr@gmail.com 02d2169d19 Update README with new screenshots and add screenshot automation tool 2025-03-04 23:40:34 +00:00
courtmanr@gmail.com 1fe32a3baa Replace production test report with sanitized mock data 2025-03-04 11:41:57 +00:00
courtmanr@gmail.com 59c05ea173 Cleanup: Remove stale files and old test reports 2025-03-04 11:34:29 +00:00
courtmanr@gmail.com 018dc60f20 Add utility functions for formatting bytes and percentages 2025-03-04 10:03:39 +00:00
courtmanr@gmail.com 0496b4ec9b Remove debug logging for metrics as issue is resolved 2025-03-04 10:02:48 +00:00
courtmanr@gmail.com 0b2d0fea9d Update server to bind to 0.0.0.0 for remote access 2025-03-03 22:51:21 +00:00
courtmanr@gmail.com eaf5dd9dce Improve network rate smoothing with spike detection and weighted averages 2025-03-03 21:30:30 +00:00
courtmanr@gmail.com 7d91784041 fix: implement moving average for network rates to reduce fluctuations 2025-03-03 18:46:13 +00:00
courtmanr@gmail.com 85c7062a36 refactor: improve logger to handle binary data and large objects 2025-03-03 18:34:23 +00:00
courtmanr@gmail.com b9897e531b fix: reorder API routes to ensure they're defined before catch-all route 2025-03-03 18:34:11 +00:00
courtmanr@gmail.com 5a30fcb1c5 fix: use environment variable for API timeout in all components 2025-03-03 18:33:59 +00:00
courtmanr@gmail.com d7a859cefe feat: add new API endpoint for retrieving all containers 2025-03-03 18:33:24 +00:00
courtmanr@gmail.com 1ac5076e18 fix: enhance ProxmoxClient with configurable timeouts and improved error handling 2025-03-03 18:33:10 +00:00
courtmanr@gmail.com 370d278499 fix: multiply CPU values by 100 to convert from decimal to percentage 2025-03-03 18:32:57 +00:00