Gary Snider

Results 60 comments of Gary Snider

Tested on demo, this appears to just be a display issue.

As part of this can we make the "Controller Device" the default tab when creating a new controller instead of device redundancy group? ![image](https://github.com/nautobot/nautobot/assets/75227981/fc330977-bdb8-471c-ac5e-430b5bab75ea)

Some feedback from the sprint review: - Controller Device Group create/edit form needs updated - Parent field should be filtered to the selected controller - Controller should be populated from...

Thank you for the submission! This looks great so far, but it will take us a bit to get an environment set up to test it locally and give you...

Thanks for the contribution @Never77! We're going to have the same issue working on this as you without having access to a test instance, but if we figure out an...

Adding on to this that the health check interval and timeout are too aggressive. On the sandbox nautobot environments the `nautobot-server health_check` command takes 7 seconds to run which is...

I would recommend sticking with the default interval and timeout of 30 seconds. Nothing depends on the `celery_beat` or `celery_worker` services so it doesn't make startup any faster by having...

This appears to be a Django 3 bug because I'm unable to reproduce with Nautobot v2.3.0 but I can reproduce in v2.2.9. ### v2.3.0 ``` nautobot=# select * from django_migrations...

This was fixed upstream in Django. Closing

@smk4664 Can you add screenshots of the updated docs? I wonder if we can have docs pushed to RTD for apps pull requests like we do for core