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: 2.0.0 ### Proposed Functionality The way flags are managed in https://github.com/networktocode/diffsync/blob/315b5e9396148209a71a9526c090b2899deab77a/diffsync/helpers.py#L185-L208, means that the GLOBAL flags always take precedence over the MODEL ones. I would...

status: gathering feedback

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [bandit](https://bandit.readthedocs.io/) ([source](https://redirect.github.com/PyCQA/bandit), [changelog](https://redirect.github.com/PyCQA/bandit/releases)) | `1.7.4` -> `1.7.10` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/bandit/1.7.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mypy](https://www.mypy-lang.org/) ([source](https://redirect.github.com/python/mypy), [changelog](https://mypy-lang.blogspot.com/)) | `1.4.1` -> `1.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `7.2.1` -> `7.4.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pylint](https://togithub.com/pylint-dev/pylint) ([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) | `2.13.9` -> `2.17.7` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pylint/2.17.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [black](https://togithub.com/psf/black) ([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | `23.1.0` -> `23.12.1` |...

dependencies

Should return objects filtered by their fields.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yamllint](https://togithub.com/adrienverge/yamllint) | `1.29.0` -> `1.35.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/yamllint/1.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/yamllint/1.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

I think we should get the following things over the line in preparation for 2.0: - [ ] #231 (if we want to do it) - [x] #219 - [...

### Environment * DiffSync version: 2.0.0 ### Proposed Functionality Add the ability to define dependencies on DiffSyncModels. An example of this would be an Interface depending on a Device, a...

status: gathering feedback
status: internal review
type: enhancement