[PR #232] [MERGED] 96 implement healthcheck routes #335

Closed
opened 2026-02-27 19:17:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/232
Author: @EddieTheCubeHead
Created: 4/13/2024
Status: Merged
Merged: 4/13/2024
Merged by: @KeManen

Base: masterHead: 96-implement-healthcheck-routes


📝 Commits (3)

  • bcd3324 96 health check folder
  • 161f2d6 96 Implement healthcheck route and basic tests
  • 393d83f Merge branch 'master' into 96-implement-healthcheck-routes

📊 Changes

6 files changed (+107 additions, -4 deletions)

View changed files

📝 server/src/api/application.py (+3 -4)
server/src/api/health/__init__.py (+1 -0)
server/src/api/health/dependencies.py (+38 -0)
server/src/api/health/models.py (+22 -0)
server/src/api/health/routes.py (+26 -0)
server/test/healthcheck_features.py (+17 -0)

📄 Description

Health check routes and tests, pretty basic


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/232 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 4/13/2024 **Status:** ✅ Merged **Merged:** 4/13/2024 **Merged by:** [@KeManen](https://github.com/KeManen) **Base:** `master` ← **Head:** `96-implement-healthcheck-routes` --- ### 📝 Commits (3) - [`bcd3324`](https://github.com/EddieTheCubeHead/Stagnum/commit/bcd3324d8c045a790be8307066884d6e9f2e59a1) 96 health check folder - [`161f2d6`](https://github.com/EddieTheCubeHead/Stagnum/commit/161f2d6fa5f0c0ae221dd62bb4a1395ee1f3a991) 96 Implement healthcheck route and basic tests - [`393d83f`](https://github.com/EddieTheCubeHead/Stagnum/commit/393d83fd2fad1007c08edf553428a1e5d3330dda) Merge branch 'master' into 96-implement-healthcheck-routes ### 📊 Changes **6 files changed** (+107 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `server/src/api/application.py` (+3 -4) ➕ `server/src/api/health/__init__.py` (+1 -0) ➕ `server/src/api/health/dependencies.py` (+38 -0) ➕ `server/src/api/health/models.py` (+22 -0) ➕ `server/src/api/health/routes.py` (+26 -0) ➕ `server/test/healthcheck_features.py` (+17 -0) </details> ### 📄 Description Health check routes and tests, pretty basic --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#335
No description provided.