-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Introduced sign providers for trees and implemented one for documents with schedule pending #19806
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
Merged
Changes from 17 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2d0a1a0
Create sign provider collection and call registered providers on rend…
AndyButland 949b163
Stub implementation of sign provider for documents with a scheduled p…
AndyButland ec7345f
Complete implementation of tree sign for pending scheduled publish.
AndyButland 804b959
Added integration test for new method on IContentService.
AndyButland 13141d7
Added unit test for HasScheduleSignProvider.
AndyButland c0b48b7
Apply suggestions from code review
AndyButland 54bb6aa
Tidied usings and clarified method header comments.
AndyButland c143c2b
Merge branch 'v16/feature/sign-providers' of https://github.com/umbra…
AndyButland 0845c3e
Merge branch 'main' into v16/feature/sign-providers
AndyButland 8b8dc15
Adding a fixed prefix to all future signs, and removing the provider …
NillasKA 17bf1d9
Adding a sign for protected tree documents.
NillasKA f44b53e
Adding IsProtectedSignProviderTest.cs & correcting HasScheduleSignPro…
NillasKA d7e8540
Fixing minor things in accordance with CR
NillasKA 997a079
Adding collection items compatibility
NillasKA 78660f7
Introduced IHasSigns interface to provide more re-use across trees an…
AndyButland 6b4bc7c
Refactoring a bit to make existing code less duplicated and fixing so…
NillasKA f536819
Introducing a has pending changes sign.
NillasKA a864cd5
Applying changes based on CR
NillasKA c5476e5
Introducing tests for HasPendingChangesSignProvider.cs and stopped th…
NillasKA e974521
Introducing tests for HasPendingChangesSignProvider.cs and slight log…
NillasKA efc3beb
Introduced HasCollectionSignProvider.cs and tests.
NillasKA 907063f
Introducing collection signs to Media Tree & Media Collection items
NillasKA b016c01
Introducing Plain Items and tests. Refactoring tests as well
NillasKA d7dd2c9
Introduced alternative CanProvideSigns() implementation on IsProtecte…
NillasKA 7936093
Slight refactoring to reduce bloating.
NillasKA 468e539
Adding [ActivatorUtilitiesConstructor] since it threw an error otherwise
NillasKA 2081f03
Minor cleanup.
AndyButland ad4753d
Updated OpenApi.json.
AndyButland 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
11 changes: 10 additions & 1 deletion
11
src/Umbraco.Cms.Api.Management/Controllers/DataType/Tree/ChildrenDataTypeTreeController.cs
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
12 changes: 10 additions & 2 deletions
12
src/Umbraco.Cms.Api.Management/Controllers/DataType/Tree/RootDataTypeTreeController.cs
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
9 changes: 9 additions & 0 deletions
9
src/Umbraco.Cms.Api.Management/Controllers/DataType/Tree/SiblingsDataTypeTreeController.cs
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
15 changes: 12 additions & 3 deletions
15
...mbraco.Cms.Api.Management/Controllers/Dictionary/Tree/ChildrenDictionaryTreeController.cs
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.
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.