xenadmin/XenModel
Konstantina Chremmou eca6f1d2a4 CA-294370: Rewrote logic calculating if migration is allowed:
Objective was to increase efficiency and better report the reason why migration
is not allowed. For this, WlbEnabledFilter and ResidentHostIsSameAsSelection
filters were merged into the CrossPoolMigrateFilter, and properties
FailureFound and Reason of the ReasoningFilter class were merged into method
FailureFound(out failureReason).

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2022-05-09 15:21:37 +01:00
..
Actions CA-366140: Run data source operations on VMs only if they are allowed. 2022-05-09 13:36:49 +01:00
Alerts CP-36392: Misc fixes to flagged Bugs (#2907) 2021-12-21 15:53:46 +00:00
CustomFields CP-36392: Remove all unnecessary using s 2022-02-24 11:53:44 +00:00
Mappings CP-36392: Refactored so that GetHashCode() does not call the homonymous base class method. 2022-04-06 13:11:33 +01:00
Network Reworked instantiation of dummy actions that complete immediately. 2022-04-11 21:59:29 +01:00
Properties Removed obsolete class XSVersionAttribute. Some refactoring of the usage of Program.Version. 2020-12-24 01:23:47 +00:00
ServerDBs CP-36392: Misc fixes to flagged Bugs (#2907) 2021-12-21 15:53:46 +00:00
StorageLinkAPI CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
Utils CA-365223: PVS accelerator is now part of the main install. 2022-03-14 17:33:03 +00:00
WLB CP-36392: Remove all unnecessary using s 2022-02-24 11:53:44 +00:00
XCM CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
XenAPI CA-365905 (XSI-1215): Create a temporary file in the target download folder if the latter is in a different drive from the default temporary folder. 2022-04-25 17:06:17 +01:00
XenAPI-Extensions CA-322672: Improve comments around RDP status checks 2022-04-20 12:39:47 +01:00
XenSearch CA-363819: Fixed issue where VM network usage data were not shown on the Search TabPage. 2022-02-17 13:17:57 +00:00
XenServerProxy CP-36392: Misc fixes to flagged Bugs (#2907) 2021-12-21 15:53:46 +00:00
BrandManager.cs CP-38086: Block upgrade for PV guests. 2021-11-15 15:49:39 +00:00
DockerContainer.cs CP-36392: Add comment to ignored catch blocks 2021-09-20 09:35:17 +01:00
DockerContainers.cs Namespace tidy 3/several: replaced XenAdmin.Core (instances in XenCenterLib) with XenCenterLib. 2017-11-30 13:56:32 +00:00
Folder.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
Folders.cs Renamed AsyncAction.RunExternal to AsyncAction.RunSync so it is more descriptive. 2022-04-06 13:11:34 +01:00
FriendlyNameManager.cs CA-156873, CP-31105 (partial): Apply common branding and versioning to assemblies; branding refactoring 2020-01-22 14:47:39 +00:00
FriendlyNames.Designer.cs CP-38814: Minor message improvement. 2022-03-14 17:32:11 +00:00
FriendlyNames.ja.resx L10N : Translation Updates & Resx sync 2022-03-03 14:35:30 +00:00
FriendlyNames.resx CP-38814: Minor message improvement. 2022-03-14 17:32:11 +00:00
FriendlyNames.zh-CN.resx L10N : Translation Updates & Resx sync 2022-03-03 14:35:30 +00:00
HealthCheckSettings.cs CA-355018: Ensure disabled health check status is reflected in the cache before re-rerunning prechecks. 2021-06-08 15:57:08 +01:00
I18NException.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
Icons.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
InvisibleMessages.Designer.cs [CHC] CA-366069 & XSI-1222: Fix incorrect capitalisation of value in Japanese version + add some case insensitive checks (#2986) 2022-04-14 11:36:55 +01:00
InvisibleMessages.ja.resx [CHC] CA-366069 & XSI-1222: Fix incorrect capitalisation of value in Japanese version + add some case insensitive checks (#2986) 2022-04-14 11:36:55 +01:00
InvisibleMessages.resx [CHC] CA-366069 & XSI-1222: Fix incorrect capitalisation of value in Japanese version + add some case insensitive checks (#2986) 2022-04-14 11:36:55 +01:00
InvisibleMessages.zh-CN.resx [CHC] CA-366069 & XSI-1222: Fix incorrect capitalisation of value in Japanese version + add some case insensitive checks (#2986) 2022-04-14 11:36:55 +01:00
InvokeHelper.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
Messages.Designer.cs CA-294370: Rewrote logic calculating if migration is allowed: 2022-05-09 15:21:37 +01:00
Messages.ja.resx L10N : Translation Updates & Resx sync 2022-03-03 14:35:30 +00:00
Messages.resx CA-294370: Rewrote logic calculating if migration is allowed: 2022-05-09 15:21:37 +01:00
Messages.zh-CN.resx L10N : Translation Updates & Resx sync 2022-03-03 14:35:30 +00:00
ObjectChange.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
OtherConfigWatcher.cs Tidy up event registration and deregistration on the MainWindow. 2020-08-21 16:08:20 +01:00
PathValidator.cs CA-359809 improved illegal character message (#2898) 2021-11-22 12:02:26 +00:00
PoolJoinRules.cs Refactoring: compacted Role.ValidRoleList() and Role.CanPerform() overloads. 2022-02-03 11:59:17 +00:00
RbacMethod.cs Refactoring: compacted Role.ValidRoleList() and Role.CanPerform() overloads. 2022-02-03 11:59:17 +00:00
SshConsole.cs CP-38529: Add SshConsole enum 2022-01-06 10:50:13 +00:00
Tags.cs Simplified signature of connection events. 2019-12-06 11:17:46 +00:00
UnitStrings.Designer.cs CP-36567: Use the datasource units as specified in the API instead of deducing them from the datasource name. 2021-08-05 15:36:46 +01:00
UnitStrings.ja.resx Retry sorting .resx strings. 2022-01-10 14:39:38 +00:00
UnitStrings.resx Retry sorting .resx strings. 2022-01-10 14:39:38 +00:00
UnitStrings.zh-CN.resx Retry sorting .resx strings. 2022-01-10 14:39:38 +00:00
XenAdminConfigManager.cs CP-15790: Implementation improvement aimed to make manual testing easier. 2020-11-12 11:04:33 +00:00
XenModel.csproj Reworked instantiation of dummy actions that complete immediately. 2022-04-11 21:59:29 +01:00
XenObjectDownloader.cs Merge branch 'master' into REQ-420 2018-01-25 13:38:58 +00:00
XenServerPlugins.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00