Commit Graph

11 Commits

Author SHA1 Message Date
079e6a64a9 fix(dashboard): add aggregated resource usage stats to the dashboard
Some checks failed
Publish to npm / npm-publish (push) Failing after 4s
CI / Type Check & Lint (push) Failing after 29s
CI / Build Test (Current Platform) (push) Successful in 1m1s
Release / build-and-release (push) Failing after 1m43s
CI / Build All Platforms (push) Successful in 2m8s
- Aggregate CPU, memory, and network stats across all running containers
- Extend ISystemStatus.docker with resource usage fields
- Fix getContainerStats Swarm service ID fallback
- Wire dashboard resource usage card to real backend data
2026-03-16 16:47:05 +00:00
6f1b8469e0 fix(platform-services): provision ClickHouse, MinIO, and MongoDB resources via docker exec instead of host port access 2026-03-16 12:45:44 +00:00
3fbcaee56e feat(platform-services): Add platform service log streaming, improve health checks and provisioning robustness 2025-11-26 18:20:02 +00:00
9de32cd00d feat: Enhance container stats monitoring and UI integration with new ContainerStatsComponent 2025-11-26 16:36:01 +00:00
76793d512b feat: Add log streaming functionality for Docker containers and improve platform service type handling in HTTP server 2025-11-25 08:34:10 +00:00
e94906b3bf feat: Update error handling to use getErrorMessage utility and improve logging across multiple services 2025-11-25 08:25:54 +00:00
c59d56e70a Refactor error logging to use getErrorMessage utility
- Updated multiple classes to replace direct error message access with getErrorMessage function for improved error handling and consistency.
- Modified error logging in CertRequirementManager, CloudflareDomainSync, OneboxDnsManager, OneboxDockerManager, OneboxHttpServer, Onebox, OneboxRegistriesManager, and OneboxServicesManager.
- Ensured that all error messages logged provide a standardized format and improved clarity.
2025-11-25 04:38:26 +00:00
8ebd677478 feat: Implement platform service providers for MinIO and MongoDB
- Added base interface and abstract class for platform service providers.
- Created MinIOProvider class for S3-compatible storage with deployment, provisioning, and deprovisioning functionalities.
- Implemented MongoDBProvider class for MongoDB service with similar capabilities.
- Introduced error handling utilities for better error management.
- Developed TokensComponent for managing registry tokens in the UI, including creation, deletion, and display of tokens.
2025-11-25 04:20:19 +00:00
9aa6906ca5 ui rebuild 2025-11-24 19:52:35 +00:00
44267bbb27 update 2025-11-18 14:16:27 +00:00
8f538ab9c0 update 2025-11-18 00:03:24 +00:00