Services Health Check Initial Implementation#174
Merged
Conversation
Owner
lbedner
commented
Sep 18, 2025
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a comprehensive services health check system that enables monitoring and management of business logic services (like authentication) alongside existing component health checks. The implementation adds service-specific health monitoring with dedicated UI cards and integration into the existing health check architecture.
- Adds service health check registration system separate from component health checks
- Implements authentication service health monitoring with JWT configuration validation
- Expands UI to display service cards with service-specific metrics and status indicators
Reviewed Changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/cli/test_services_cli.py | Updates test mock to include database confirmation for auth service |
| tests/services/*.py | Updates all health test files to support new grouped component structure |
| app/services/system/models.py | Adds service-specific properties and flattens component hierarchy recursively |
| app/services/system/health.py.j2 | Implements service health check registry and grouped component structure |
| app/services/auth/health.py | New authentication service health check implementation |
| app/components/frontend/*.py | Adds service card components and updates UI to handle grouped structure |
| app/components/backend/startup/component_health.py.j2 | Registers service health checks during startup |
| app/components/backend/api/health.py | Exposes service information in health API responses |
| aegis/commands/init.py | Improves service dependency resolution for interactive and non-interactive modes |
| aegis/cli/interactive.py | Adds database confirmation flow for auth service selection |
10 tasks
2480f3d to
51b8da0
Compare
This was
linked to
issues
Sep 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.