[PR #474] [MERGED] feat: provide healthcheck API #627

Closed
opened 2026-04-08 16:53:43 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/474
Author: @sigoden
Created: 10/28/2024
Status: Merged
Merged: 10/28/2024
Merged by: @sigoden

Base: mainHead: feat


📝 Commits (1)

  • a618fa3 feat: provide healthcheck API

📊 Changes

3 files changed (+49 additions, -3 deletions)

View changed files

📝 README.md (+9 -1)
📝 src/server.rs (+9 -2)
tests/health.rs (+31 -0)

📄 Description

$ curl http://127.0.0.1:5000/__dufs__/health
{"status":"OK"}

close #472


🔄 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/sigoden/dufs/pull/474 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 10/28/2024 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat` --- ### 📝 Commits (1) - [`a618fa3`](https://github.com/sigoden/dufs/commit/a618fa3481f72de3fd1caa62a5d1877263b84a4b) feat: provide healthcheck API ### 📊 Changes **3 files changed** (+49 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+9 -1) 📝 `src/server.rs` (+9 -2) ➕ `tests/health.rs` (+31 -0) </details> ### 📄 Description ``` $ curl http://127.0.0.1:5000/__dufs__/health {"status":"OK"} ``` close #472 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:43 +03:00
zhus closed this issue 2026-04-08 16:53:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#627