xenadmin/XenModel/Actions
Konstantina Chremmou 84d0a2b8ae Bad application of the code reusability principle in VMDestroyAction.
Destroying a VM does not disrupt the connection, hence the use of the BestEffort
method is not warranted. After this correction, BestEffort is only used in the
DestroyedBondAction, hence I removed it completely and replaced it with simpler
exception handling in the latter class's Run method.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2020-12-03 14:56:11 +00:00
..
AD CP-33781: Added admin exit procedure warnings. 2020-07-17 16:04:10 +01:00
DockerContainer Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
DR Refactoring to simplify the code and make calculations more efficient: 2020-07-30 10:42:20 +01:00
Folders Simplified signature of connection events. 2019-12-06 11:17:46 +00:00
GPU CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
HealthCheck CA-347407: Handle exceptions when failing to unprotect saved proxy credentials. 2020-11-03 11:34:06 +00:00
Host Minor modifications to task polling: 2020-10-13 15:02:31 +01:00
Message CA-339305: XenCenter was hanging when update alerts were removed very fast, and other issues: 2020-08-21 16:08:20 +01:00
Network Bad application of the code reusability principle in VMDestroyAction. 2020-12-03 14:56:11 +00:00
Perfmon Log the stack trace when an exception is encountered and don't use the *Format() counterpart of the logging method for it. 2019-11-13 12:31:44 +00:00
Pool CA-333443: Use the master's address instead of the connection name when joining a pool. 2020-05-19 23:03:45 +01:00
Pool_Patch Minor modifications to task polling: 2020-10-13 15:02:31 +01:00
Pool_update CA-339237: Show more information in XenCenter's logs on why a patch or update may have failed to apply. 2020-05-22 00:19:40 +01:00
PVS Minor modifications to task polling: 2020-10-13 15:02:31 +01:00
SR CA-339353: SrProbeAction should run its RBAC checks explicitly instead of inheriting from PureAsyncAction. 2020-10-13 15:02:31 +01:00
StorageLink Removed code applicable to servers earlier than dundee since connection to them is now blocked. 2019-02-06 09:25:38 +00:00
SupplementalPack CP-33892: Audited the use of First() and replaced with FirstOrDefault() where appropriate. 2020-06-25 11:17:11 +01:00
Updates CP-15790: Implementation improvement aimed to make manual testing easier. 2020-11-12 11:04:33 +00:00
USB CP-25329: Refine API reference for PUSB & VUSB in xenadmin 2017-10-20 17:30:21 +08:00
VBD Do not pass the delegates showing messages as parameters to the actions, but rather have them handle action events. 2019-10-14 09:24:36 +01:00
VDI CA-339271: Improved action description. Also: 2020-06-19 14:04:59 +01:00
VIF Refactored the VIFDialog to fix various problems: (#2398) 2019-04-25 08:23:09 +01:00
VM Bad application of the code reusability principle in VMDestroyAction. 2020-12-03 14:56:11 +00:00
VMAppliances Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
VMSS CA-301907: Improvements to the VMSS dialog, the VMSS frequency properties/wizard page and the VMSS finish wizard page (#2358) 2019-03-15 14:10:42 +00:00
WLB Do not localise log entries or ellipsise names. Log exception stack traces where applicable. 2019-11-13 12:31:44 +00:00
XCM CP-32140: Allow the user to select which XCM VPX to use when there are multiple XCM VPXs in the pool. 2019-09-25 13:25:26 +01:00
Action.cs Avoid duplicate logging; compact multiple logging calls. 2019-11-13 12:31:44 +00:00
AsyncAction.cs Bad application of the code reusability principle in VMDestroyAction. 2020-12-03 14:56:11 +00:00
CancellingAction.cs Various fixes on the EvacuateHostDialog (includes CA-292642, CA-284126, CP-34862). 2020-10-06 11:27:32 +01:00
DelegatedAsyncAction.cs Various fixes on the EvacuateHostDialog (includes CA-292642, CA-284126, CP-34862). 2020-10-06 11:27:32 +01:00
GetDataSourcesAction.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
MultipleAction.cs CA-238265: Add the action title to the error message displayed on the Install Update page of the patching wizard. 2017-02-06 13:04:07 +00:00
MultipleActionLauncher.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
ParallelAction.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
ProduceConsumerQueue.cs CA-284226: Optimize performance of menu Start-on-Server and Migrate-to-Server (#1985) 2018-03-20 07:07:19 +00:00
PureAsyncAction.cs CA-249624: [XSO-707] Convert VM to Template from XenCenter is not working if connected as an AD user 2017-04-04 11:26:16 +01:00
SaveChangesAction.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
StatusReportAction.cs Log the stack trace when an exception is encountered and don't use the *Format() counterpart of the logging method for it. 2019-11-13 12:31:44 +00:00
ZipStatusReportAction.cs CA-322699: Do not use an intermediate MemoryStream when sanitising the files of a tar archive. 2019-07-11 09:19:47 +01:00