[midPoint-git] [Evolveum/midpoint] 7cf812: Fix report output download (GUI functionality)
mederly
noreply at github.com
Sat Feb 2 00:15:57 CET 2019
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 7cf8126fc9078947bb30d2a4ed36cd82df9cb6c0
https://github.com/Evolveum/midpoint/commit/7cf8126fc9078947bb30d2a4ed36cd82df9cb6c0
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-02-01 (Fri, 01 Feb 2019)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageCreatedReports.java
Log Message:
-----------
Fix report output download (GUI functionality)
Commit: f0fdea1e6e8ed8c8c1a874810e65d103a4c4a3c9
https://github.com/Evolveum/midpoint/commit/f0fdea1e6e8ed8c8c1a874810e65d103a4c4a3c9
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-02-02 (Sat, 02 Feb 2019)
Changed paths:
R gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/util/ReportPeerQueryInterceptor.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/boot/MidPointSpringApplication.java
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/TaskService.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ClusterCacheListener.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ClusterRestService.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelRestService.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/RestServiceUtil.java
M model/model-impl/src/main/resources/ctx-model.xml
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/ReportManagerImpl.java
R model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/ReportNodeUtils.java
A repo/task-api/src/main/java/com/evolveum/midpoint/task/api/ClusterExecutionHelper.java
R repo/task-api/src/main/java/com/evolveum/midpoint/task/api/RemoteExecutionHelper.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/TaskConstants.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
A repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/ClusterExecutionHelperImpl.java
R repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/RemoteExecutionHelperImpl.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/remote/RestConnector.java
Log Message:
-----------
Polish intra-cluster REST communication
Continuing implementation of MID-5058 here we:
1) move intra-cluster methods from ModelRestService to ClusterRestService
2) unify report files handling with the other intra-cluster calls
Compare: https://github.com/Evolveum/midpoint/compare/8693b78dba13...f0fdea1e6e8e
More information about the midPoint-svn
mailing list