[midPoint-git] [Evolveum/midpoint] ed0fbc: Adapt TestFirstSteps to shadow marks
mederly
noreply at github.com
Tue Feb 28 12:24:57 CET 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: ed0fbce8b5dea19dbdceadf97bfe103f10081597
https://github.com/Evolveum/midpoint/commit/ed0fbce8b5dea19dbdceadf97bfe103f10081597
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ShadowUtil.java
A infra/schema/src/main/java/com/evolveum/midpoint/schema/util/expression/ExpressionUtil.java
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-provisioning-3.xsd
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensProjectionContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/LinkUpdater.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/ProjectionChangeExecution.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestShadowMarks.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractInboundSyncTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractObjTemplateSyncTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractSynchronizationStoryTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestImportRecon.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestRecomputeTask.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestValidityRecomputeTask.java
M model/model-intest/testng-integration-full.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/CommonInitialObjects.java
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/util/SynchronizationRequest.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
R repo/system-init/src/main/resources/initial-objects/mark/800-mark-protected-shadow.xml
A repo/system-init/src/main/resources/initial-objects/mark/800-mark-protected.xml
R repo/system-init/src/main/resources/initial-objects/mark/801-mark-decomission-later.xml
A repo/system-init/src/main/resources/initial-objects/mark/801-mark-decommission-later.xml
M repo/system-init/src/main/resources/initial-objects/mark/802-mark-correlate-later.xml
M repo/system-init/src/main/resources/initial-objects/mark/803-mark-do-not-touch.xml
M repo/system-init/src/main/resources/initial-objects/mark/804-mark-invalid-data.xml
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestFirstSteps.java
M testing/story/testng-integration.xml
Log Message:
-----------
Adapt TestFirstSteps to shadow marks
TestFirstSteps used preliminary way of marking shadows. Now it has been
adapted to use the standard marks.
Other changes:
- Fixed application of deltas to "invisible" shadows. Previously, all
such deltas were ignored. But this prevented also legitimate changes,
like adding policy statements. Now only creation, deletion, and
on-resource modification of invisible shadows are suppressed.
- Removed temporary "policy situation" synchronization exclusion reason.
- Added new marks (801-804) to XSD constants.
- Added TestShadowMarks to model-intest suite.
Commit: e65e9d848abade07d18ddb019507e54973229331
https://github.com/Evolveum/midpoint/commit/e65e9d848abade07d18ddb019507e54973229331
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/user/component/AllAccessListPanel.java
M infra/common/src/main/java/com/evolveum/midpoint/common/LocalizationServiceImpl.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/339e2767f225...e65e9d848aba
More information about the midPoint-svn
mailing list