[midPoint-git] [Evolveum/midpoint] 52884c: Untangle Clockwork code before fixing MID-6213
mederly
noreply at github.com
Thu Apr 16 18:57:18 CEST 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 52884c848eed01954c7da7fa91fb75a552a72706
https://github.com/Evolveum/midpoint/commit/52884c848eed01954c7da7fa91fb75a552a72706
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ChangeExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/Clockwork.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkAuditHelper.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkConflictResolver.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkHookHelper.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensContext.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/OperationExecutionRecorder.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AuditHelper.java
Log Message:
-----------
Untangle Clockwork code before fixing MID-6213
Simplifies the Clockwork code by separating various aspects (auditing,
hook invocation, conflict resolution, operation execution recording)
to helper classes.
Commit: b8cb6a8971b5ea7f1031bb63a4546fb1951835d8
https://github.com/Evolveum/midpoint/commit/b8cb6a8971b5ea7f1031bb63a4546fb1951835d8
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/ReportUtils.java
Log Message:
-----------
Fix ReportUtils.isMetadata method
Actually, phantom changes of modifyApproverRef and modifyApprovalComment
are not so bad in themselves. They only should not be shown in the audit
report. So we fixed the code used for displaying deltas in reports.
This resolves MID-6213.
Compare: https://github.com/Evolveum/midpoint/compare/3f0c3aca21af...b8cb6a8971b5
More information about the midPoint-svn
mailing list