[midPoint-git] [Evolveum/midpoint] 518c54: Fix createTargetObjectsFilter methods
mederly
noreply at github.com
Tue Sep 24 09:13:50 CEST 2024
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 518c54309bd4cbd9074c65e26e516b466b81debb
https://github.com/Evolveum/midpoint/commit/518c54309bd4cbd9074c65e26e516b466b81debb
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/factory/wrapper/ResourceReferenceAttributeWrapperFactoryImpl.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/util/ProvisioningObjectsUtil.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/ShadowAssociationDefinition.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/ShadowReferenceAttributeDefinition.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectQueryUtil.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationTargetSearchExpressionEvaluator.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/ReferenceAttributeTargetSearchExpressionEvaluator.java
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/dummy/TestDummyIntents.java
Log Message:
-----------
Fix createTargetObjectsFilter methods
In principle, 2bc9eacc70eaf55a7db129df948c1c12ffcad88a was correct, but
the filters produced cannot be used for on-resource (or even noFetch)
searches.
So this commit provides the "resourceSafe" flag that provides
filters that are less precise, but at least executable.
Related to MID-10023. Should fix failing TestEntitlements, TestScience,
and TestUnix/TestUnixTolerantAux.
Commit: 5badf14471bde2037a61c6243541463fe8ee51b5
https://github.com/Evolveum/midpoint/commit/5badf14471bde2037a61c6243541463fe8ee51b5
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M testing/story/pom.xml
Log Message:
-----------
Add test dependency (story->cases)
Seems to be necessary to run the story tests from the latest IDEA?
Commit: 0266daa55c72b50b1cfd862dbb73b8e52cdcfbe7
https://github.com/Evolveum/midpoint/commit/0266daa55c72b50b1cfd862dbb73b8e52cdcfbe7
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/certification/component/ReviewersStatisticsPanel.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/077f8ee26756...0266daa55c72
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