mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #33] [MERGED] User interface #504
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#504
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/33
Author: @nitnelave
Created: 9/3/2021
Status: ✅ Merged
Merged: 9/3/2021
Merged by: @nitnelave
Base:
main← Head:user_interface📝 Commits (6)
12f510dapp: Fix the user detail view10312cdschema: make user fields non-nullable900836fgraphql: Add a method to update a user0d39b5bschema: add a script to re-export the schemad538895app: Add a way for users to edit their info8ddb9eecargo: update dependencies and add a patch to a library📊 Changes
20 files changed (+612 additions, -339 deletions)
View changed files
📝
.github/workflows/rust.yml(+1 -1)📝
Cargo.lock(+281 -270)📝
Cargo.toml(+5 -0)📝
app/queries/create_user.graphql(+1 -1)📝
app/queries/get_user_details.graphql(+1 -1)➕
app/queries/update_user.graphql(+5 -0)📝
app/src/app.rs(+1 -1)📝
app/src/create_user.rs(+1 -1)📝
app/src/user_details.rs(+173 -20)📝
app/src/user_table.rs(+3 -3)➕
export_schema.sh(+5 -0)📝
schema.graphql(+19 -5)📝
server/Cargo.toml(+1 -1)📝
server/src/domain/handler.rs(+18 -6)📝
server/src/domain/sql_backend_handler.rs(+29 -4)📝
server/src/domain/sql_tables.rs(+7 -3)📝
server/src/infra/graphql/mutation.rs(+45 -4)📝
server/src/infra/graphql/query.rs(+6 -6)📝
server/src/infra/ldap_handler.rs(+9 -12)📝
server/src/infra/tcp_backend_handler.rs(+1 -0)📄 Description
Implement the "update user details" from #11 by making user details editable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.