-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore[534] updated createIrsPolicyIfMissing() #934
chore[534] updated createIrsPolicyIfMissing() #934
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a short description of the feature/fix to the Changelog.md.
Integration Test Results323 tests 323 ✅ 1m 12s ⏱️ Results for commit 7f3cd9a. ♻️ This comment has been updated with latest results. |
Unit Test Results217 tests 217 ✅ 45s ⏱️ Results for commit 7f3cd9a. ♻️ This comment has been updated with latest results. |
|
already updated changelog
boolean missingPolicy = irsPolicies.stream().noneMatch(irsPolicy -> irsPolicy.policyId().equals(traceabilityProperties.getRightOperand())); | ||
if (missingPolicy) { | ||
if (orMatch || andMatch) { | ||
checkAndUpdatePolicy(irsPolicies); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try to refactor this method to accept only the filtered Policy
…lish-assets' into feature/534-get-policies-and-publish-assets
…lish-assets' into feature/534-get-policies-and-publish-assets
# Conflicts: # CHANGELOG.md
@@ -124,7 +124,7 @@ void givenNoPolicyExist_whenCreateIrsPolicyIfMissing_thenCreateIt() { | |||
@Test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update the license here
# Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Quality Gate passed for 'Trace-X Root'Kudos, no new issues were introduced! 0 New issues |
Quality Gate passed for 'TX Traceability FOSS frontend'Kudos, no new issues were introduced! 0 New issues |
resolves eclipse-tractusx#534