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.9.0 ### Proposed Functionality This change proposes to 1) add a load() class-method to DiffSyncModel and 2) augments DiffSync.load() such that it will call each...

### Environment * DiffSync version: 1.9.0 ### Proposed Functionality DiffSync currently establishes its own logger method. This feature would allow the user of DiffSync to pass in a structlog logger...

I see a couple of problems with the [API docs](https://diffsync.readthedocs.io/en/latest/api/diffsync.html): - [ ] The API reference wraps in the middle of the page - [ ] Code snippets don't use...

status: gathering feedback
type: documentation

### Environment * DiffSync version: 1.x ### Proposed Functionality Provide the ability to sync updates as they happen. This may be a specific implementation of #142, but I think it...

status: gathering feedback

It would be nice to have a function on the `DiffSync` class that allows for returning a set of objects from the store according to a set of filter parameters.

status: accepted
type: enhancement

### Environment * DiffSync version: 1.7.0 ### Proposed Functionality children could have multiple parents to represent more real use cases. ### Use Case An `ipaddress` could belong to an `interface`...

status: accepted
type: enhancement

### Environment * DiffSync version: latest ### Proposed Functionality Provide a framework for the automation of adapter unit tests. ### Use Case It gets cumbersome to test updating of each...

status: gathering feedback
type: enhancement

### Environment * DiffSync version: ### Proposed Functionality Have `add_child` implicitly call `add`, removing the need for both calls. ### Use Case I don't think there is use in doing...

status: accepted
type: enhancement

### Environment * DiffSync version: latest ### Proposed Functionality Allow for models to have a model of their own type as children. ### Use Case When modelling locations for example,...

status: accepted
status: blocked
type: enhancement

### Environment * DiffSync version: latest ### Proposed Functionality Add documentation around all public parts of the API. We are already generating documentation for a good amount of things from...

status: accepted
type: documentation