mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #1113] [MERGED] domain-handlers: move backend handler traits to separate crate #1127
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1127
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/lldap/lldap/pull/1113
Author: @broeng
Created: 2/21/2025
Status: ✅ Merged
Merged: 2/21/2025
Merged by: @nitnelave
Base:
main← Head:domain-handlers-crate📝 Commits (1)
69d398ddomain-handlers: move backend handler traits to separate crate📊 Changes
25 files changed (+149 additions, -104 deletions)
View changed files
📝
Cargo.lock(+19 -0)📝
Cargo.toml(+1 -0)➕
crates/domain-handlers/Cargo.toml(+41 -0)📝
crates/domain-handlers/src/handler.rs(+17 -0)➕
crates/domain-handlers/src/lib.rs(+1 -0)📝
server/Cargo.toml(+3 -0)📝
server/src/domain/ldap/group.rs(+1 -1)📝
server/src/domain/ldap/user.rs(+1 -1)📝
server/src/domain/ldap/utils.rs(+1 -18)📝
server/src/domain/mod.rs(+0 -1)📝
server/src/domain/sql_backend_handler.rs(+7 -12)📝
server/src/domain/sql_group_backend_handler.rs(+6 -8)📝
server/src/domain/sql_opaque_handler.rs(+1 -1)📝
server/src/domain/sql_schema_backend_handler.rs(+4 -8)📝
server/src/domain/sql_user_backend_handler.rs(+6 -7)📝
server/src/infra/access_control.rs(+6 -7)📝
server/src/infra/auth_service.rs(+4 -4)📝
server/src/infra/graphql/api.rs(+9 -11)📝
server/src/infra/graphql/mutation.rs(+2 -3)📝
server/src/infra/graphql/query.rs(+2 -2)...and 5 more files
📄 Description
Move traits related to backend handler to separate crate.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.