mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #181] [MERGED] Add health check endpoints #235
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/181
Author: @Flaminel
Created: 6/28/2025
Status: ✅ Merged
Merged: 6/28/2025
Merged by: @Flaminel
Base:
main← Head:add_health_checks📝 Commits (1)
05ffe20added health checks📊 Changes
12 files changed (+587 additions, -3 deletions)
View changed files
📝
README.md(+1 -1)➕
code/backend/Cleanuparr.Api/Controllers/HealthController.cs(+125 -0)📝
code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs(+10 -2)➕
code/backend/Cleanuparr.Api/HealthCheckResponseWriter.cs(+28 -0)📝
code/backend/Cleanuparr.Api/Program.cs(+15 -0)📝
code/backend/Cleanuparr.Infrastructure/Cleanuparr.Infrastructure.csproj(+1 -0)➕
code/backend/Cleanuparr.Infrastructure/Health/ApplicationHealthCheck.cs(+16 -0)➕
code/backend/Cleanuparr.Infrastructure/Health/DatabaseHealthCheck.cs(+50 -0)➕
code/backend/Cleanuparr.Infrastructure/Health/DownloadClientsHealthCheck.cs(+60 -0)➕
code/backend/Cleanuparr.Infrastructure/Health/FileSystemHealthCheck.cs(+76 -0)➕
docs/docs/configuration/health-checks/index.mdx(+195 -0)📝
docs/docs/installation/detailed.mdx(+10 -0)📄 Description
Relates to #163
Implemented health check endpoints to give the user full control over health checks instead of forcing them inside the Docker image.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.