Commit Graph

23 Commits

Author SHA1 Message Date
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
courtmanr@gmail.com e629152559 fix: add 'unknown' status to ProxmoxContainer type 2025-03-03 18:32:40 +00:00
courtmanr@gmail.com d68873ce5d perf: standardize polling intervals to fastest settings (1000ms) across all environments 2025-03-03 16:14:25 +00:00
courtmanr@gmail.com 1f5db9ae01 Optimize performance for maximum responsiveness: reduce polling intervals, optimize WebSocket, enhance React components 2025-03-03 13:13:41 +00:00
courtmanr@gmail.com 2c66ed688a Improve development vs production mode separation and port configuration 2025-03-02 20:46:00 +00:00
courtmanr@gmail.com b89c9aff8f Fix: Update comment in server.js (simulated bug fix) 2025-03-02 00:06:25 +00:00
courtmanr@gmail.com 100ae73ef5 Optimize polling and port configurations
- Reduced node polling interval from 10s to 5s
- Updated WebSocket ping interval to match node polling interval
- Modified kill ports for backend and frontend to specific port numbers
2025-03-01 22:57:11 +00:00
courtmanr@gmail.com 445fd56677 v1.0.13 2025-03-01 19:50:44 +00:00
courtmanr@gmail.com 17fdb63c95 v1.0.12 2025-03-01 17:34:05 +00:00
courtmanr@gmail.com 80d74bf984 v1.0.2 2025-02-27 22:56:41 +00:00
courtmanr@gmail.com 08633f4175 v1.0.0 2025-02-27 17:01:22 +00:00