mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #667] [MERGED] Update tracing_forest and ldap3_proto #881
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#881
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/667
Author: @nitnelave
Created: 9/10/2023
Status: ✅ Merged
Merged: 9/10/2023
Merged by: @nitnelave
Base:
main← Head:updates📝 Commits (5)
190847dcargo: Fix getrandom dependency5b4cd80server: Update tracing-forest and take advantage of the span fieldsf31500dserver: Upgrade ldap3_proto7c3e6c6server: Switch tests to pretty_assertionsd7c91eeserver: fix clippy warnings📊 Changes
25 files changed (+108 additions, -99 deletions)
View changed files
📝
Cargo.lock(+36 -33)📝
Cargo.toml(+2 -0)📝
auth/Cargo.toml(+1 -1)📝
migration-tool/src/ldap.rs(+2 -2)📝
server/Cargo.toml(+3 -2)📝
server/src/domain/handler.rs(+2 -1)📝
server/src/domain/ldap/group.rs(+1 -2)📝
server/src/domain/ldap/user.rs(+1 -2)📝
server/src/domain/ldap/utils.rs(+2 -2)📝
server/src/domain/sql_backend_handler.rs(+1 -0)📝
server/src/domain/sql_group_backend_handler.rs(+7 -11)📝
server/src/domain/sql_opaque_handler.rs(+3 -3)📝
server/src/domain/sql_schema_backend_handler.rs(+1 -0)📝
server/src/domain/sql_tables.rs(+1 -0)📝
server/src/domain/sql_user_backend_handler.rs(+10 -17)📝
server/src/domain/types.rs(+15 -1)📝
server/src/infra/auth_service.rs(+1 -2)📝
server/src/infra/configuration.rs(+1 -0)📝
server/src/infra/db_cleaner.rs(+0 -2)📝
server/src/infra/graphql/query.rs(+1 -0)...and 5 more files
📄 Description
This should solve #663
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.