[PR #1] [MERGED] Implementation of the delete_user_request. #490

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1
Author: @Brolock
Created: 5/30/2021
Status: Merged
Merged: 5/30/2021
Merged by: @nitnelave

Base: mainHead: develop


📝 Commits (1)

  • 305fabe Implementation of the delete_user_request.

📊 Changes

4 files changed (+71 additions, -0 deletions)

View changed files

📝 model/src/lib.rs (+5 -0)
📝 src/domain/handler.rs (+2 -0)
📝 src/domain/sql_backend_handler.rs (+63 -0)
📝 src/infra/tcp_backend_handler.rs (+1 -0)

📄 Description

Tests are barebones and are dependant of the list_users_request
(delete_user_request_test will fail if list_users_request fails)


🔄 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/1 **Author:** [@Brolock](https://github.com/Brolock) **Created:** 5/30/2021 **Status:** ✅ Merged **Merged:** 5/30/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (1) - [`305fabe`](https://github.com/lldap/lldap/commit/305fabe440ec1db91ff2a189cff5273ea8ca3d78) Implementation of the delete_user_request. ### 📊 Changes **4 files changed** (+71 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `model/src/lib.rs` (+5 -0) 📝 `src/domain/handler.rs` (+2 -0) 📝 `src/domain/sql_backend_handler.rs` (+63 -0) 📝 `src/infra/tcp_backend_handler.rs` (+1 -0) </details> ### 📄 Description Tests are barebones and are dependant of the list_users_request (delete_user_request_test will fail if list_users_request fails) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:44 +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#490
No description provided.