mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[PR #1100] [MERGED] domain: rename AttributeValue to Attribute #1119
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#1119
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/1100
Author: @broeng
Created: 2/5/2025
Status: ✅ Merged
Merged: 2/5/2025
Merged by: @nitnelave
Base:
main← Head:rename-attrval📝 Commits (1)
710e737domain: rename AttributeValue to Attribute📊 Changes
12 files changed (+86 additions, -90 deletions)
View changed files
📝
crates/domain/src/requests.rs(+5 -7)📝
crates/domain/src/types.rs(+4 -4)📝
server/src/domain/ldap/utils.rs(+2 -4)📝
server/src/domain/model/group_attributes.rs(+2 -2)📝
server/src/domain/model/user_attributes.rs(+2 -2)📝
server/src/domain/sql_backend_handler.rs(+3 -3)📝
server/src/domain/sql_group_backend_handler.rs(+7 -7)📝
server/src/domain/sql_schema_backend_handler.rs(+2 -2)📝
server/src/domain/sql_user_backend_handler.rs(+29 -29)📝
server/src/infra/graphql/mutation.rs(+4 -4)📝
server/src/infra/graphql/query.rs(+11 -11)📝
server/src/infra/ldap_handler.rs(+15 -15)📄 Description
Preparation for storing the actual types for each value, which will repurpose the AttributeValue name.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.