-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix(#771): ou tree must not contain null values #1033
bugfix(#771): ou tree must not contain null values #1033
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## release/2023-november #1033 +/- ##
===========================================================
+ Coverage 31.01% 31.14% +0.13%
Complexity 1204 1204
===========================================================
Files 632 632
Lines 10170 10126 -44
Branches 614 612 -2
===========================================================
Hits 3154 3154
+ Misses 6862 6818 -44
Partials 154 154
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Parallel zu diesem PR habe ich auch in EzLdap einen MR aufgemacht (https://git.muenchen.de/km23/ezLDAP/ezLDAP/-/merge_requests/70). |
@darenegade, @simonhir FYI Wenn die beiden PRs (der hier und EzLdap) merged und released sind, dann sollten die ou trees wieder richtig sein. Dann heißt das SOZ aber auch wieder SOZ (und nicht mehr S-II-KJF/A). |
@lmoesle Die Unterabteilungen, z.B. |
@darenegade Ja, sonst sollte alles gleich bleiben. Ich habe's mit unterschiedlichen Usern aus unterschiedlichen Referaten getestet (die die bisher Probleme gemacht haben) und da ist sonst alles gleich geblieben |
...-service/src/main/java/de/muenchen/oss/digiwf/legacy/user/external/client/LhmLdapClient.java
Show resolved
Hide resolved
* chore: bump release version (#1006) * chore: mvn auto version bump to 1.3.1-SNAPSHOT * v1.3.1 --------- Co-authored-by: DigiWF Github Bot <[email protected]> * exclude old annotation support * chore: bump release version (#1011) * chore: mvn auto version bump to 1.3.2-SNAPSHOT * v1.3.2 --------- Co-authored-by: DigiWF Github Bot <[email protected]> * gateway csrf return to spring 5.8 default * chore: bump release version (#1015) * chore: mvn auto version bump to 1.3.3-SNAPSHOT * v1.3.3 --------- Co-authored-by: DigiWF Github Bot <[email protected]> * bugfix(#771): ou tree must not contain null values (#1033) * bugfix(#771): ou tree must not contain null values * bugfix(#771): ou tree must not contain null values * refactor(#771): ou tree logic --------- Co-authored-by: Lukas Mösle <[email protected]> * chore: bump release version (#1037) * chore: mvn auto version bump to 1.3.4-SNAPSHOT * v1.3.4 --------- Co-authored-by: DigiWF Github Bot <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: DigiWF Github Bot <[email protected]> Co-authored-by: Simon Zambrovski <[email protected]> Co-authored-by: Lukas Mösle <[email protected]> Co-authored-by: Lukas Mösle <[email protected]>
Description
Reference
Issues: closes #771
Check-List