xenadmin/XenAdmin/Wizards/PatchingWizard/PlanActions
Mihaela Stoica 2af3de8e7f CA-287430: Fixed the issue where the "Install Update" page of the patching wizard does not show the information on the host reboot steps.
- use the plan action's ProgressDescription property to display the steps in RestartHostPlanAction (evacuate host, reboot host, bring babies back);
- the plan action should not be visible if the restart is skipped;

- The change to the DownloadAndUnzipXenServerPatchAction is to ensure that the download progress description is updated on the wizard with the correct description (in automated updates mode, via DownloadPatchPlanAction); DownloadPatchPlanAction is using the ActionChanged event to update its description based on the  action's DownloadProgressDescription property, but the ActionChanged event is called when the PercentComplete is updated, so this needs to happen after DownloadProgressDescription has been updated.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2018-04-10 11:08:18 +01:00
..
ApplyPatchPlanAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
ApplyPoolUpdatePlanAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
ApplyXenServerPatchPlanAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
BringBabiesBackAction.cs CA-284125: Prioritise a pending host restart over a mandatory toolstack restart. 2018-03-06 15:12:04 +00:00
DownloadPatchPlanAction.cs CA-284125: Prioritise a pending host restart over a mandatory toolstack restart. 2018-03-06 15:12:04 +00:00
EvacuateHostPlanAction.cs CA-284125: Prioritise a pending host restart over a mandatory toolstack restart. 2018-03-06 15:12:04 +00:00
HostPlanAction.cs Enforce treating warnings as errors in Debug mode too as it is going to save 2018-03-09 11:22:26 +00:00
InstallSupplementalPackPlanAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
PatchPrechecksOnMultipleHostsAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
PlanAction.cs CA-284125: Prioritise a pending host restart over a mandatory toolstack restart. 2018-03-06 15:12:04 +00:00
PlanActionWithSession.cs Removed methods GetHostBootTime and GetHostAgentTime because they duplicated logic 2018-03-06 14:17:16 +00:00
PoolPatchMapping.cs CA-176169: Added copyright statement to files which it was missing from 2017-01-16 20:14:56 +00:00
RebootHostPlanAction.cs CA-284125: Prioritise a pending host restart over a mandatory toolstack restart. 2018-03-06 15:12:04 +00:00
RebootPlanAction.cs CA-284125: Prioritise a pending host restart over a mandatory toolstack restart. 2018-03-06 15:12:04 +00:00
RebootVMsPlanAction.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
RemoveUpdateFile.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
RemoveUpdateFilesFromMaster.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
RestartAgentPlanAction.cs CA-284125: Prioritise a pending host restart over a mandatory toolstack restart. 2018-03-06 15:12:04 +00:00
RestartHostPlanAction.cs CA-287430: Fixed the issue where the "Install Update" page of the patching wizard does not show the information on the host reboot steps. 2018-04-10 11:08:18 +01:00
UnwindProblemsAction.cs CA-252877: Precheck actions not reverted on upgrading to new XenServer version using an update 2017-05-10 12:21:11 +01:00
UploadPatchToMasterPlanAction.cs CA-281646: Do not download the update again when using an update from disk (#1933) 2018-02-05 12:36:49 +00:00
VMsPlanAction.cs Removed methods GetHostBootTime and GetHostAgentTime because they duplicated logic 2018-03-06 14:17:16 +00:00