diffsync icon indicating copy to clipboard operation
diffsync copied to clipboard

A utility library for comparing and synchronizing different datasets.

Results 73 diffsync issues
Sort by recently updated
recently updated
newest added

### Environment * DiffSync version: 1.7.1 ### Proposed Functionality The `_identifiers` of a model should allow a reference to the parent's set of `_identifiers`. ### Use Case Taking a simple...

status: accepted
type: enhancement

### Environment * DiffSync version: 1.7.0 ### Proposed Functionality I do not know if this is possible with a custom diff, but I would love to have the capability to...

status: internal review
type: enhancement

### Environment * DiffSync version: latest ### Proposed Functionality The ability to process parts of the sync that do not effect each other. This likely requires a facility that developers...

status: gathering feedback
type: enhancement

### Environment * DiffSync version: 1.7.0 ### Proposed Functionality Similar I believe to #60. Have the entire data model of the source available for create and update calls to the...

status: gathering feedback
type: enhancement

### Environment * DiffSync version: 1.7.0 * Python version 3.10.6 Output of the method get_tree_traversal() doesn't show correct order. ``` NautobotAdapter ── site │ ├── device │ │ └── interface...

status: accepted
type: bug

### Environment * DiffSync version: 1.X ### Proposed Functionality Provide the ability to describe what is the "SoR" for a given attribute. Primarily as the system, but potentially also the...

status: help wanted
type: enhancement

### Environment * DiffSync version: 1.7.0 * Python version: 3.10.8 * nautobot-ssot version: 1.2.0 ### Context I have an Nautobot SSoT Job. There is an issue where DiffSync store handles...

status: accepted
type: bug

### Environment * DiffSync version: 2.0.0 * Python version 3.12 ### Observed Behavior When launch `sync_from` function for a dataset with multiple model dependencies, in this example `Regions` parent of...

Fix invalid upgrading section name in https://diffsync.readthedocs.io/en/latest/getting_started/index.html

Per this thread: https://github.com/networktocode/diffsync/pull/106 Please update documentation for Redis backend as a self.update is necessary after adding child models for the pointers to get the links serialized in pickle. Otherwise,...