[midPoint-git] [Evolveum/midpoint] 8eaee7: Add the most simple ID Match scenario

mederly noreply at github.com
Mon Mar 28 13:55:40 CEST 2022


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 8eaee79af9cd5c4b971bcff17936911161e30230
      https://github.com/Evolveum/midpoint/commit/8eaee79af9cd5c4b971bcff17936911161e30230
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/CorrelationItemDefinitionUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/correlator/CorrelationService.java
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/correlator/CorrelatorContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlation/CorrelationCaseManager.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlation/CorrelationServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlation/CorrelatorContextCreator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlator/items/CorrelationItem.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlator/items/CorrelationItemRouteFinder.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlator/items/CorrelationItemTarget.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/CsvResource.java
    A testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/AbstractSimpleIdMatchCorrelationTest.java
    A testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/TestIdMatchCorrelationSimpleDummy.java
    A testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/TestIdMatchCorrelationSimpleReal.java
    M testing/story/src/test/resources/correlation/idmatch/medium/task-import-external.xml
    M testing/story/src/test/resources/correlation/idmatch/medium/task-import-hr.xml
    M testing/story/src/test/resources/correlation/idmatch/medium/task-import-sis.xml
    A testing/story/src/test/resources/correlation/idmatch/simple/object-template-user.xml
    A testing/story/src/test/resources/correlation/idmatch/simple/resource-sis.xml
    A testing/story/src/test/resources/correlation/idmatch/simple/system-configuration.xml
    A testing/story/src/test/resources/correlation/idmatch/simple/task-import-sis.xml
    M testing/story/testng-integration.xml

  Log Message:
  -----------
  Add the most simple ID Match scenario

Here we add the "Simple" correlation scenario with only a single
SIS resource.

The "items" configuration was also simplified to allow single "path"
definition, instead of requiring both source and target ones.


  Commit: 9657b7c4d9c786e333396d1d16846f1fd8b072c9
      https://github.com/Evolveum/midpoint/commit/9657b7c4d9c786e333396d1d16846f1fd8b072c9
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/cases/CorrelationCaseUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-case-management-3.xsd
    M model/cases-impl/src/main/java/com/evolveum/midpoint/cases/impl/engine/extension/CorrelationCaseEngineExtension.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlation/CorrelationCaseManager.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlator/CorrelatorUtil.java

  Log Message:
  -----------
  Swap objectRef and targetRef in correlation cases

To ensure consistency with manual provisioning cases, we now store
resource in case.objectRef and shadow in case.targetRef.

(Case.targetRef had to be marked as "composite" to do this.)


  Commit: 6e40d4646ce87150d74f9d46196ded357b194a40
      https://github.com/Evolveum/midpoint/commit/6e40d4646ce87150d74f9d46196ded357b194a40
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/ContainerableListPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusProjectionsPanel.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/SqaleRepoBaseTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/AuditSearchTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoAddDeleteObjectTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoModifyObjectTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoSearchTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/Evolveum/midpoint/compare/08476fd44e4a...6e40d4646ce8


More information about the midPoint-svn mailing list