[midPoint-git] [Evolveum/midpoint] 1600cc: Added PK reference to processed object in DB schema.
Tony Tkáčik
noreply at github.com
Thu Dec 15 15:54:42 CET 2022
Branch: refs/heads/feature/simulations
Home: https://github.com/Evolveum/midpoint
Commit: 1600cc0fcf3576d1647e6ab2804ea0f0e4b8a931
https://github.com/Evolveum/midpoint/commit/1600cc0fcf3576d1647e6ab2804ea0f0e4b8a931
Author: Tony Tkacik <tonydamage at gmail.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M config/sql/native-new/postgres-new-upgrade.sql
Log Message:
-----------
Added PK reference to processed object in DB schema.
Signed-off-by: Tony Tkacik <tonydamage at gmail.com>
Commit: c5e42b71ff3b2fd40731b57d41520fd1f5eaf1f8
https://github.com/Evolveum/midpoint/commit/c5e42b71ff3b2fd40731b57d41520fd1f5eaf1f8
Author: Tony Tkacik <tonydamage at gmail.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M config/sql/native-new/postgres-new-upgrade.sql
M infra/schema/src/main/java/com/evolveum/midpoint/schema/metadata/MidpointProvenanceEquivalenceStrategy.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ProvenanceMetadataUtil.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-metadata-3.xsd
M infra/test-util/src/main/java/com/evolveum/midpoint/test/util/TestUtil.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/mapping/AbstractMappingImpl.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/mapping/metadata/builtin/ProvenanceBuiltinMapping.java
M model/model-common/src/test/java/com/evolveum/midpoint/model/common/mapping/TestMappingMetadata.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/assignments/EvaluatedAssignmentImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/EvaluatedResourceObjectConstructionImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/ResourceObjectConstruction.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/simulation/SimulationResultManagerImpl.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/sync/TestCorrelationDuringResourceLifecycle.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/sync/TestSynchronizationService.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestIdentities.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestValueMetadata.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/simulation/AbstractBasicSimulationExecutionTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestImportRecon.java
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
A model/model-test/src/main/java/com/evolveum/midpoint/model/test/util/ImportAccountsRequest.java
R model/model-test/src/main/java/com/evolveum/midpoint/model/test/util/ImportSingleAccountRequest.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
A repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AnyResource.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/CsvResource.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/TestResource.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/AcquisitionMetadataAsserter.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/ProvenanceMetadataAsserter.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/ShadowAsserter.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/TaskAsserter.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/ValueMetadataValueAsserter.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/prism/ObjectDeltaAsserter.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/prism/PrismObjectAsserter.java
M testing/conntest/src/test/java/com/evolveum/midpoint/testing/conntest/AbstractLdapTest.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestFirstSteps.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/AbstractSimpleIdMatchCorrelationTest.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/AbstractSimpleInternalCorrelationTest.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/TestInternalCorrelationMultiAccounts.java
M testing/story/src/test/resources/first-steps/hr.csv
A testing/story/src/test/resources/first-steps/initial.ldif
A testing/story/src/test/resources/first-steps/resource-hr-5.xml
A testing/story/src/test/resources/first-steps/resource-hr-6.xml
A testing/story/src/test/resources/first-steps/resource-hr-7.xml
A testing/story/src/test/resources/first-steps/resource-hr-8.xml
A testing/story/src/test/resources/first-steps/resource-opendj-1.xml
A testing/story/src/test/resources/first-steps/resource-opendj-2.xml
A testing/story/src/test/resources/first-steps/resource-opendj-3.xml
A testing/story/src/test/resources/first-steps/resource-opendj-template.xml
Log Message:
-----------
Merge branch 'feature/simulations' of github.com:Evolveum/midpoint into feature/simulations
Commit: e2a0c980407790821d458a3aabc5eb878fa63b56
https://github.com/Evolveum/midpoint/commit/e2a0c980407790821d458a3aabc5eb878fa63b56
Author: Tony Tkacik <tonydamage at gmail.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M config/sql/native-new/postgres-new.sql
Log Message:
-----------
Synchronized postgres-new.sql with postgres-update.sql
Signed-off-by: Tony Tkacik <tonydamage at gmail.com>
Compare: https://github.com/Evolveum/midpoint/compare/651cbd0855ad...e2a0c9804077
More information about the midPoint-svn
mailing list