Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

141 user database advanced #863

Merged
merged 38 commits into from
Feb 4, 2022
Merged

141 user database advanced #863

merged 38 commits into from
Feb 4, 2022

Conversation

jenarp
Copy link
Collaborator

@jenarp jenarp commented Jan 24, 2022

This PR tackles ticket #141.

jenarp added 23 commits January 12, 2022 07:27
… 141_user_database_advanced

# Conflicts:
#	src/test/java/de/bonndan/nivio/appuser/AppUserRepositoryTest.java
@jenarp jenarp requested review from bonndan and robrobert99 January 24, 2022 13:51
Copy link
Collaborator

@bonndan bonndan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some tests need to be fixed, see comments

if (StringUtils.hasLength(nameAttribute)) {
id = String.valueOf(user.getAttribute("id") == null ? "" : user.getAttribute("id"));
externalId = String.valueOf(user.getAttribute("id") == null ? "" : user.getAttribute("id"));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use if/else instead of the ternary operator to increase the readability.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

90.2% 90.2% Coverage
0.0% 0.0% Duplication

@jenarp jenarp merged commit c2956dc into develop Feb 4, 2022
@bonndan bonndan deleted the 141_user_database_advanced branch April 9, 2022 13:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants