mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #708] [MERGED] server: Add graphql support for setting attributes #910
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#910
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/708
Author: @nitnelave
Created: 10/22/2023
Status: ✅ Merged
Merged: 10/22/2023
Merged by: @nitnelave
Base:
main← Head:graphql_write_attributes📝 Commits (1)
0ea5137server: Add graphql support for setting attributes📊 Changes
9 files changed (+244 additions, -38 deletions)
View changed files
📝
app/src/components/create_user.rs(+1 -0)📝
app/src/components/user_details_form.rs(+2 -0)📝
auth/Cargo.toml(+1 -1)📝
migration-tool/src/ldap.rs(+1 -0)📝
schema.graphql(+42 -4)📝
server/src/domain/types.rs(+3 -5)📝
server/src/infra/access_control.rs(+8 -1)📝
server/src/infra/graphql/mutation.rs(+185 -27)📝
server/tests/common/fixture.rs(+1 -0)📄 Description
Finishes implementing the backend for #67 (apart from attribute aliases)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.