[PR #1100] [MERGED] domain: rename AttributeValue to Attribute #1119

Closed
opened 2026-02-27 09:10:59 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: rename-attrval


📝 Commits (1)

  • 710e737 domain: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/1100 **Author:** [@broeng](https://github.com/broeng) **Created:** 2/5/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `rename-attrval` --- ### 📝 Commits (1) - [`710e737`](https://github.com/lldap/lldap/commit/710e737072a69a14134d985add55b605b7d0b559) domain: rename AttributeValue to Attribute ### 📊 Changes **12 files changed** (+86 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Preparation for storing the actual types for each value, which will repurpose the AttributeValue name. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:59 +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#1119
No description provided.