xenadmin/XenModel/Actions/HealthCheck
Mihaela Stoica 7e832494c1 CA-206761: Health Check shows "No issues found" when the report analysis is not yet available
- Try to get the analysis progress from cis (as an integer value representing percentage 0 - 100). If this function returns a valid progress less than 100, then we don't try to get the report analysis and continue to display "Analysis not yet available"
- If the progress is 100 then we get the analysis result and display it
- If the progress cannot be obtained, then we try to get the analysis result; If an empty result is obtained within 10 minutes from the upload completion, then we assume that the analysis is still in progress and continue to display "Analysis not yet available"

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-08 14:26:52 +01:00
..
GetHealthCheckAnalysisResultAction.cs CA-206761: Health Check shows "No issues found" when the report analysis is not yet available 2016-04-08 14:26:52 +01:00
HealthCheckAuthenticationAction.cs CA-204172: Switch Health Check URLs to the production site 2016-03-16 10:00:23 +00:00
SaveHealthCheckSettingsAction.cs CP-13077: Changes to the Health Check feature to work properly with RBAC 2015-09-03 11:49:53 +01:00
TransferHealthCheckSettingAction.cs CA-192640: Don't log exceptions when HealthCheck service is not installed (part 2) 2016-01-20 14:47:39 +00:00
TransferProxySettingsAction.cs CA-192640: Don't log exceptions when HealthCheck service is not installed 2016-01-14 13:52:20 +00:00
UploadServerStatusReportAction.cs CA-180576: Provide a option to give case number when uploading a report from the Server Status Report wizard 2015-11-03 15:48:14 +00:00
XenServerHealthCheckUpload.cs CA-187909: Special characters should be UrlEncoded on HTTP calls 2015-11-23 14:47:28 +00:00