-
Notifications
You must be signed in to change notification settings - Fork 21
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
release(1.6.0-RC4): merge release into main #175
Merged
Merged
Conversation
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
* fix an error that occurred when autoSetup was executed by a service-account caused by the the creator of a notification being linked to a companyUser instead of identities --------- Refs: CPLP-3042 Reviewed-By: Norbert Truchsess <[email protected]>
Ref: CPLP-3048 --------- Co-authored-by: Norbert Truchsess <[email protected]> Reviewed-By: Norbert Truchsess <[email protected]>
* fix violation of companyUserId foreign key constraint using id of calling user instead of any user belonging to provider-company. --------- Co-authored-by: Norbert Truchsess <[email protected]> Reviewed-By: Norbert Truchsess <[email protected]>
ignore inactive ssi entries when creating a new entry Refs: CPLP-3022 Reviewed-By: Norbert Truchsess <[email protected]>
…158) Refs: CPLP-2983 Reviewed-By: Norbert Truchsess <[email protected]>
Reviewed-By: Norbert Truchsess <[email protected]>
* feat(audit): add IdentityService to get lastEditor * lastEditorId is now set whenever a auditable entity is changed * index for lastEditorId columns created * chore: remove manual set of lastEditorId * add technical user to run processes * feat(lastEditor): add seeding for technical user * chore: remove duplicate policy check Refs: CPLP-2960 --------- Co-authored-by: Norbert Truchsess <[email protected]> Reviewed-By: Norbert Truchsess <[email protected]>
* structure of bpdm service has changed, therefor the models have been aligned * feat(bpdm): Remove FetchBusinessPartner call * feat(bpdm): fix search legal-entity Refs: CPLP-2976 --------- Co-authored-by: Norbert Truchsess <[email protected]> Reviewed-By: Norbert Truchsess <[email protected]>
* merge all migrations since the last release into one migration * release: bump version for v1.6.0-RC4 * release: update changelog for v1.6.0-RC4 ----- Reviewed-By: Norbert Truchsess <[email protected]>
Refs: CPLP-2986 Co-authored-by: Norbert Truchsess <[email protected]> Reviewed-By: Norbert Truchsess <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
ntruchsess
approved these changes
Jul 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Merge release into main
Why
To have the latest changes available in main
Issue
N/A
Checklist
Please delete options that are not relevant.