generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 2
VNext release #11
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
Merged
VNext release #11
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8ac9395
upgrade to latest packages
Simply007 f247892
Merge pull request #6 from Kentico/update-delivery-sdk
Simply007 c8a72fc
adjust version badge
Simply007 6580926
Merge branch 'vNext' of https://github.com/Kentico/kontent-aspnetcore…
Simply007 01b03d9
upgrade target to .NET 6
Simply007 dd3ebe7
Merge pull request #7 from Kentico/net6
Simply007 d676d25
adjust release pipeline
Simply007 4bfea38
update to latest beta
Simply007 7246726
register CI on vNext branch
Simply007 ddcbb1f
fix: split models to support all webhook types
5801f73
refactor: update packages, adjust for .net 5.0 compatibility
f355a72
Update README.md
pokornyd ac7f648
cover hash count by tests
Simply007 3f23445
Update comments.
a41156d
Update README.md
pokornyd cdd9bd6
Update Kentico.Kontent.AspNetCore/Webhooks/Models/ManagementWebhookMo…
Simply007 0c5c79a
Merge pull request #9 from Kentico/8-cannot-deserialize-webhookmodel
Simply007 31a6d9a
Update .github/workflows/integrate.yml
Simply007 b972c09
Update Kentico.Kontent.AspNetCore.Tests/Kentico.Kontent.AspNetCore.Te…
Simply007 46b1d94
Update .github/workflows/integrate.yml
Simply007 701b0c8
Update Kentico.Kontent.AspNetCore.Tests/Kentico.Kontent.AspNetCore.Te…
Simply007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# For webhook body mock files | ||
*.json text eol=crlf |
23 changes: 23 additions & 0 deletions
23
Kentico.Kontent.AspNetCore.Tests/Data/PublishDeliveryTriggerWebhookBody.json
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"data": { | ||
"items": [ | ||
{ | ||
"id": "ad7be0cd-ade8-4444-bb06-9dde23ad3fc8", | ||
"codename": "post_150", | ||
"language": "default", | ||
"type": "post", | ||
"collection": "default" | ||
} | ||
], | ||
"taxonomies": [] | ||
}, | ||
"message": { | ||
"id": "3078e666-b725-44d3-b760-d81c23d56cd1", | ||
"project_id": "74304de2-c3d4-01b7-aad3-487e219eca5b", | ||
"type": "content_item_variant", | ||
"operation": "publish", | ||
"api_name": "delivery_production", | ||
"created_timestamp": "2022-04-27T14:52:11.6851466Z", | ||
"webhook_url": "https://webhook.site/df47e21c-14b8-4ff5-ac3a-fb7d8f3d11d4" | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
Kentico.Kontent.AspNetCore.Tests/Data/PublishManagementTriggerWebhookBody.json
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"data": { | ||
"items": [ | ||
{ | ||
"item": { | ||
"id": "ad7be0cd-ade8-4444-bb06-9dde23ad3fc8" | ||
}, | ||
"language": { | ||
"id": "00000000-0000-0000-0000-000000000000" | ||
}, | ||
"transition_from": { | ||
"id": "eee6db3b-545a-4785-8e86-e3772c8756f9" | ||
}, | ||
"transition_to": { | ||
"id": "c199950d-99f0-4983-b711-6c4c91624b22" | ||
} | ||
} | ||
] | ||
}, | ||
"message": { | ||
"id": "352c48a1-cb76-4d1e-84a3-2f7056573be8", | ||
"project_id": "74304de2-c3d4-01b7-aad3-487e219eca5b", | ||
"type": "content_item_variant", | ||
"operation": "change_workflow_step", | ||
"api_name": "content_management", | ||
"created_timestamp": "2022-04-27T15:52:02.4223349Z", | ||
"webhook_url": "https://webhook.site/df47e21c-14b8-4ff5-ac3a-fb7d8f3d11d4" | ||
} | ||
} |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.