7f2ecb6eab
* [CA-233454] PVS tab doesn't show a new VM when it's created Refined the rules for not adding a VM to the table, if it is a template (thus not_a_real_vm), and it has the __gui__ prefix (thus hidden), we still add it, but hide it. When its name is changed (to remove the __gui__ prefix), we update its name and re-calculate whether it should be visible (in the case of a new VM this will be true once the __gui__ prefix is gone). Also resort the table if a node changes from hidden to visible, because it appears as an addition to the table. Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com> * [CA-233454] Update criteria for VM visibility to include is_a_real_vm is_a_template is changed before the name_label removes the __gui__ prefix, so this works with no other changes to the vm property changed event. Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com> * [CA-233454] Update when the VMs are shown in the PVS list New observable property IsBeingCreated for VMs, set to true when they're made a hidden object, and false when they're removed from hidden objects (both in CreateVMAction). In the PVS Page when this is set to false, we re-evaluate whether a VM can be shown. This means that new VMs show here at the same time they're added to the tree (only different is tree refresh time), instead of far earlier (and before their networks were added). Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com> * [CA-233454] Set IsbeingCreated in the CreateVMFastAction * [CA-233454] Properly support the VM Fast Create action Further changes to CreateVMFastAction, to ensure it works with PVS tab - use the __gui__ prefix when the VM is created and then change it back just before showing. * [CA-233454] Small logic adjustments/tidying up |
||
---|---|---|
Branding | ||
CFUValidator | ||
CommandLib | ||
devtools | ||
dotNetInstaller | ||
mk | ||
splash | ||
VNCControl | ||
WixInstaller | ||
xe | ||
XenAdmin | ||
XenAdminTests | ||
XenCenterLib | ||
XenCenterVNC | ||
XenModel | ||
XenOvfApi | ||
XenOvfTransport | ||
XenServerHealthCheck | ||
XenServerHealthCheckTests | ||
xva_verify | ||
.gitattributes | ||
.gitignore | ||
ChangeLog | ||
configure.cmd | ||
CONTRIB | ||
LICENSE | ||
MAINTAINERS | ||
README.md | ||
XenAdmin.sln |
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
- nunit.framework.dll
- Moq.dll which can be obtained from http://www.nunit.org/