[midPoint-git] [Evolveum/midpoint] 0e2673: Change top level structure of shadow stats export

Andrej noreply at github.com
Mon Oct 27 11:28:21 CET 2025


  Branch: refs/heads/midpilot
  Home:   https://github.com/Evolveum/midpoint
  Commit: 0e267377e935a036b286227c8fcd40eb6202bb28
      https://github.com/Evolveum/midpoint/commit/0e267377e935a036b286227c8fcd40eb6202bb28
  Author: Andrej Zan <andrej.zan at evolveum.com>
  Date:   2025-10-24 (Fri, 24 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.


  Commit: 4e26b8fb56d37d6be502abf52751e0fff67f8947
      https://github.com/Evolveum/midpoint/commit/4e26b8fb56d37d6be502abf52751e0fff67f8947
  Author: Andrej Zan <andrej.zan at evolveum.com>
  Date:   2025-10-24 (Fri, 24 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.


Compare: https://github.com/Evolveum/midpoint/compare/ce495deac0ae...4e26b8fb56d3

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