Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up Branding/Trademarks/License #18

Closed
borzel opened this issue Apr 10, 2018 · 3 comments
Closed

Tidy up Branding/Trademarks/License #18

borzel opened this issue Apr 10, 2018 · 3 comments
Assignees
Labels
help wanted Extra attention is needed
Milestone

Comments

@borzel
Copy link
Member

borzel commented Apr 10, 2018

grafik

grafik

@borzel borzel added this to the XCP-ng branding complete milestone Apr 10, 2018
@borzel borzel self-assigned this Apr 11, 2018
@borzel borzel added the invalid This doesn't seem right label Apr 11, 2018
@borzel
Copy link
Member Author

borzel commented Apr 11, 2018

  • Update README.md
  • Update LICENSE

@borzel borzel changed the title Tidy up Branding/Trademarks Tidy up Branding/Trademarks/License Apr 11, 2018
borzel added a commit that referenced this issue Apr 11, 2018
@borzel
Copy link
Member Author

borzel commented Apr 11, 2018

Can someone with legal experience please check, if LICENSE, README.md and Legal Notices are ok?
@olivierlambert maybe your lawyers? ;-)

grafik

borzel added a commit that referenced this issue Apr 11, 2018
#18 Tidy up Branding/Trademarks/License
borzel added a commit that referenced this issue Apr 11, 2018
#18 Tidy up Branding/Trademarks/License
@borzel borzel added help wanted Extra attention is needed and removed invalid This doesn't seem right labels Apr 11, 2018
@borzel borzel modified the milestones: XCP-ng branding complete, Distributable XCP-ng Console for next XCP-ng release 7.4.1 Apr 11, 2018
@borzel
Copy link
Member Author

borzel commented Apr 22, 2018

no screaming so far ... close

@borzel borzel closed this as completed Apr 22, 2018
borzel added a commit that referenced this issue May 27, 2018
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)

#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

#24

abort, if BUILD_NUMBER environment variable is not set

build automation

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

#24 Get Tests running

#24 Get Tests running

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

#24 Get Tests running

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

#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

#24 Get Tests running

Fill AssemblyFileVersion

Idea from #17 Show Version in Title

Tidy up Branding/Trademarks/License

#18

Comment unreachable code to be buildable (#14 (comment))

XCP-ng Console should connect to any flavor of XenServer

(cherry picked from commit 7e23425)
borzel pushed a commit that referenced this issue May 30, 2018
- branding
- custom msi installer
- upgrade from NUnit2 to NUnit3

#70

build all projects in Release; Restore per nuget.exe

Restore Nuget-packages with nuget.exe

#65

Restore Nuget-packages

#65

Remove invalid characters from ComponentGroupRef

#69

Release: just build the projects needed to create the installer

let prebuild script work in Release AND Debug

add path to release files

don't set buildnumber to 1
#69

Integrade master-7.4 into master - tidy up
#68

Integrade changes from master-7.4 into master (#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)

#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

#24

abort, if BUILD_NUMBER environment variable is not set

build automation

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

#24 Get Tests running

#24 Get Tests running

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

#24 Get Tests running

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

#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

#24 Get Tests running

Fill AssemblyFileVersion

Idea from #17 Show Version in Title

Tidy up Branding/Trademarks/License

#18

Comment unreachable code to be buildable (#14 (comment))

XCP-ng Console should connect to any flavor of XenServer

(cherry picked from commit 7e23425)

More future-proof installer/updater
- rename ~~XenCenter~~ properly in branding script

#35

More future-proof installer/updater

#35

Added XCP-ng_Installer Source Files

quotation marks for string with spaces

Fully buildable with Visual Studio Community 2017

(cherry picked from commit cacd02a)

Complete branding set

more general hotkey definition

Update FriendlyNames.ja.resx

Update FriendlyNames.zh-CN.resx

Update FriendlyNames.resx
borzel added a commit that referenced this issue Feb 9, 2019
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)

#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

#24

abort, if BUILD_NUMBER environment variable is not set

build automation

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

#24 Get Tests running

#24 Get Tests running

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

#24 Get Tests running

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

#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

#24 Get Tests running

Fill AssemblyFileVersion

Idea from #17 Show Version in Title

Tidy up Branding/Trademarks/License

#18

Comment unreachable code to be buildable (#14 (comment))

XCP-ng Console should connect to any flavor of XenServer

(cherry picked from commit 7e23425)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant