[midPoint-git] [Evolveum/midpoint] 8584cc: Fix reporting simulated entitlement changes
mederly
noreply at github.com
Mon Feb 27 13:13:32 CET 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 8584cc2720328738aaff6f3e9d690dee1fdd4ccb
https://github.com/Evolveum/midpoint/commit/8584cc2720328738aaff6f3e9d690dee1fdd4ccb
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/controller/ColumnDataConverter.java
M model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvSimulationReport.java
A model/report-impl/src/test/resources/simulation/metarole-function.xml
M model/report-impl/src/test/resources/simulation/role-admin.xml
M model/report-impl/src/test/resources/simulation/role-developer.xml
M model/report-impl/src/test/resources/simulation/role-tester.xml
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/DummyTestResource.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/TestObject.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/TestReport.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/TestTask.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/CsvAsserter.java
Log Message:
-----------
Fix reporting simulated entitlement changes
Also, we attempt to limit the memory pollution stemming from the current
(mis)use of TestObject instances as static variables in tests.
Commit: 89532b9b299dacc956fd263e054ee2fae57ae291
https://github.com/Evolveum/midpoint/commit/89532b9b299dacc956fd263e054ee2fae57ae291
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/simulation/PageSimulationResultObject.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageAuditLogDetails.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/AssignmentDescriptionHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/ClassLoggerDescriptionHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/PasswordDescriptionHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/ShadowDescriptionHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/Visualizer.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/AbstractInitializedModelIntegrationTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractInboundSyncTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractObjTemplateSyncTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractSynchronizationStoryTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestImportRecon.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestRecomputeTask.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestValidityRecomputeTask.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/AbstractStoryTest.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/9b43a3770465...89532b9b299d
More information about the midPoint-svn
mailing list