Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Tags: KevinJump/uSync

Tags

v17.0.2

Toggle v17.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
search for exact alias, not just a partial match. #862 (#876)

v17.0.1

Toggle v17.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
npm build files. (#868)

v17.0.0

Toggle v17.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dependencies v17.0.0 (#865)

v17.0.0-rc2

Toggle v17.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rc2 versioning (#851)

v17.0.0-beta

Toggle v17.0.0-beta's commit message
update package locks.

v16.1.0

Toggle v16.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v16.0.8

Toggle v16.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v16.0.7

Toggle v16.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v16 fix of #815 (#818)

v13.3.2

Toggle v13.3.2's commit message
Add obsolte injection method.

v16.0.5

Toggle v16.0.5's commit message
Fix: Reparse source when combining (for roots), so the formatting is …

…preserved when showing changes.