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

Device42 Unit Tests #436

Merged
merged 50 commits into from
Apr 29, 2024
Merged

Device42 Unit Tests #436

merged 50 commits into from
Apr 29, 2024

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    3e645a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a6515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4555eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    868ec12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6f5854 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c640391 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4df9c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ece83b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5dca067 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    356d206 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7dd78a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15b66ad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc403b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e06b5fb View commit details
    Browse the repository at this point in the history
  15. fix: 🐛 Correct IPAddress update() for assigning to new Interface and …

    …setting primary.
    
    Also removed unassign_primary() as it's no longer needed.
    jdrew82 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2c5c415 View commit details
    Browse the repository at this point in the history
  16. test: ✅ Add tests validating IPAddress.update() for new available, la…

    …bel, and changing Interface.
    jdrew82 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0094f3e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    59d4aad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    353ee51 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0ef1d55 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9610046 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c67f36f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d8e11a3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ed3bcf3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    277a21a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2fb94c2 View commit details
    Browse the repository at this point in the history
  26. test: ♻️ Use mock_addr for create/update calls instead of calling Nau…

    …tobotIPAddress directly.
    jdrew82 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a5d550f View commit details
    Browse the repository at this point in the history
  27. test: ✅ Add test validating NautobotiPAddress.update() handles a Vali…

    …dationError when saving updates.
    jdrew82 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ff247e2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9e00393 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2368aaa View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4ae184f View commit details
    Browse the repository at this point in the history
  31. fix: 🐛 Update check for building definition to ensure Global is used …

    …if no building defined.
    jdrew82 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d58ce56 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c83c0d3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    652477e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    077ed70 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8fbb0cf View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a3122ac View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    41ca2b8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2a3f05c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    cfc0a73 View commit details
    Browse the repository at this point in the history
  40. test: ✅ Add test validating NautobotSubnet.create() functionality wit…

    …h setting container type.
    jdrew82 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1fe1270 View commit details
    Browse the repository at this point in the history
  41. build: Update lockfile

    jdrew82 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9d45803 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c35de29 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a254fce View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d4d979a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    92c24d6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    24b18e0 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    44cbd1b View commit details
    Browse the repository at this point in the history
  48. ci: 💚 Change check-in-docker CI step to use NB 2.2.0

    This is required as Markdown pin isn't compatible in 2.1.0.
    jdrew82 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d2621e9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    8797a6b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    42884cf View commit details
    Browse the repository at this point in the history