xenadmin/XenModel/Actions/VM
Mihaela Stoica 3c051654d6 CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view)
-  Suppress reporting of success and failure for sub-actions:
The suppress history flag is set when the action is created and if is false (by default) the action is added to the history (the Events list).
In order to suppress history for the subactions, we need change all actions used in Edit pages so their constructor can set the SuppressHistory flag and then use these constructors with suppressHistory = true on all the implementations of IEditPage.SaveSettings() where an action is created
(then we need to remember to do the same everytime we introduce a new page and / or "save" action).

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-21 11:19:04 +01:00
..
ChangeMemorySettingsAction.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
ChangeVCPUSettingsAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ChangeVMISOAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CreateCdDriveAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CreateVMAction.cs CA-137305: When creating a VM, ensure that the vGPUs are unset if not needed. 2014-06-30 09:44:19 +01:00
CreateVMFastAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ExportVmAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GpuAssignAction.cs CP-6511: Ovf import/export for vGPU enabled VMs. 2013-11-14 12:29:30 +00:00
HAUnprotectVMAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HVMBootAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportVmAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
InstallPVToolsAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ResumeAndStartVMsAction.cs CP-6317: Importing from branch clearwater-ln. 2013-09-26 15:01:14 +01:00
SetHaPrioritiesAction.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
SetVMOtherConfigAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SetVMStartupOptionsAction.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
SuspendAndShutdownVMsAction.cs CP-5750: Changed the declaration for the ActionBase events Completed, Changed and 2013-08-09 17:20:33 +01:00
VMCloneAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMCopyAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMCrossPoolMigrateAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMDestroyAction.cs CA-115429: New fix as per code review: Deletion of snapshot is successful but XenCenter logs show error. 2014-05-15 14:18:28 +01:00
VMMigrateAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMMoveAction.cs CA-111310: Call VDI.copy asynchronously to avoid timeout [SCTX-1366] 2013-07-16 10:25:02 +01:00
VMRebootAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMShutdownAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMSnapshotCreateAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMSnapshotDeleteAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMSnapshotRevertAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMStartAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMSuspendAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMToTemplateAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00