Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next 2.0 #117

Merged
merged 33 commits into from
Oct 1, 2023
Merged

Next 2.0 #117

merged 33 commits into from
Oct 1, 2023

Commits on Aug 14, 2023

  1. Update poetry

    lvrfrc87 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    44ce9ca View commit details
    Browse the repository at this point in the history
  2. Fix deref syntax

    lvrfrc87 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9b0108c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update nautobot to v.2.0.2

    lvrfrc87 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    095e7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4913bca View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update to python 3.11

    lvrfrc87 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    839f325 View commit details
    Browse the repository at this point in the history
  2. fix flake8

    lvrfrc87 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    058856b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. replace slug field

    lvrfrc87 committed Aug 21, 2023
    6 Configuration menu
    Copy the full SHA
    7e609ec View commit details
    Browse the repository at this point in the history
  2. update tests and build

    lvrfrc87 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    05d7d0b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. update repo to nautobot rc1

    lvrfrc87 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5133307 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update

    pszulczewski committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7f14027 View commit details
    Browse the repository at this point in the history
  2. Refresh poetry.lock

    pszulczewski committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3a38ed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81ca8aa View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Extend unittests

    pszulczewski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    38cf0af View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into lvrfrc87

    # Conflicts:
    #	.gitignore
    #	poetry.lock
    #	pyproject.toml
    pszulczewski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    dfdee32 View commit details
    Browse the repository at this point in the history
  3. fix

    pszulczewski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a08b21e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18a7058 View commit details
    Browse the repository at this point in the history
  5. pylint update

    pszulczewski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bae0962 View commit details
    Browse the repository at this point in the history
  6. Update docs

    pszulczewski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3c953c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Prep for next-2.0

    itdependsnetworks committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    adea430 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 19, 2023

  1. Update unittests

    pszulczewski committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7df9de8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from nautobot/update_to_n_slug

    Update location to use .natural_slug and bump up to NB rc.3
    pszulczewski committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    956826d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Get All Devices To Parent Mapping (#114)

    * feat: All devices to locations mapping
    
    * chore: PR comments
    
    * chore: Revert tasks changes
    
    * fix: PR comments
    
    * doc: Update inventory documentation
    snaselj committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    661b3ed View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Sep 28, 2023

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

Commits on Sep 29, 2023

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

Commits on Sep 30, 2023

  1. Add Migration guide, remove dispatcher_mapping, update docs on Locati…

    …on settings, add settings check, add foundation for troubleshooting framework
    itdependsnetworks committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    9ae41fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8b7c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Fix missing verify settings, make error messages more visible, add er…

    …ror code links to other repos
    itdependsnetworks committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    32cba3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d611da0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768f85f View commit details
    Browse the repository at this point in the history
  4. minor doc update

    itdependsnetworks committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c97be1b View commit details
    Browse the repository at this point in the history
  5. update ci.yml

    itdependsnetworks committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    dc6949e View commit details
    Browse the repository at this point in the history