[midPoint-git] [Evolveum/midpoint] 576675: Report tasks are created through clockwork
mederly
noreply at github.com
Wed Sep 27 23:13:37 CEST 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 57667565b08664009835e0d118bb9acbd7304fa7
https://github.com/Evolveum/midpoint/commit/57667565b08664009835e0d118bb9acbd7304fa7
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/ReconciliationLauncher.java
M model/report-api/src/main/java/com/evolveum/midpoint/report/api/ReportManager.java
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/ReportManagerImpl.java
M model/report-impl/src/test/java/com/evolveum/midpoint/report/EmptyReportIntegrationTest.java
A model/report-impl/src/test/java/com/evolveum/midpoint/report/TestMiscellaneous.java
M model/report-impl/src/test/resources/common/archetype-task-report-export-classic.xml
M model/report-impl/src/test/resources/common/archetype-task-report-import-classic.xml
A model/report-impl/src/test/resources/misc/report-export-users.xml
A model/report-impl/src/test/resources/misc/report-import-users.xml
A model/report-impl/src/test/resources/misc/users-to-import.csv
M model/report-impl/testng-integration.xml
Log Message:
-----------
Report tasks are created through clockwork
When report tasks were created in GUI, they were saved in "raw" mode.
The major limitation was that the mappings defined in report archetypes
were not executed. After this commit, full clockwork processing is done,
so the tasks can be customized by specifying appropriate mappings
in the archetypes.
Also, the default names of tasks are more descriptive now, like
"Export task for Users in MidPoint (2023-09-27 23:08:34)".
This resolves MID-8364.
More information about the midPoint-svn
mailing list