Commit Graph

5546 Commits

Author SHA1 Message Date
Alexander Schulz
300ebd3e80 new splash image with "Center" in the name 2019-05-11 19:34:18 +02:00
Alexander Schulz
198fbdc406 readd splash as reference to installer project, so the wix-variable for the splash is resolvable 2019-05-11 18:30:02 +02:00
Alexander Schulz
fbe3c54aad include splash and xe into xenadmin build, because the installer only packages the files located in the xenadmin bin directory 2019-05-11 18:16:38 +02:00
Alexander Schulz
943efa3388 add the word "Build" to the version number to make clear, what number is what in the splash screen 2019-05-11 17:56:47 +02:00
Alexander Schulz
6c994b607d brand new splash 2019-05-11 17:48:34 +02:00
Alexander Schulz
445d838c71 removing old splash, adding new XCP-ng splash from Cocoon (Thanks!) 2019-05-11 17:32:10 +02:00
Alexander Schulz
5492a18576 set version to 8.0.0, resolve merging issues 2019-05-11 16:42:51 +02:00
Mihaela Stoica
42ca79cc8f CP-31022: Update the "XenCenter out-of-date" message
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-05-11 16:12:15 +02:00
Konstantina Chremmou
3c82a9a11b CP-30918: Show warnings if GFS2 SRs are not used with multipath.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-05-11 16:12:14 +02:00
Darren Matthews
d0387de454 L10N : Translation updates
Signed-off-by: Darren Matthews <darren.matthews@citrix.com>
2019-05-11 16:12:14 +02:00
Alexander Schulz
960c3d8eae Merge commit '94ecd4f21c0c1407e067a543ef610266ddded0a2' into release-8.0-xcp-ng 2019-05-11 16:09:44 +02:00
Mihaela Stoica
94ecd4f21c Fix RestartHostPlanAction
- if we decided to skip the host restart, then we should really skip it

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-03-12 11:22:04 +00:00
Mihaela Stoica
d9ea36b33d CP-30785: Replace xenserver.org links in XenCenter
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-03-08 10:22:41 +00:00
Mihaela Stoica
fd083584a9 Update API bingings (including the API version bump)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-03-08 10:08:00 +00:00
Mihaela Stoica
2d1d1fe5a7 CA-309758: Change the order of filters
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-03-04 11:06:59 +00:00
Mihaela Stoica
4abe4ddb30 CA-309758: Optimisations to the way we assert if Vms can be migrated to a destination pool in the Cross Pool Migrate wizard
- When asserting if a VM can be migrated to a pool we don't have to check all the hosts in the pool at this point, we can enable the pool when we find the first host where migration is possible; we will check the rest of the hosts only if that pool is selected.
- If the destination pool is older than the source, then we don't need to do any server calls because we know that migration to an older host is not allowed.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-03-04 11:06:59 +00:00
Mihaela Stoica
0df39a9d83 CA-310766: Use a dictionary instead of multiple lists
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-02-26 17:38:37 +00:00
Ji Jiang
ea1cd77306 CA-310766: Fix format SR type bug in Hardware HBA new SR wizard
Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
2019-02-26 17:38:37 +00:00
Darren Matthews
597813723d L10N : Translation Updates
Signed-off-by: Darren Matthews <darren.matthews@citrix.com>
2019-02-26 11:54:11 +00:00
Konstantina Chremmou
2c884ea47f CA-311146: Copy the results of a linq query to a list to prevent
enumeration on modified collection (it also improves efficiency).

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-02-26 11:18:53 +00:00
Konstantina Chremmou
977d2aa503 CP-30597: Remove RPU005. Use a repackaged RPU004 instead.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-02-22 17:23:33 +00:00
Mihaela Stoica
130dfe7b55 CA-310250: Improvements to the guest UEFI UI
-  hide the boot mode control if there is only one option (BIOS boot);
- add text "(experimental)" to the experimental options (in the radio button text);
- if an option is disabled, then hide the experimantal warning, as there is already a note saying why it is disabled;
- more detailed experimental warning.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-02-21 12:40:22 +00:00
Darren Matthews
2f1838956c L10N : CA-311136 Fixed truncation issue
Signed-off-by: Darren Matthews <darren.matthews@citrix.com>
2019-02-20 08:18:56 +00:00
borzel
b5f2a479af Revert "Import System.Configuration with big letter "C""
This reverts commit 9216f812ac.
2019-02-17 15:52:13 +01:00
borzel
9216f812ac Import System.Configuration with big letter "C" 2019-02-17 15:18:52 +01:00
Ji Jiang
ba649634e5 CP-30602: Add boot mode info to Naples XC
Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
2019-02-15 12:02:11 +00:00
Mihaela Stoica
5da6edaf7e CA-310765: Reset the lostConnection flag, so that a retry of this action runs correctly.
Thsi fixes the bug where XenCenter shows connection failure in the RPU when retrying an upgrade

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-02-14 08:32:05 +00:00
Mihaela Stoica
3cd3c6d622 CA-310794: Update the SERVER_TOO_OLD error message
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-02-12 21:54:41 +00:00
Darren Matthews
3445cb7ff2 L10N : Translation and Resx Resync
Signed-off-by: Darren Matthews <darren.matthews@citrix.com>
2019-02-12 21:54:10 +00:00
Mihaela Stoica
f49ee32d3e CP-30597: Update the RPU hotfixes
- Removed RPU001 and RPU002, as 6.x versions are not supported in XenCenter anymore
- Replaced RPU003 and RPU004 with new versions
- Added RPU005 for Lima

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-02-12 18:03:51 +00:00
Alexander Schulz
60dd70fc36
Merge pull request #142 from xcp-ng/fix-autostart-warning-HA
Add a warning to the autostart option, when HA is enabled.
2019-02-09 19:53:04 +01:00
Alexander Schulz
883214bf17 Add a warning to the autostart option, when HA is enabled.
https://github.com/xcp-ng/xenadmin/issues/135
2019-02-09 19:51:26 +01:00
Alexander Schulz
b1fe856217
Merge pull request #141 from xcp-ng/feature-switch-pv-hvm
Feature switch pv hvm
2019-02-09 16:57:44 +01:00
Alexander Schulz
859772ad95 Convert VM to PV- or HVM-mode
https://github.com/xcp-ng/xenadmin/issues/60
2019-02-09 16:48:30 +01:00
Alexander Schulz
ce4ce63fad First idea to convert a VM between HVM and PV mode
# Conflicts:
#	XenAdmin/SettingsPanels/BootOptionsEditPage.Designer.cs
2019-02-09 13:55:00 +01:00
Alexander Schulz
0ef4111f2b fix some issues after "merging" 7.6 into master
- Branding: set buildnumber back to 99.99.99 for development builds, because MSBuild does not like version numbers > 256
2019-02-09 12:33:54 +01:00
Alexander Schulz
781d96015f fix some issues after "merging" 7.6 into master
- Branding: set buildnumber to 9999.9999.9999 for development builds
2019-02-09 12:29:52 +01:00
Alexander Schulz
7d24cc9526 fix some issues after "merging" 7.6 into master
- xenadmin: do not copy putty.exe (we don't want to deliver old software)
2019-02-09 12:27:20 +01:00
Alexander Schulz
54a7318858 fix some issues after "merging" 7.6 into master
- Installer: Include xcp-ng-splash
2019-02-09 12:13:53 +01:00
Alexander Schulz
ea92aee61c fix some issues after "merging" 7.6 into master
- Tests: resolve issues after merge
2019-02-09 11:58:38 +01:00
Alexander Schulz
13951af9df fix some issues after "merging" 7.6 into master
- Tests: resolve merge conflict
2019-02-09 11:49:58 +01:00
Alexander Schulz
075a9fa066 fix some issues after "merging" 7.6 into master
- Branding: add new 8.0 branding texts
- Branding: set Version to 99.99.99.xx
- Branding: set Version text to "(Development Build) <version>"
2019-02-09 11:10:02 +01:00
Alexander Schulz
88b58ff05d change update url to new repo xenadmin-updates 2019-02-09 11:00:42 +01:00
Alexander Schulz
1a73248670 Help url should not point to Citrix 2019-02-09 10:57:33 +01:00
Alexander Schulz
6159564a43 fix some issues after "merging" 7.6 into master
- FriendlyNames: xcp-ng "legacy"
- FriendlyNames: File, NFS, EXT4
2019-02-09 10:46:57 +01:00
Alexander Schulz
79330a7e84 fix some issues after "merging" 7.6 into master 2019-02-09 02:13:08 +01:00
Alexander Schulz
a196ae4076 fix some issues after "merging" 7.6 into master 2019-02-09 01:22:37 +01:00
Alexander Schulz
58ad78fdf2 enable all versions because sr-probe fails to find all possible NFS versions (at least on FreeNAS shares) 2019-02-09 01:10:21 +01:00
Alexander Schulz
caae452ff0 add nfs v4.1 to XCP-ng Center 2019-02-09 01:10:21 +01:00
Alexander Schulz
53d06c5a6f Version 7.6.3 2019-02-09 01:10:21 +01:00