-
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
build(2.0.0-rc10): merge main into dev #778
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
* add documents section to endpoint companydetailaddress * remove documents section from applications endpoint * adjust unit tests --------- Co-authored-by: Norbert Truchsess <[email protected]>
Reviewed-By: Phil Schneider <[email protected]> Refs: #702
…ad of returning default value (#755) * fix 'System.InvalidOperationException: Nullable object must have a value' caused by queries selecting a (non-nullable) guid from a joined table where the joined table does not have a matching dataset resulting in 'null' being returned from the database.
* feat(document): enhance companyDetailsWithAddress endpoint (#732) * add documents section to endpoint companydetailaddress * remove documents section from applications endpoint * adjust unit tests --------- Co-authored-by: Norbert Truchsess <[email protected]> * fix(decline): add decline url for invite process (#727) Refs: #701 * feat(app): add roleId for exitisting activeRoleDetails (#744) Ref : #705 * fix(seeding-data): add self description document for Catena-X (#707) Reviewed-By: Phil Schneider <[email protected]> Refs: #702 * fix(dim) don't create keycloak sa for dim (#745) * fix(role-management): fix query selecting role-data for core-offer role assignement (#749) * feat(services): update permission for api endpoints added (#751) * fix(keycloak): set clockSkew to 5 min (#753) * chore: fix file header #752 * fix(offersubscription): fix queries throwing a system exception instead of returning default value (#755) * fix 'System.InvalidOperationException: Nullable object must have a value' caused by queries selecting a (non-nullable) guid from a joined table where the joined table does not have a matching dataset resulting in 'null' being returned from the database. * build(2.0.0-rc9): bump version and update docs --------- Co-authored-by: AnuragNagpure <[email protected]> Co-authored-by: Phil Schneider <[email protected]> Co-authored-by: VPrasannaK94 <[email protected]> Co-authored-by: Norbert Truchsess <[email protected]>
build(2.0.0-rc9): redo merge release into main
…#757) * synchronously process all db-entities and create processes to asynchronously process all related entities in keycloak within the same transaction. * feat: added unit tests and migrations Ref: CPLP-3548 --------- Co-authored-by: VPrasannaK94 <[email protected]>
) * fix(sa): fix old autosetup process for dim technical user creation Refs: #762 * fix review findings --------- Co-authored-by: Norbert Truchsess <[email protected]>
Refs: #764 Reviewed-By: Evelyn Gurschler <[email protected]>
Reviewed-By: Evelyn Gurschler <[email protected]>
Reviewed-By: Evelyn Gurschler <[email protected]>
build(2.0.0-rc10): merge release into main
Quality Gate passedIssues Measures |
Phil91
approved these changes
May 28, 2024
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 the latest changes to the dev branch
Why
To have the latest changes available in the dev branch
Issue
NA