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

Add license expression to package #28

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Conversation

hennys
Copy link
Contributor

@hennys hennys commented Mar 16, 2022

No description provided.

@hennys hennys merged commit d1fb5ca into develop Mar 16, 2022
@hennys hennys deleted the add-licence-info-to-package branch March 16, 2022 21:59
JohanPetersson added a commit that referenced this pull request Mar 24, 2022
* Adds order managers mapped role

* Add content type item template (#17)

* Add Content Type item template

* Update README with additional details (#19)

Also fix parameter spelling error

* Add scheduled job item template (#20)

* Add Initialization Module item template (#18)

* Add Initialization Module item template
* correct parameter name

* Add Page Controller template (#23)

* Add Content Component template (#24)

* Razor page item template (#25)

* Add Razor Page Item template

* Fix some copy/paste naming errors

* List all item templates (#26)

* Publish CI packages to GitHub Packages (#27)

* Publish CI packages to GitHub Packages
* Supress .NET welcome msg during builds

* Add license expression to package (#28)

* Updates CMS to latest (#30)

* Various bugfixes (#31)

* Fixes broken link in content

* Makes section handling more resilient

Now handles created below root directly.

* Increases timeout for database creation

* Updates the version

* Reverts to 1.1 since this will be next release (#32)

* Delete old package versions (#29)

* Delete old package versions. Keep 10 versions
* Split cleanup into separate step

* Fixes inconsistent file naming on disk and code files (#35)

The template engine replaces whitespace with - in filenames and _ in text files. That means db filenames on disk doesn't match the names in the connection strings. We need to use unambiguous source names, so unfortunately we end up with ugly project names and namespaces. But this ensures everything gets replaced correctly, see https://github.com/dotnet/templating/wiki/Naming-and-default-value-forms.

Added restart on failure in Docker compose. Services are just started in correct order, but do not wait until they are ready. The db might take time to set up first time on a slow machine, then the web fails and you have to 'docker up' again. There is no nice way to achieve this in another way, other than making the app itself more resilient.

Also updated with our v3 NuGet feed.

Co-authored-by: Henrik Nystrom <henrik.nystrom@gmail.com>
Co-authored-by: Henrik Nystrom <henrik.nystrom@episerver.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants