XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Gabor Apati-Nagy 0311f7dd72 CA-220047: Show proper precheck error when a VM cannot be migrated
A bit of refactoring as requested by the reviewers

I decided not remove the NullReferenceExceptions and throw the Failures
immediately in order to avoid the additional error handling that seems to be unnecessary there. However, the reason I've decided to keep it as is is that it would change what gets logged and the performance gain would not be noticeable anyway. Furthermore, the current implementation (try-catchall) catches any other exceptions providing fallback to the default Failure.
2017-06-05 10:15:18 +01:00
Branding CP-242134: Remove pre-Clearwater hotfixes 2017-05-05 10:45:10 +01:00
CommandLib CA-249052: [SCTX-2514] xe.exe unable to upload patches with XS 7.1. 2017-03-31 11:57:41 +01:00
devtools download_packages: Check version of powershell before executing 2017-05-03 13:45:41 +01:00
dotNetInstaller CA-242405: Fixed Metadata in XenCenterSetup.exe 2017-03-31 16:54:26 +01:00
mk CP-21997: Remove CFUValidator from the build script 2017-05-04 16:50:40 +01:00
packages CA-254545: Update the DOTNET_BUILD_LOCATION to the build containing the patched xml-rpc 2017-05-19 10:16:19 +01:00
splash CA-176169: Copyright statement: Added comma at all places where it was still missing (all extensions now) 2017-01-18 17:13:09 +00:00
VNCControl Collected all third party libraries in one place so it's easier for developers to setup their system. 2017-02-09 20:27:03 +00:00
WixInstaller CP-242134: Remove pre-Clearwater hotfixes 2017-05-05 10:45:10 +01:00
xe CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
XenAdmin CA-220047: Show proper precheck error when a VM cannot be migrated 2017-06-05 10:15:18 +01:00
XenAdminTests CA-242134: Change the API version to 2.0 in our test databases 2017-05-08 17:55:36 +01:00
XenCenterLib Merge remote-tracking branch 'upstream/CAR-2214' into master 2017-02-28 10:30:02 +00:00
XenCenterVNC Collected all third party libraries in one place so it's easier for developers to setup their system. 2017-02-09 20:27:03 +00:00
XenModel CA-220047: Show proper precheck error when a VM cannot be migrated 2017-05-22 11:17:42 +01:00
XenOvfApi L10N:CA-205538 & other translation checkins 2017-04-19 14:36:03 +05:30
XenOvfTransport CA-240234: PVS proxy setup is not preserved accross OVF export/import 2017-03-06 16:03:13 +00:00
XenServer Added new files to project. 2017-03-23 12:58:10 +00:00
XenServerHealthCheck Merge remote-tracking branch 'upstream/CAR-2214' into master 2017-02-28 10:30:02 +00:00
XenServerHealthCheckTests CA-176169: Further copyright statement changes 2017-01-18 17:07:59 +00:00
xva_verify CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
.gitattributes Ignore line endings for all files (except shell scripts). 2016-07-05 08:14:47 +01:00
.gitignore CA-242451: Use a different location for binaries built with CTXSIGN defined (the actual location will be updated when the build is available). Use latest dotnet-packages. 2017-02-17 17:01:32 +00:00
ChangeLog CP-4807: Updated ChangeLog with version number; updated Readme file 2013-06-25 09:45:11 +01:00
configure.cmd Added choco installer for Visual Studio Express 2010 to the prepare.cmd file. 2015-06-30 12:41:54 +01:00
CONTRIB CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
Jenkinsfile CA-251616: Remove the use of the additional branding repository 2017-04-28 14:09:38 +01:00
LICENSE CA-176169: Copyright statement: Added comma at all places where it was still missing (all extensions now) 2017-01-18 17:13:09 +00:00
MAINTAINERS CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
README.md Update README.md 2016-01-08 09:55:25 +00:00
XenAdmin.sln CP-21997: Delete unused CFUValidator code 2017-05-03 14:50:39 +01:00

XenCenter

This repository contains the source code for XenCenter.

XenCenter is a Windows-based management tool for XenServer environments which enables users to manage and monitor XenServer hosts and resource pools, and to deploy, monitor, manage and migrate virtual machines.

XenCenter is written mostly in C#.

Contributions

The preferable way to contribute patches is to fork the repository on Github and then submit a pull request. If for some reason you can't use Github to submit a pull request, then you may send your patch for review to the xs-devel@lists.xenserver.org mailing list, with a link to a public git repository for review. Please see the CONTRIB.md file for some general guidelines on submitting changes.

License

This code is licensed under the BSD 2-Clause license. Please see the LICENSE file for more information.

How to build XenCenter

To build XenCenter, you need

  • the source from xenadmin repository
  • Visual Studio 2013

and also some libraries which we do not store in the source tree:

  • CookComputing.XmlRpcV2.dll
  • DiscUtils.dll
  • ICSharpCode.SharpZipLib.dll
  • Ionic.Zip.dll
  • log4net.dll

You can find the source code of these libraries (along with some patches) in dotnet-packages repository.

You also need NUnit libraries