[midPoint-git] [Evolveum/midpoint] c85383: Separate simulation and execution rule counters
mederly
noreply at github.com
Wed Aug 25 21:15:29 CEST 2021
Branch: refs/heads/feature/thresholds
Home: https://github.com/Evolveum/midpoint
Commit: c8538334ea8e58a01a93d451598b573af3379fb1
https://github.com/Evolveum/midpoint/commit/c8538334ea8e58a01a93d451598b573af3379fb1
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/PolicyRuleCounterUpdater.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestThresholds.java
M model/model-intest/src/test/resources/tasks/thresholds/resource-dummy-source.xml
R model/model-intest/src/test/resources/tasks/thresholds/role-modify-5.xml
A model/model-intest/src/test/resources/tasks/thresholds/role-modify-cost-center-5.xml
A model/model-intest/src/test/resources/tasks/thresholds/role-modify-full-name-5.xml
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/ActivityStateAsserter.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/ExecutionSupport.java
Log Message:
-----------
Separate simulation and execution rule counters
For composite activities with shared policy rule counters (like
reconciliation) we need to keep counters for simulation
and execution modes separate, to avoid their interference.
Commit: faaed42d829f492cb8dabf15266b36749415f431
https://github.com/Evolveum/midpoint/commit/faaed42d829f492cb8dabf15266b36749415f431
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestReconScript.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/errors/ObjectNotFoundHandler.java
Log Message:
-----------
Fix tombstone marking in reconciliation
The remaining shadows reconciliation activity (after recent changes)
did not mark deleted shadows as tombstones. This is now fixed.
Compare: https://github.com/Evolveum/midpoint/compare/0a89ab6ace86...faaed42d829f
More information about the midPoint-svn
mailing list