Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KevinJump/uSync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.1.3
Choose a base ref
...
head repository: KevinJump/uSync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.2.0
Choose a head ref
  • 16 commits
  • 31 files changed
  • 3 contributors

Commits on Mar 18, 2024

  1. added HistoryFolder setting

    henryjump committed Mar 18, 2024
    Copy the full SHA
    d0f06eb View commit details
  2. added EnableHistory check

    henryjump committed Mar 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bfd422d View commit details

Commits on Mar 20, 2024

  1. Fix #224 - Observe root folder value in rootfolder array if set (and …

    …root folders array is not set). (#606)
    KevinJump authored Mar 20, 2024
    Copy the full SHA
    3a1047f View commit details

Commits on Apr 9, 2024

  1. Throw for duplicates ( Jumoo/uSync.Complete.Issues#225 )

    KevinJump committed Apr 9, 2024
    Copy the full SHA
    978d82c View commit details
  2. chore: schema file update

    KevinJump committed Apr 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b14a9e9 View commit details

Commits on Apr 10, 2024

  1. #612 ensure we return an empty string if a mapper returns null.

    KevinJump committed Apr 10, 2024
    Copy the full SHA
    74966ed View commit details

Commits on Apr 15, 2024

  1. Add serializers and handlers for webhooks. (#613)

    * Add serializers and handlers for webhooks.
    
    * Webhook Comments
    KevinJump authored Apr 15, 2024
    Copy the full SHA
    f481370 View commit details
  2. Fix #609 Default language importing. (#614)

    KevinJump authored Apr 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    efdefba View commit details
  3. Use folders provided in options over config (#610)

    * Use folders provided in options over config
    
    * Use simpler collection initialisation for folder
    
    * Fix NRE when checking for Any folders
    
    * Add GetFolder to Addition Export and Import Methods.
    
    ---------
    
    Co-authored-by: Kevin Jump <kevin@thejumps.co.uk>
    ljfio and KevinJump authored Apr 15, 2024
    Copy the full SHA
    60a2cd7 View commit details
  4. Fix #607 - datatypes don't delete on final pass. (#615)

    KevinJump authored Apr 15, 2024
    Copy the full SHA
    cd9d73e View commit details
  5. fix #605 - check delete by serializing item one last time. (#616)

    KevinJump authored Apr 15, 2024
    Copy the full SHA
    c4016f9 View commit details
  6. Fix - delete entries show up twice in report and actions. (#617)

    KevinJump authored Apr 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    54ffb02 View commit details

Commits on Apr 16, 2024

  1. #612 - couple of extra checks so we never try to create an XCData sec…

    …tion with a null value. (#618)
    KevinJump authored Apr 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    588fb5f View commit details
  2. reduce logging a bit.

    KevinJump committed Apr 16, 2024
    Copy the full SHA
    432d74c View commit details
  3. Fix for #619. don't report property deletes as changes when they have… (

    #621)
    
    * Fix for #619. don't report property deletes as changes when they have already happened
    
    * Add fix for #620 - don't recreate items that are deleted.
    KevinJump authored Apr 16, 2024
    Copy the full SHA
    abdc722 View commit details
  4. DataType merging Empty items alway win

    KevinJump committed Apr 16, 2024
    Copy the full SHA
    0774378 View commit details
Loading