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: netbox-community/pynetbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.1
Choose a base ref
...
head repository: netbox-community/pynetbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Choose a head ref
  • 7 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 21, 2023

  1. Fix unused PowerPorts model (#535)

    Updated models/mapper.py: set `PowerPorts` for "dcim.powerport" in the
    map-dict.
    nautics889 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    82e34a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Fix string concatenation in enpoint.py (#538)

    Update pynetbox/core/endpoint.py: add using of `.format()` instead
    of string concatenation.
    nautics889 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    83d3bd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge pull request #536 from nautics889/master

    Fix unused `PowerPorts` model (#535)
    abhi1693 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f0866a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #539 from nautics889/fix-str-concat

    Fix string concatenation in enpoint.py (#538)
    abhi1693 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    436b3e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f32ed2f View commit details
    Browse the repository at this point in the history
  4. Adds support for NetBox v3.5+ (#564)

    * Fix unused `PowerPorts` model (#535)
    
    Updated models/mapper.py: set `PowerPorts` for "dcim.powerport" in the
    map-dict.
    
    * migrate from pkg_resources to importlib
    
    * adds core app
    
    * adds endpoints added in 3.5
    
    * adds support for 3.5
    
    * lint fixes
    
    * updates openapi tests
    
    * adds testing for 3.4 and 3.5
    
    * updates pytest.skip
    
    * updates docker tags for testing
    
    * fixes superuser account creation for testing
    
    * fixed requirements
    
    * updates the docstring for render-config endpoint
    
    * removes extra semicolon from content type value
    
    * migrate from pkg_resources to importlib
    
    * adds core app
    
    * adds endpoints added in 3.5
    
    * adds support for 3.5
    
    * lint fixes
    
    * updates openapi tests
    
    * adds testing for 3.4 and 3.5
    
    * updates pytest.skip
    
    * updates docker tags for testing
    
    * fixes superuser account creation for testing
    
    * fixed requirements
    
    * updates the docstring for render-config endpoint
    
    * removes extra semicolon from content type value
    
    ---------
    
    Co-authored-by: nautics889 <cyberukr@gmail.com>
    abhi1693 and nautics889 authored Aug 25, 2023
    2 Configuration menu
    Copy the full SHA
    98625ed View commit details
    Browse the repository at this point in the history
  5. lint fixes (#568)

    abhi1693 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0bab812 View commit details
    Browse the repository at this point in the history
Loading