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: networktocode/diffsync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 899d976
Choose a base ref
...
head repository: networktocode/diffsync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fe6b710
Choose a head ref
  • 10 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 8, 2025

  1. Bump prepatch

    jdrew82 committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    4d7b0f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #319 from networktocode/release-2.2.0-to-develop

    Release 2.2.0 to Develop
    jdrew82 authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    8a3104a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Fix CI (#321)

    jdrew82 authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    cab4270 View commit details
    Browse the repository at this point in the history
  2. Bump prepatch

    jdrew82 committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    3d614ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #324 from networktocode/release-2.2.0-to-develop

    Sync Main to Develop
    jdrew82 authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    5780050 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Cookie updated targeting develop by NetworkToCode Cookie Drift Manage…

    …r Tool (#330)
    
    * Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool
    
    Template:
    
    ```
    {
        "template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
        "dir": "python",
        "ref": "main",
        "path": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python"
    }
    ```
    
    Cookie:
    
    ```
    {
        "remote": "https://github.com/networktocode/diffsync.git",
        "path": "/tmp/tmpn08h9047/diffsync",
        "repository_path": "/tmp/tmpn08h9047/diffsync",
        "dir": "",
        "branch_prefix": "drift-manager/develop",
        "context": {
            "codeowner_github_usernames": "@glennmatthews @michalis1 @jdrew82",
            "full_name": "Network to Code, LLC",
            "email": "info@networktocode.com",
            "github_org": "networktocode",
            "description": "Library to easily sync/diff/update 2 different data sources",
            "project_name": "diffsync",
            "project_slug": "diffsync",
            "repo_url": "https://github.com/networktocode/diffsync",
            "base_url": "diffsync",
            "project_python_name": "diffsync",
            "project_python_base_version": "3.10",
            "project_with_config_settings": "no",
            "generate_docs": "yes",
            "version": "2.2.0",
            "original_publish_year": "2025",
            "_template": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python",
            "_output_dir": "/tmp/tmpn08h9047",
            "_repo_dir": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python",
            "_checkout": null
        },
        "drift_managed_branch": "develop",
        "remote_name": "origin",
        "pull_request_strategy": "PullRequestStrategy.UPDATE_OR_CREATE",
        "post_actions": [],
        "baked_commit_ref": "bc789d65fa90182c0eb392664e1cba02ea187ab1",
        "draft": false
    }
    ```
    
    CLI Arguments:
    
    ```
    {
        "cookie_dir": "",
        "input": false,
        "json_filename": "",
        "output_dir": "",
        "push": true,
        "template": "./cookiecutter-ntc",
        "template_dir": "python",
        "template_ref": "main",
        "pull_request": "update-or-create",
        "post_action": [],
        "disable_post_actions": true,
        "draft": null,
        "drift_managed_branch": "develop"
    }
    ```
    
    * fix merge conflicts
    
    ---------
    
    Co-authored-by: bakebot <info@networktocode.com>
    Co-authored-by: Jeff Kala <Jeff.kala@networktocode.com>
    3 people authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    0cf7670 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Fix Deepcopy Bug (#335)

    * fix: Tweak deepcopy of kwargs to handle non-serializable objects.
    
    * test: ✅ Add tests validating handling of serialized and non-serialized objects
    
    * docs: Add changelog fragment
    jdrew82 authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    5620c41 View commit details
    Browse the repository at this point in the history
  2. docs: Update release notes

    jdrew82 committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    b6982fb View commit details
    Browse the repository at this point in the history
  3. build: Bump patch

    jdrew82 committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    a292361 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Merge pull request #336 from networktocode/release-v2.2.1

    Release v2.2.1
    jdrew82 authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    fe6b710 View commit details
    Browse the repository at this point in the history
Loading