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
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