mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #232] [MERGED] 96 implement healthcheck routes #335
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#335
Loading…
Add table
Add a link
Reference in a new issue
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/EddieTheCubeHead/Stagnum/pull/232
Author: @EddieTheCubeHead
Created: 4/13/2024
Status: ✅ Merged
Merged: 4/13/2024
Merged by: @KeManen
Base:
master← Head:96-implement-healthcheck-routes📝 Commits (3)
bcd332496 health check folder161f2d696 Implement healthcheck route and basic tests393d83fMerge 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.