-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement user management (create, list, get) via API (#3024)
* Implement user creation via API, including tests * Basic implementation for user creation * Fixed comment of create_user * Enhance user management * Added UserResource to API * Improve user management via API * Fix user createion and align right management * Fix linting * Apply suggestions from code review Fix copy and paste Co-authored-by: Johan Berggren <[email protected]> * Apply API suggestions from code review * Improve readability * Linting * Linting * Apply suggestions from code review Co-authored-by: Johan Berggren <[email protected]> * Fix linting and changes * Remove not used import --------- Co-authored-by: Johan Berggren <[email protected]> Co-authored-by: Janosch <[email protected]>
- Loading branch information
1 parent
11717ab
commit 92b92e2
Showing
7 changed files
with
211 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters