Tags: KevinJump/uSync
Tags
V16/multiple nodes per file (#829) * Production 'mode' where we merge all the files together. * ajust the interface, so we can have nice defaults for new properties. * clean up the merge function * make sure individual empty files process the 'current' way (we don't want to slow down existing imports). * cache the loading of xml files in the clean loop, to stop multiple file loads. * clean up the import/report methods to make them more readable. * add incremental update messages so we can smooth out progress even when using a single import file. * fix typo on exportOnSave settings localization string. * XML Comments. * more xml comments * Update uSync.BackOffice/Hubs/uSyncCallbacks.cs Co-authored-by: Copilot <[email protected]> * Update uSync.BackOffice/Configuration/uSyncSettings.cs Co-authored-by: Copilot <[email protected]> * Update uSync.BackOffice/SyncHandlers/SyncHandlerRoot.cs Co-authored-by: Copilot <[email protected]> * Update uSync.BackOffice/SyncHandlers/SyncHandlerRoot.cs Co-authored-by: Copilot <[email protected]> * Update uSync.BackOffice/Configuration/uSyncSettings.cs Co-authored-by: Copilot <[email protected]> * Update uSync.BackOffice/Services/SyncService_Files.cs Co-authored-by: Copilot <[email protected]> * Update uSync.BackOffice/Services/SyncFileService.cs Co-authored-by: Copilot <[email protected]> * Update uSync.BackOffice/Hubs/uSyncCallbacks.cs Co-authored-by: Copilot <[email protected]> * make sure we process all single actions (Co-piolt fix) * Update uSync.BackOffice/SyncHandlers/Interfaces/ISyncHandler.cs Co-authored-by: Copilot <[email protected]> * fix serializer interface typo. * remove bool clean from merge public api * add using alias for core constants. * Replace File.Exists with call to SyncFileService.FileExists * Update uSync.BackOffice/Configuration/SyncConfigService.cs Co-authored-by: Copilot <[email protected]> * typo fixes in the generated schema file. * Update uSync.BackOffice/Hubs/HubClientService.cs Co-authored-by: Copilot <[email protected]> * Update uSync.BackOffice/Services/ISyncFileService.cs Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
Get Correct Content version on second pass events. (#821) * Update the version when we sort it, so we can save the current version in the pass. * load the latest on second pass if we are going to then save it. * Update uSync.Core/Serialization/Serializers/ContentSerializerBase.cs Co-authored-by: Copilot <[email protected]> * Update uSync.Core/Serialization/Serializers/ContentSerializerBase.cs Co-authored-by: Copilot <[email protected]> * Update uSync.Core/Serialization/Serializers/ContentSerializerBase.cs Co-authored-by: Copilot <[email protected]> * remove custom block converters while we debug them. * Remove converters * puit throw back in (not used though) --------- Co-authored-by: Copilot <[email protected]>
PreviousNext