Conversation
|
I'm not sure this is actually the right fix... Most other datasources support multiple repos providing the same thing. Need to get clear understanding and make sure its following the proper POLA. |
have multiple repos been actively requested as a feature? what user story would it address? |
Not that I'm aware of, just saying we support it nearly everywhere else.
I think for the current issue I'm good with your fix, just saying we should at least put multiple repo support in an feature request to track if people want it. |
|
any unittest we can add to test this? |
makes sense, would it make sense to wait for FR or put one out there to see if it gains traction? |
absolutely, I can do that. |
Please put in an FR in the repo and we will use that to track |
tests IN. |
|
Also please fix |
Refactor get_git_repo to use .get() for better error handling.
modified: nautobot_device_onboarding/nornir_plays/transform.py modified: nautobot_device_onboarding/tests/test_transform.py
modified: nautobot_device_onboarding/tests/test_transform.py
modified: nautobot_device_onboarding/tests/test_transform.py
9b83717 to
1360f75
Compare
I think formatter tests are broken for nautobot3.0. You prob don't see that in develop as I see these tests are skipped. |
|
Could you please import the latest tests from |
Closes: #277
What's Changed
To Do