-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* More async calls * Little refactoring. * Minor change * More async calls. * Refactoring of home and autoroute to prevent some non async executions. * Remove testing code. * Simpler way to check "IsHomepage" before editing. * Some tweaks * Minor changes * Minor change * GetShapeTableAsync() * Prevents a non async call of themeManager.GetThemeAsync() * Update a comment. * Make some tests async * More async * More async calls * wip on more asunc calls * Fixes building * Make CreateUser command async and await all async commands * More async * More async * Make FileContentDefinitionStore thread safe. * Fixes an use case that ends up with 2 latest versions * Try to fix travis build * Definition manager and store as tenant singletons for simpler and better caching. The definitions are read once in place of each time a definition for a given is not built yet. Fixes that, when the type is modified, the definitions were stored twice. * Tenant level and scoped ContentDefinitionCache. And begin to use some rules around caching and tokens that i will comment and to be continued in another PR. * Little tweak * Last tweaks * my bad * Revert some changes and some tweaks * Little updates for some syncing between the caching and async branches. * Ensures that a deferred signal for a given key is sent once at the end of the scope. * Re-introduces and uses the DeferredSignalToken extension helper. * More async calls * Revert back "ContentDefinitionManager" to its non async version. * Less async calls. * Revert "IScriptingEngine" to non async and fix demo module building * Remove non async Permission providers
- Loading branch information
Showing
134 changed files
with
1,070 additions
and
711 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.