[midPoint-git] [Evolveum/midpoint] 90736e: Change reports to iterative search mode
Lukas Skublik
noreply at github.com
Wed Mar 16 07:55:39 CET 2022
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 90736e7178d27d1745db1c92426b0e693f5113ae
https://github.com/Evolveum/midpoint/commit/90736e7178d27d1745db1c92426b0e693f5113ae
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/activity/ExportActivitySupport.java
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/controller/ContainerableReportDataSource.java
Log Message:
-----------
Change reports to iterative search mode
Reports were executed by gathering objects via full-run (non-iterative)
search method - for audit records, objects, and containers. Here we
change the execution mode for the first two of them to iterative search.
This should partially resolve MID-7737 by lifting the limit of 10000
processed objects.
Experimental: the TestCsvReportExportClassic fails!
Commit: d2a411adec8d3b8a25bee332b8dded5bd4c21d74
https://github.com/Evolveum/midpoint/commit/d2a411adec8d3b8a25bee332b8dded5bd4c21d74
Author: lskublik <lskublik at evolveum.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/activity/ExportActivitySupport.java
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/controller/ContainerableReportDataSource.java
Log Message:
-----------
Merge remote-tracking branch 'origin/tmp/mid-7737'
Compare: https://github.com/Evolveum/midpoint/compare/d9e654ae0c55...d2a411adec8d
More information about the midPoint-svn
mailing list