[midPoint-git] [Evolveum/midpoint] 0d0a9d: Fix string bucked boundary specification
mederly
noreply at github.com
Tue Mar 2 11:42:13 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 0d0a9dff1ccc62fc39de73e194bb67a4e5322cc5
https://github.com/Evolveum/midpoint/commit/0d0a9dff1ccc62fc39de73e194bb67a4e5322cc5
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-multinode.xml
M model/model-intest/src/test/resources/iterative-tasks/task-buckets-multithreaded.xml
M model/model-intest/src/test/resources/sync/task-recompute-roles-multinode.xml
M model/model-intest/src/test/resources/sync/task-recompute-roles.xml
M model/model-intest/src/test/resources/sync/task-reconcile-dummy-interrupted-partitioned-multinode.xml
M model/model-intest/src/test/resources/sync/task-reconcile-dummy-interrupted-partitioned.xml
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/StringWorkSegmentationStrategy.java
M repo/task-quartz-impl/src/test/resources/work-buckets/task-120-0.xml
M repo/task-quartz-impl/src/test/resources/work-buckets/task-125-0.xml
M repo/task-quartz-impl/src/test/resources/work-buckets/task-130-0.xml
Log Message:
-----------
Fix string bucked boundary specification
Current form of bucket boundary specification was OK for the original
use (within prism properties) but not for prism containers. This commit
brings a container-proof alternative.
This resolves MID-6684.
Commit: eb2927bf342a62c5bc3175b16340bb98a3502608
https://github.com/Evolveum/midpoint/commit/eb2927bf342a62c5bc3175b16340bb98a3502608
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/misc/TestTracing.java
A model/model-intest/src/test/resources/schema/containers.xsd
A model/model-intest/src/test/resources/tracing/function-library-hacking.xml
A model/model-intest/src/test/resources/tracing/role-class-less-values.xml
A model/model-intest/src/test/resources/tracing/user-jim.xml
Log Message:
-----------
Provide demo of a workaround for MID-6786
Commit: ded68931a52f940f17fcec4ae9250f0e8052ccb6
https://github.com/Evolveum/midpoint/commit/ded68931a52f940f17fcec4ae9250f0e8052ccb6
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/marshaller/BeanMarshaller.java
M model/model-intest/src/test/resources/tracing/function-library-hacking.xml
M model/model-intest/src/test/resources/tracing/role-class-less-values.xml
Log Message:
-----------
Fix MID-6786 preliminarily
Here we replace very ugly hack that uses t:ItemDeltaType to pass values
from library function to its clients by a little less ugly use
of t:ItemType.
The whole "solution" is still very hacky, and should be reviewed.
Overall, the support for class-less containers and their values has
to be improved.
Commit: 007d117f580eed7fe6cb93cae902aad46aa9814b
https://github.com/Evolveum/midpoint/commit/007d117f580eed7fe6cb93cae902aad46aa9814b
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/result/OperationResult.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/Clockwork.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/scriptExecutor/PolicyRuleScriptExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/AbstractObjectBasedActionExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/BaseActionExecutor.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/AbstractRbacTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/TestRbac.java
A model/model-intest/src/test/resources/rbac/user-failing-script.xml
Log Message:
-----------
Treat scripting (rules) failures as partial errors
Also, fixed unfinished operation result handling in bulk actions.
This resolves MID-6753.
Commit: 169bdb6f66b3caec198495a0889e1ef6d493bf46
https://github.com/Evolveum/midpoint/commit/169bdb6f66b3caec198495a0889e1ef6d493bf46
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/ObjectBrowserPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/progress/MappingsLineDto.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/progress/NotificationsLineDto.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/progress/ProvisioningStatisticsLineDto.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/progress/StatisticsPanel.html
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/progress/StatisticsPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/ReferenceValueSearchPopupPanel.html
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/ReferenceValueSearchPopupPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/dto/TaskIterativeProgressType.java
A repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/mapper/FocusActivationMapper.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/modify/PrismEntityMapper.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/fb5e85e3dc6c...169bdb6f66b3
More information about the midPoint-svn
mailing list