[midPoint-git] [Evolveum/midpoint] 2a9fc8: Add display name and description to object type su...

mederly noreply at github.com
Thu Aug 28 13:12:21 CEST 2025


  Branch: refs/heads/feature/complex-attributes
  Home:   https://github.com/Evolveum/midpoint
  Commit: 2a9fc8388aeb45fce89693161bbb2040141aa98a
      https://github.com/Evolveum/midpoint/commit/2a9fc8388aeb45fce89693161bbb2040141aa98a
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-20 (Wed, 20 Aug 2025)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ServiceAdapter.java

  Log Message:
  -----------
  Add display name and description to object type suggestion.

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 7448a1120c48094640dbb62aaed8911b17e328f0
      https://github.com/Evolveum/midpoint/commit/7448a1120c48094640dbb62aaed8911b17e328f0
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-20 (Wed, 20 Aug 2025)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/StatisticsComputer.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java

  Log Message:
  -----------
  Add type field to value pattern count in StatisticsComputer

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 55776e3094bd397feca85c88b6fd043a987bf152
      https://github.com/Evolveum/midpoint/commit/55776e3094bd397feca85c88b6fd043a987bf152
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-21 (Thu, 21 Aug 2025)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/StatisticsComputer.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java

  Log Message:
  -----------
  Make custom DN attribute handling in statistics computer.

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 40e35971fc745d626ddcd6d799581f9f592cbf8e
      https://github.com/Evolveum/midpoint/commit/40e35971fc745d626ddcd6d799581f9f592cbf8e
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-21 (Thu, 21 Aug 2025)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/StatisticsComputer.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java

  Log Message:
  -----------
  Change ValuePatternType from String to Enum

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 2f473c147c7ab95a4325bb51616bd4232143c74b
      https://github.com/Evolveum/midpoint/commit/2f473c147c7ab95a4325bb51616bd4232143c74b
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-22 (Fri, 22 Aug 2025)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/StatisticsComputer.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java

  Log Message:
  -----------
  Fix lower/upper case affix handling.

We want to handle affix regardless its case and distinguish
between e.g. "adm" and "Adm" affixes to get exact
value counts as presented in data.

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 2f2abb68943391876e91bb4080ab24a4c39b61c2
      https://github.com/Evolveum/midpoint/commit/2f2abb68943391876e91bb4080ab24a4c39b61c2
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-22 (Fri, 22 Aug 2025)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/ObjectTypesSuggestionActivityHandler.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/RemoteServiceCallFocusTypeActivityRun.java

  Log Message:
  -----------
  Add suggestFocusType activity to suggestObjectType service.

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 2d0e2e07ca0d30f8792f8621ceb74e0298b45253
      https://github.com/Evolveum/midpoint/commit/2d0e2e07ca0d30f8792f8621ceb74e0298b45253
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-08-26 (Tue, 26 Aug 2025)

  Changed paths:
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java

  Log Message:
  -----------
  Fix TestSmartIntegrationService#test100SuggestObjectTypes

There was a wrong resource used for the test method.
Now the test (correctly) fails.


  Commit: 4a5cb024cd97569e5a8b8bcdd4563d6ed16366cf
      https://github.com/Evolveum/midpoint/commit/4a5cb024cd97569e5a8b8bcdd4563d6ed16366cf
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-08-26 (Tue, 26 Aug 2025)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/ResourceObjectTypeDelineation.java
    M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/Operation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java

  Log Message:
  -----------
  Add API & skeleton for better suggestFocusType

We no longer assume that the object type we are suggesting
focus type for already exists in the resource. The new
variant of suggestFocusType method takes the whole
object type definition (the one that should be in the
resource but is not there yet) as its input.

Work in progress - to be finished by Mišo.


  Commit: fe3567d3bc58f8f125b8946540d6d3507b73108a
      https://github.com/Evolveum/midpoint/commit/fe3567d3bc58f8f125b8946540d6d3507b73108a
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/ResourceObjectTypeDelineation.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
    M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/Operation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ServiceAdapter.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/ObjectTypesSuggestionActivityHandler.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/RemoteServiceCallFocusTypeActivityRun.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/StatisticsComputer.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java

  Log Message:
  -----------
  Merge branch 'feature/smart-integration-service' into feature/complex-attributes


  Commit: 9e9059ed9041cc000c4a0cc4c0b9bbc20822c0f5
      https://github.com/Evolveum/midpoint/commit/9e9059ed9041cc000c4a0cc4c0b9bbc20822c0f5
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/Operation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/RemoteServiceCallFocusTypeActivityRun.java

  Log Message:
  -----------
  Integrate suggest focus type into suggest object type.

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: a71a65a35b2d6feb450fe4c7c20d733d21b3b9ca
      https://github.com/Evolveum/midpoint/commit/a71a65a35b2d6feb450fe4c7c20d733d21b3b9ca
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/Operation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/RemoteServiceCallFocusTypeActivityRun.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/feature/smart-integration-service' into feature/complex-attributes


  Commit: fe8d95be813f47ee21a8e455a45c10447e00cfcb
      https://github.com/Evolveum/midpoint/commit/fe8d95be813f47ee21a8e455a45c10447e00cfcb
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/processor/TestResourceSchema.java
    M infra/schema/src/test/resources/common/xml/ns/resource-opendj.xml
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/RemoteServiceCallFocusTypeActivityRun.java

  Log Message:
  -----------
  Add a test for MID-10837

(And fixed TestSmartIntegrationService.)


  Commit: 2df831adb2f24b8b4757c6853eae78bcf8b82790
      https://github.com/Evolveum/midpoint/commit/2df831adb2f24b8b4757c6853eae78bcf8b82790
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/processor/TestResourceSchema.java
    M infra/schema/src/test/resources/common/xml/ns/resource-opendj.xml
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/RemoteServiceCallFocusTypeActivityRun.java

  Log Message:
  -----------
  Merge branch 'feature/smart-integration-service' into feature/complex-attributes


Compare: https://github.com/Evolveum/midpoint/compare/e25642c1aec2...2df831adb2f2

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