[midPoint-git] [Evolveum/midpoint] 643e02: test for MID-6742 - pending operation when reconci...
Katarina Bolemant
noreply at github.com
Tue Jan 26 17:06:01 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 643e02fb68e27856bb24867ad8acd76044047fec
https://github.com/Evolveum/midpoint/commit/643e02fb68e27856bb24867ad8acd76044047fec
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/consistency/TestConsistencyMechanism.java
M testing/story/src/test/resources/consistency/resource-opendj.xml
A testing/story/src/test/resources/consistency/user-trainee.xml
Log Message:
-----------
test for MID-6742 - pending operation when reconcile options set with strong attr. mapping
Commit: 56530472ce6251d7e46bed270c10ea7f7a8393de
https://github.com/Evolveum/midpoint/commit/56530472ce6251d7e46bed270c10ea7f7a8393de
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/errorhandling/CommunicationExceptionHandler.java
Log Message:
-----------
fix for: MID-6742
- we do not need to check discovery option for network related errors as we don't do any discovery there
- midPoint should behave reasonably, so we won't throw exception when resource is unavailable (while getting shadow), but rather, we return shadow from repository with fetchResult set (status=partialError).
- users using getObject() in the script to get shadow should therefore check for fullness of the shadow. (check fetchResult in shadow)
Commit: 74008f41cb57bb6e446edde8ae195705271b092c
https://github.com/Evolveum/midpoint/commit/74008f41cb57bb6e446edde8ae195705271b092c
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/cases/CaseWorkItemsPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/AuditLogViewerPanel.java
M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/delta/ItemDelta.java
M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/delta/ObjectDelta.java
M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/delta/ObjectDeltaImpl.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/GetOperationOptionsBuilderImpl.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/SchemaHelper.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/AbstractModelImplementationIntegrationTest.java
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryBeanConfig.java
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryService.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/AuditTest.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceFactory.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryBeanConfig.java
M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/SqlTransformerContext.java
R testing/schrodingertest/src/test/resources/labs/M10/objectTemplate/object-template-example-user-simple.xml
A testing/schrodingertest/src/test/resources/labs/M10/objectTemplate/object-template-example-user.xml
A testing/schrodingertest/src/test/resources/labs/M10/resources/localhost-csvfile-2-canteen-10.xml
R testing/schrodingertest/src/test/resources/labs/M11/resources/localhost-csvfile-2-canteen-10.xml
Log Message:
-----------
Merge branch 'master' of https://github.com/Evolveum/midpoint
Compare: https://github.com/Evolveum/midpoint/compare/4271e1b0fbae...74008f41cb57
More information about the midPoint-svn
mailing list