Skip to content

feat: /health エンドポイントを正式実装する#13

Merged
hideyukiMORI merged 1 commit into
mainfrom
feat/issue-7-health-endpoint
May 19, 2026
Merged

feat: /health エンドポイントを正式実装する#13
hideyukiMORI merged 1 commit into
mainfrom
feat/issue-7-health-endpoint

Conversation

@hideyukiMORI
Copy link
Copy Markdown
Owner

Summary

  • HealthStatus dataclass(status / checks / is_healthy プロパティ)を nene2.http に追加
  • HealthCheckProtocol を追加(将来の DB ヘルスチェック等に対応する拡張点)
  • /healthHealthStatus ベースの実装に刷新(200 ok / 503 degraded)

Closes #7

🤖 Generated with Claude Code

- HealthStatus dataclass と HealthCheckProtocol を nene2.http に追加
- /health エンドポイントを HealthStatus ベースに刷新(200 ok / 503 degraded)
- PHP 版 HealthCheckInterface に対応

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hideyukiMORI hideyukiMORI merged commit 74620b9 into main May 19, 2026
@hideyukiMORI hideyukiMORI deleted the feat/issue-7-health-endpoint branch May 19, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: /health エンドポイントを実装する

1 participant