[midPoint-git] [Evolveum/midpoint] 27521a: Change top level structure of shadow stats export
Andrej
noreply at github.com
Mon Oct 27 11:49:03 CET 2025
Branch: refs/heads/support-4.9
Home: https://github.com/Evolveum/midpoint
Commit: 27521ab0856c8984ad9a889f046fe92a179b524c
https://github.com/Evolveum/midpoint/commit/27521ab0856c8984ad9a889f046fe92a179b524c
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2025-10-27 (Mon, 27 Oct 2025)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportShadowStatisticsAction.java
Log Message:
-----------
Change top level structure of shadow stats export
**What**
Change the "wrapper" for shadows stats export from the "generic" object
with extension to custom elements.
**Why**
The generic "wrapper" was used because of the rush. The custom elements
makes more sense from the "meaning" point of view. It is also better
aligned with the structure which is used for focus stats export.
(cherry picked from commit 0e267377e935a036b286227c8fcd40eb6202bb28)
Commit: 00102a38aca834f5f0d02e599018c819ceb12222
https://github.com/Evolveum/midpoint/commit/00102a38aca834f5f0d02e599018c819ceb12222
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2025-10-27 (Mon, 27 Oct 2025)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportShadowStatisticsAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportShadowStatisticsOptions.java
Log Message:
-----------
Remove filter option from Shadow stats export command
**What**
Remove the `-f`, `--filter` options from the Export Shadow Statistics
command.
**Why**
The filter option is not relevant in this command, because there is
basically nothing to filter.
The aggregation function uses 5 shadow properties for grouping. In order
for statistics to work, we need all of those properties.
Values of these properties are not exported anyway, they are just used
for grouping.
(cherry picked from commit 4e26b8fb56d37d6be502abf52751e0fff67f8947)
Compare: https://github.com/Evolveum/midpoint/compare/66527bbd0939...00102a38aca8
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