Git Project Health
Repository health analysis and scoring
Open it
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| https | gitprojecthealth.wasmserver.com | git-project-health-wui.jar | cloudrunjar |
| url | url://gitprojecthealth/ | git-project-health-server.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| git-project-health | other | Repository health analysis |
Depends on
ContainerNursery— backend hostingCloud Run— frontend hostingGitHub API— repository data
Documentation Edit this page
Git Project Health
Repository health analysis service.
Description
Analyzes and scores repository health across multiple dimensions. Provides both a web UI for browsing health reports and a backend API for programmatic access to health data.
Architecture
Standard layered architecture:
- WUI layer (
git-project-health-wui.jar): Web frontend hosted on Cloud Run, provides the browser-based health dashboard. - Server layer (
git-project-health-server.jar): Backend service on ContainerNursery, performs health analysis and serves data over the url:// protocol.
Deployment
- Frontend: Deployed as
git-project-health-wui.jaron Cloud Run atgitprojecthealth.wasmserver.com. - Backend: Deployed as
git-project-health-server.jaron ContainerNursery aturl://gitprojecthealth/.
Health Checks
- HTTPS health check at
gitprojecthealth.wasmserver.com - Standard url:// protocol health checks for the backend.
Notes
- The WUI communicates with the backend server over the url:// protocol.
Read at commit 45ba0b30ed3b