[midPoint-git] [Evolveum/midpoint] 0f9d52: Add suspend/resume for partitioned tasks
mederly
noreply at github.com
Thu Jun 13 11:29:09 CEST 2019
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 0f9d52a031d9673e34e7f6d60a6db1b1f8474f0c
https://github.com/Evolveum/midpoint/commit/0f9d52a031d9673e34e7f6d60a6db1b1f8474f0c
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/column/InlineMenuButtonColumn.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/menu/cog/InlineMenuItem.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTasks.java
M gui/admin-gui/src/main/resources/localization/Midpoint.properties
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
Log Message:
-----------
Add suspend/resume for partitioned tasks
Partitioned tasks - e.g. reconciliation - had no tree-related actions
(namely, suspend/resume tree) available. This is fixed by this commit;
along with a bug in task manager that prevented resuming task tree
to depth greater than 2.
See MID-5429 and MID-5221.
Note that reconcileWorkers and deleteWorkersAndWorkState are not
yet available for partitioned tasks.
More information about the midPoint-svn
mailing list