[midPoint-git] [Evolveum/midpoint] 2a9fc8: Add display name and description to object type su...
Tony Tkáčik
noreply at github.com
Mon Aug 25 13:24:45 CEST 2025
Branch: refs/heads/feature/codegen-integration
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: bfda7292c0887458c07a0e089ff87b9033276886
https://github.com/Evolveum/midpoint/commit/bfda7292c0887458c07a0e089ff87b9033276886
Author: Tony Tkáčik <tonydamage at gmail.com>
Date: 2025-08-25 (Mon, 25 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
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 remote-tracking branch 'origin/feature/smart-integration-service' into feature/codegen-integration
Compare: https://github.com/Evolveum/midpoint/compare/0188043126e0...bfda7292c088
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