Skip to content

Extend sync_to|from to accept a Diff - #80

Merged
glennmatthews merged 6 commits into
networktocode:mainfrom
FragmentedPacket:76-sync-diff
Nov 22, 2021
Merged

Extend sync_to|from to accept a Diff#80
glennmatthews merged 6 commits into
networktocode:mainfrom
FragmentedPacket:76-sync-diff

Conversation

@FragmentedPacket

Copy link
Copy Markdown
Contributor

Fixes#76

This allows a user to pass in an existing Diff object into sync_to|from to prevent another diff from being calculated.

  • Updated examples, docs, and tests.
  • Remove print statement within tests

Comment threadexamples/01-multiple-data-sources/README.md Outdated
Comment threadexamples/03-remote-system/main.py
Comment threadtests/unit/test_diffsync.py
Comment threadtests/unit/test_diffsync.py
Comment threaddiffsync/__init__.py Outdated
Comment threaddiffsync/__init__.py Outdated
Comment threaddiffsync/__init__.py
FragmentedPacketand others added 5 commits November 20, 2021 14:53
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>

@glennmatthewsglennmatthews left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend sync_from and sync_to to accept an existing diff

2 participants

@FragmentedPacket@glennmatthews