[midPoint-git] [Evolveum/midpoint] f5dd56: Add synchronization situation to the shadow statis...
Andrej
noreply at github.com
Mon Oct 13 19:42:16 CEST 2025
Branch: refs/heads/feature/ninja-stats-export-4.9
Home: https://github.com/Evolveum/midpoint
Commit: f5dd564a1ab6355dca252c97fab26793e0eb02c8
https://github.com/Evolveum/midpoint/commit/f5dd564a1ab6355dca252c97fab26793e0eb02c8
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportShadowStatisticsAction.java
Log Message:
-----------
Add synchronization situation to the shadow statistics
**What**
Instead of correlation situation use synchronization situation in
aggregate query.
(cherry picked from commit 70bec637bf1161f91cd886510629e13db0eb963b)
Commit: 046c66e1a833c349d4e9224251a3e7a9eb81a850
https://github.com/Evolveum/midpoint/commit/046c66e1a833c349d4e9224251a3e7a9eb81a850
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportConfigurationAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/worker/ExportConfigurationSeparateWorker.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/worker/ExportConfigurationWorker.java
Log Message:
-----------
Exclude of unnecessary items from configuration export
**What**
Remove items, which could be considered as sensitive or are not so
interesting.
**Why**
Mainly because of compliance.
(cherry picked from commit 9fb3cf974ed6446fba7d15df33f90785d9b337b6)
Commit: 5974fad7da3d83376dd2999d224028424674b489
https://github.com/Evolveum/midpoint/commit/5974fad7da3d83376dd2999d224028424674b489
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/stats/ExportFocusStatisticsAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/stats/FocusTypeCounter.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/stats/StatsCounter.java
Log Message:
-----------
Fix inclusion of extensions in focus stats export
**What**
Fix the issue with unmatched extensions properties to include in focus
stats export.
**Note**
The main problem was, that the definition does not contain whole path,
but just the last segment (item name). When the include precondition was
applied, it did not matched any extension property, because the
precondition expected that the path will start with `extension/`. The
fix was to use `Item` instead of `ItemDefinition` in the precondition.
Item is aware of it's parents, so it contains whole path, not just item
name.
(cherry picked from commit df10f572fc2e3060b3641d8f8a3956c23887b1d1)
Compare: https://github.com/Evolveum/midpoint/compare/6468a58a6a17...5974fad7da3d
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