[midPoint-git] [Evolveum/midpoint] 53f310: fix for #10469 removed duplicated columns
Viliam Repan
noreply at github.com
Wed Mar 12 14:33:26 CET 2025
Branch: refs/heads/feature/mid-10412-task-thresholds
Home: https://github.com/Evolveum/midpoint
Commit: 53f310e03c579e84e0445482325e87e1c38f9cdb
https://github.com/Evolveum/midpoint/commit/53f310e03c579e84e0445482325e87e1c38f9cdb
Author: KaterynaHonchar <honchar at evolveum.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/column/ColumnUtils.java
Log Message:
-----------
fix for #10469 removed duplicated columns
Commit: 84afd055bbd463fc69cdfe1687b09b777568f262
https://github.com/Evolveum/midpoint/commit/84afd055bbd463fc69cdfe1687b09b777568f262
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/OtherParameters.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/TestSystemPerformance.java
Log Message:
-----------
Add clearRepoCacheBeforeTaskRun perf test param
It is used to clear the global repository cache before each
task execution, to bring the situation closer to real-life
conditions.
Commit: 48451293b296c7fe5e487c9f66b4f380c01b8f34
https://github.com/Evolveum/midpoint/commit/48451293b296c7fe5e487c9f66b4f380c01b8f34
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/column/ColumnUtils.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 8fca3063addda7319455fa76a94252d31dea757f
https://github.com/Evolveum/midpoint/commit/8fca3063addda7319455fa76a94252d31dea757f
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/column/ColumnUtils.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/OtherParameters.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/TestSystemPerformance.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into feature/mid-10412-task-thresholds
Commit: 5497f2d0eecfa901a8fd8fda60f91827d5485db6
https://github.com/Evolveum/midpoint/commit/5497f2d0eecfa901a8fd8fda60f91827d5485db6
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestThresholds.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestThresholdsMultiNode.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestThresholdsSingleTask.java
A model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-executionTime-multi.xml
A model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-executionTime-single.xml
Log Message:
-----------
MID-10412 multinode threshold tests improvements, now failing.
Commit: cf75c5db0a9e97a59aa617e4856a9e2372fadc67
https://github.com/Evolveum/midpoint/commit/cf75c5db0a9e97a59aa617e4856a9e2372fadc67
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M docs/tasks/activity-thresholds.adoc
Log Message:
-----------
MID-10412 doc update
Commit: fd7b04b6e55d458c049530f32c04ef7787d14827
https://github.com/Evolveum/midpoint/commit/fd7b04b6e55d458c049530f32c04ef7787d14827
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/ActivityWorkersInformation.java
M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/policy/ActivityPolicyRulesProcessor.java
Log Message:
-----------
MID-10412 storing warning/error message in activity task state overview, wip
Commit: dbbe7ee354163570887d98c16f080a0d72834f99
https://github.com/Evolveum/midpoint/commit/dbbe7ee354163570887d98c16f080a0d72834f99
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestThresholdsMultiNode.java
M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/TaskEvent.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/events/TaskEventImpl.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/ActivityTreeStateOverview.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/policy/ExecutionTimeConstraintEvaluator.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/ActivityStateAsserter.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/TaskAsserter.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/TaskCycleExecutor.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/SuspendAndDeleteHelper.java
Log Message:
-----------
MID-10412 task suspending handled for activity policy thresholds, multinode test asserts updated
Compare: https://github.com/Evolveum/midpoint/compare/657166011cb3...dbbe7ee35416
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list