-
Notifications
You must be signed in to change notification settings - Fork 0
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 Liquid and Markdown template rendering and API #19
Merged
jongeorge1
merged 85 commits into
master
from
feature/1-liquid-and-markdown-template-rendering
Jan 16, 2020
Merged
Add Liquid and Markdown template rendering and API #19
jongeorge1
merged 85 commits into
master
from
feature/1-liquid-and-markdown-template-rendering
Jan 16, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…derers other content)
Added functions host for API using Menes Wired up content item GET/POST
Addition of test bindings to deal with tenancy and hosting
…iour Moved some code around.
A further fix to get specs working in the build
idg10
reviewed
Nov 21, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was a marathon!
Solutions/Marain.ContentManagement.Abstractions/Marain/Cms/CompoundContent.cs
Outdated
Show resolved
Hide resolved
Solutions/Marain.ContentManagement.Abstractions/Marain/Cms/CompoundContent.cs
Outdated
Show resolved
Hide resolved
Solutions/Marain.ContentManagement.Abstractions/Marain/Cms/CompoundContent.cs
Outdated
Show resolved
Hide resolved
Solutions/Marain.ContentManagement.Abstractions/Marain/Cms/CompoundContent.cs
Outdated
Show resolved
Hide resolved
Solutions/Marain.ContentManagement.Abstractions/Marain/Cms/CompoundContent.cs
Outdated
Show resolved
Hide resolved
Solutions/Marain.ContentManagement.SpecHelpers/Drivers/ContentDriver.cs
Outdated
Show resolved
Hide resolved
Solutions/Marain.ContentManagement.SpecHelpers/Marain.ContentManagement.SpecHelpers.csproj
Outdated
Show resolved
Hide resolved
...ons/Marain.ContentManagement.Tenancy.Abstractions/Marain/Cms/ITenantedContentStoreFactory.cs
Outdated
Show resolved
Hide resolved
...in.ContentManagement.Tenancy.AzureCosmos/Marain.ContentManagement.Tenancy.AzureCosmos.csproj
Show resolved
Hide resolved
...in.ContentManagement.Tenancy.AzureCosmos/Marain.ContentManagement.Tenancy.AzureCosmos.csproj
Show resolved
Hide resolved
…ion, making the differences somewhat clearer.
…o and an inaccuracy.
…nerically named class as they are not specifically content related.
…the renderer. (This should never happen in a real system, and could possibly be an assertion instead of an exception.)
…eated per feature. We're hoping that this will avoid breaking the RU limit on the database used for testing.
…tate and associated classes and methods from IContentStore. Got the core Specs working; API and associated specs need further work.
Move rendering specs into Rendering namespace.
mwadams
reviewed
Jan 15, 2020
Solutions/Marain.ContentManagement.Api.Host/Marain/Cms/Api/Host/Startup.cs
Show resolved
Hide resolved
Solutions/Marain.ContentManagement.Api.Services/Marain.ContentManagement.Api.Services.csproj
Show resolved
Hide resolved
...tions/Marain.ContentManagement.Api.Services/Marain/Cms/Api/Services/ContentSummaryService.cs
Show resolved
Hide resolved
...s/Marain.ContentManagement.Api.Services/Marain/Cms/Api/Services/Dtos/CreateContentRequest.cs
Outdated
Show resolved
Hide resolved
...ntentManagement.Api.Services/Marain/Cms/Api/Services/Internal/ContentStatesResponseMapper.cs
Show resolved
Hide resolved
...ntManagement.Api.Services/Marain/Cms/Api/Services/Internal/ContentSummariesResponseMapper.cs
Show resolved
Hide resolved
Solutions/Marain.ContentManagement.Api.Specs/Bindings/TransientTenantBindings.cs
Show resolved
Hide resolved
…ly creating a new one
idg10
approved these changes
Jan 16, 2020
jongeorge1
deleted the
feature/1-liquid-and-markdown-template-rendering
branch
January 16, 2020 16:17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch contains two separate pieces of work:
The first item is not yet complete, but we think it is sensible to create new issues for outstanding/incomplete items so that we can merge this PR back and then create smaller more focussed PRs for them.