-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] mdm pointcut missing link update #6296
[Bugfix] mdm pointcut missing link update #6296
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6296 +/- ##
============================================
- Coverage 83.54% 83.53% -0.02%
- Complexity 27432 27628 +196
============================================
Files 1707 1720 +13
Lines 106185 106946 +761
Branches 13397 13453 +56
============================================
+ Hits 88710 89333 +623
- Misses 11750 11835 +85
- Partials 5725 5778 +53 ☔ View full report in Codecov by Sentry. |
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.
Approved
LGTM, will merge and add a changelog once it passes all tests. Thanks for the contribution it is very appreciated! |
Head branch was pushed to by a user without write access
24b0797
to
2db8985
Compare
Had an issue with the format-check, where the check failed because of a failure to comment on the PR, even though spotless reported |
No worries, re-running now. |
When an MDM link is updated to be
NO_MATCH
, it is possible that other links will be updated as well.All updated links should be reflected in the link event available to the
MDM_POST_UPDATE_LINK
pointcut.Resolves #6297