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/pyntc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: networktocode/pyntc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 64 files changed
  • 7 contributors

Commits on Jan 8, 2025

  1. Merge pull request #322 from networktocode/main

    Main back to develop
    pszulczewski authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    2e320b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Fix/issue 317 (#323)

    * adding test to cover the failed scenario
    
    * fixing test
    
    * raising exception when install message has an error
    
    * linting
    
    * fixing unit test
    balmasea authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    b997dd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    92619da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #326 from itdependsnetworks/minor-docs

    minor package updates to fix docs
    pszulczewski authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    4e48b44 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    ba17b84 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Housekeeping: Fix CI Pipeline - updating GHA to supported versions (#332

    )
    
    * Housekeeping: Fix CI Pipeline - updating GHA to supported versions
    
    * fixing py3.8 to py3.9+
    
    * poetry lock file added
    
    * fix pylint disables
    
    * fix pylint
    
    * fix yamllint
    
    * fix pylint arguments
    
    * fixed to set lower as py3.9
    
    * adding lock file
    garymccann authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    c343904 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Initial pass at updating to 2025 best practices (#336)

    * Initial pass at updated to 2025 best practices
    
    * fix ci missing build stage
    
    * fix ci invoke lock issue
    
    * fix ci remove markdownlint
    
    * fix ci comment out doc builds for time being
    
    * update Dockerfile to use poetry install script
    
    * fix ruff target-version
    
    * Apply suggestions from code review
    
    Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
    
    * fix print debug
    
    * Update tasks.py
    
    Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
    
    * remove unused import of os
    
    * fix ruff target-version
    
    * fix formatting
    
    * fixing tagging
    
    * fixing env vars in ci
    
    * fixing env vars in ci
    
    * fix dockerfile properly this time
    
    * fix dockerfile properly this time
    
    * make poetry install match nautobot best practices
    
    ---------
    
    Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
    jeffkala and joewesch authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    74fda9b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. fix docs build and docs around standards, towncrier, etc. (#337)

    * fix docs build and docs around standards, towncrier, etc.
    
    * update ci 'needs' clauses
    
    * update to remove mypy
    
    * fix mkdocs with more docs best practices
    
    * fix mkdocs with more docs best practices
    
    * fix griffe types for auto docs adn add code references to mkdocs
    
    * fix yamllint
    
    * fix yamllint
    
    * fix rest of test
    
    * add unittest for release notes and docs versions, fix docs requireemnts.txt
    jeffkala authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    848377c View commit details
    Browse the repository at this point in the history
Loading