[PR #324] [MERGED] server: implement healthcheck #680

Closed
opened 2026-02-27 08:18:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/324
Author: @nitnelave
Created: 10/12/2022
Status: Merged
Merged: 10/12/2022
Merged by: @nitnelave

Base: mainHead: healthcheck


📝 Commits (3)

📊 Changes

12 files changed (+223 additions, -20 deletions)

View changed files

📝 .github/workflows/Dockerfile.ci.alpine (+4 -3)
📝 .github/workflows/Dockerfile.ci.debian (+5 -4)
📝 Cargo.lock (+5 -3)
📝 Dockerfile (+31 -0)
📝 server/Cargo.toml (+6 -0)
📝 server/src/infra/cli.rs (+3 -0)
server/src/infra/healthcheck.rs (+124 -0)
📝 server/src/infra/ldap_handler.rs (+7 -7)
📝 server/src/infra/logging.rs (+2 -2)
📝 server/src/infra/mod.rs (+1 -0)
📝 server/src/infra/tcp_server.rs (+1 -0)
📝 server/src/main.rs (+34 -1)

📄 Description

Fixes #312.


🔄 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/lldap/lldap/pull/324 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/12/2022 **Status:** ✅ Merged **Merged:** 10/12/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `healthcheck` --- ### 📝 Commits (3) - [`699dcbe`](https://github.com/lldap/lldap/commit/699dcbe5a16836e1714723d6294a36732f0f1eef) server: implement healthcheck - [`05959c2`](https://github.com/lldap/lldap/commit/05959c2a9156922504b7191f2c1256f757bccdd0) docker: add healthcheck - [`fa0dcb2`](https://github.com/lldap/lldap/commit/fa0dcb28a5b0fc4856d0d8f3034d1c1b93fa096c) docker: install gosu ### 📊 Changes **12 files changed** (+223 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/Dockerfile.ci.alpine` (+4 -3) 📝 `.github/workflows/Dockerfile.ci.debian` (+5 -4) 📝 `Cargo.lock` (+5 -3) 📝 `Dockerfile` (+31 -0) 📝 `server/Cargo.toml` (+6 -0) 📝 `server/src/infra/cli.rs` (+3 -0) ➕ `server/src/infra/healthcheck.rs` (+124 -0) 📝 `server/src/infra/ldap_handler.rs` (+7 -7) 📝 `server/src/infra/logging.rs` (+2 -2) 📝 `server/src/infra/mod.rs` (+1 -0) 📝 `server/src/infra/tcp_server.rs` (+1 -0) 📝 `server/src/main.rs` (+34 -1) </details> ### 📄 Description Fixes #312. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:26 +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/lldap-lldap#680
No description provided.