[midPoint-git] [Evolveum/midpoint] 7155df: Support structured progress in the cleanup task
mederly
noreply at github.com
Fri Feb 26 13:36:40 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 7155dff501f614ba6bc95f2b90449ec24b143805
https://github.com/Evolveum/midpoint/commit/7155dff501f614ba6bc95f2b90449ec24b143805
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
R infra/schema/src/main/java/com/evolveum/midpoint/schema/statistics/IterativeOperation.java
A infra/schema/src/main/java/com/evolveum/midpoint/schema/statistics/IterativeOperationStartInfo.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/statistics/IterativeTaskInformation.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/statistics/StatisticsCollector.java
A infra/schema/src/main/java/com/evolveum/midpoint/schema/statistics/StructuredProgressCollector.java
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/ModelPublicConstants.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/cleanup/CleanUpTaskHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/integrity/ObjectIntegrityCheckItemProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/integrity/ObjectIntegrityCheckTaskPartExecution.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/WorkflowManagerImpl.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/ItemProcessingGatekeeper.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/TaskExceptionHandlingUtil.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/RunningTask.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/test/NullTaskImpl.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/nodes/NodeCleaner.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/statistics/Statistics.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/TaskCleaner.java
Log Message:
-----------
Support structured progress in the cleanup task
The cleanup task now reports structured progress when deleting closed
tasks, dead nodes, and closed cases. Progress is still NOT reported when
cleaning up audit records, reports, and certification campaigns.
Also:
- object integrity check task handler was fixed.
More information about the midPoint-svn
mailing list