Commit Graph

38 Commits

Author SHA1 Message Date
Alexander Schulz
5500de0757 Working build with latest changes from https://github.com/xenserver/xenadmin December 2023 2023-12-30 19:56:51 +01:00
Alexander Schulz
ac81e0a4a6 XCP-Center 20.04.01 (quick fix for XCP 8.2 compatibility) 2020-12-11 17:05:16 +01:00
Alexander Schulz
a228f03c53 Release 20.04.00 2020-04-12 17:28:07 +02:00
Alexander Schulz
94c32c460e fix homepage branding 2020-03-11 16:49:00 +01:00
Alexander Schulz
38f0ac0981 fix branding after merge 2020-03-11 16:34:49 +01:00
Alexander Schulz
2cab770c52 do not build unit tests 2020-02-07 00:04:34 +01:00
Alexander Schulz
03be16a785 Branding of Guest Tools Name
https://github.com/xcp-ng/xenadmin/issues/168
2019-07-10 23:06:02 +02:00
Alexander Schulz
a270f870d3 new splash image with "Center" in the name
(cherry picked from commit 300ebd3e80)
2019-05-11 21:30:27 +02:00
Alexander Schulz
8e0e5252c2 brand new splash
(cherry picked from commit 6c994b607d)
2019-05-11 21:30:25 +02: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
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
53d06c5a6f Version 7.6.3 2019-02-09 01:10:21 +01:00
Alexander Schulz
9c89dd1a40 set version to 7.6.3 Preview 1 2019-02-09 01:03:47 +01:00
Alexander Schulz
be15e85289 Version 7.6.2 2019-02-09 01:03:46 +01:00
Alexander Schulz
6ca42899c8 Version 7.6.1 2019-02-09 01:02:28 +01:00
Alexander Schulz
a685054f3b Release 7.6.0 2019-02-09 01:00:01 +01:00
Alexander Schulz
63e69696a4 set version to 7.6.0 RC3 2019-02-09 00:59:09 +01:00
Alexander Schulz
4f0372ab7c show version text (e.g. 7.6.0 or 7.6.0 RC4) in main window title
benefit: on screenshots we can identify the used version easier
2019-02-09 00:59:09 +01:00
Alexander Schulz
69b106d392 brand main window title with full version number 2019-02-09 00:59:08 +01:00
Alexander Schulz
d054324636 set version to RC2 2019-02-09 00:59:05 +01:00
Alexander Schulz
4725d47314 Add Text "RC1" 2019-02-09 00:56:35 +01:00
Alexander Schulz
f417309855 Set Version 7.6.0 2019-02-09 00:56:35 +01:00
Alexander Schulz
8186c2c54f use correct branded image for WLB-Dialog 2019-02-09 00:48:12 +01:00
Alexander Schulz
83a2c34f81 correction: If no BUILD_NUMBER is set, assume developer build and set to 99 2019-02-09 00:45:14 +01:00
Alexander Schulz
bda5685fa3 If no BUILD_NUMBER is set, assume developer build and set to 99.99.99.0 2019-02-09 00:45:14 +01:00
Alexander Schulz
e5d3fe362b Set version to 99.99.99 in master branch to be version independent
https://github.com/xcp-ng/xenadmin/issues/69
2019-02-09 00:43:39 +01:00
Alexander Schulz
394cf6f8dc build ale projects in Release; Restore per nuget.exe 2019-02-09 00:43:38 +01:00
Alexander Schulz
401fe40cd1 Restore Nuget-packages
https://github.com/xcp-ng/xenadmin/issues/65
2019-02-09 00:43:37 +01:00
Alexander Schulz
3d5f231bca Release: just build the projects needed to create the installer 2019-02-09 00:43:37 +01:00
Alexander Schulz
7532b3349f don't set buildnumber to 1
https://github.com/xcp-ng/xenadmin/issues/69
2019-02-09 00:43:36 +01:00
Alexander Schulz
2d1f47c321 Integrade changes from master-7.4 into master (https://github.com/xcp-ng/xenadmin/issues/68)
proper fix: use Path to TestDirectory

https://github.com/nunit/docs/wiki/Breaking-Changes

CurrentDirectory:
No longer set to the directory containing the test assembly. Use TestContext.CurrentContext.TestDirectory to locate that directory.
fix Test CertificateDialogTests

Path to the Cert was build as:
 xenadmin\TestResources\TestDevCertificate.cer

but should be:
 xenadmin\XenAdminTests\TestResources\TestDevCertificate.cer
fix Test TestFailingReaderGeneration

Ionic.BZip2 is throwing an IOException:
System.IO.IOException: 'Not a valid BZip2 stream. byte 0, expected '66', got '-1''
use update.xml in master brach on github (as a first solution)

https://github.com/xcp-ng/xenadmin/issues/29

Do not check for ContainerCapability on XCP-ng, just belive in it :-)

If server is in not licenced, don't show alert icon

Changed SetUp to OneTimeSetup in SetUpFixture

https://github.com/xcp-ng/xenadmin/issues/24

abort, if BUILD_NUMBER environment variable is not set

build automation

Ignore ".vs" folder
splash buildable with Visual Studio Community 2018

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

real world: edition "platinum" has changed to "desktop-plus"

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

set culture to "en-EN" to ensure correct parsing

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

correct adaption to nunit 3

adapt to nunit 3

adapt path

real world: edition "platinum" has changed to "desktop-plus"

Use Nunit and Moq from NuGet; Adapt tests to Nunit 3

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

Fill AssemblyFileVersion

Idea from https://github.com/xcp-ng/xenadmin/issues/17 Show Version in Title

Tidy up Branding/Trademarks/License

https://github.com/xcp-ng/xenadmin/issues/18

Comment unreachable code to be buildable (https://github.com/xcp-ng/xenadmin/issues/14#issuecomment-380041068)

XCP-ng Console should connect to any flavor of XenServer

(cherry picked from commit 7e2342534d75193685139226fcaf89bb365fc706)
2019-02-09 00:43:14 +01:00
Alexander Schulz
e47b070807 More future-proof installer/updater
- rename ~~XenCenter~~ properly in branding script

https://github.com/xcp-ng/xenadmin/issues/35
2019-02-09 00:35:56 +01:00
Alexander Schulz
3d0b9fe87e More future-proof installer/updater
https://github.com/xcp-ng/xenadmin/issues/35
2019-02-09 00:35:34 +01:00
Alexander Schulz
569275b1c2 Screenshot of XCP-ng Center for README.md 2019-02-09 00:34:48 +01:00
Alexander Schulz
bc59629e6e quotation marks for string with spaces 2019-02-09 00:25:43 +01:00
Alexander Schulz
0f61d3135c Complete branding set
# Conflicts:
#	branding-xcp-ng/brand-to-xcp-ng.sh
2019-02-09 00:25:24 +01:00