Gary Snider
Gary Snider
### As ... Nelly - Network Engineer ### I want ... To be able to sort custom field choices by moving them in the UI and let Nautobot derive the...
### As ... Nelly - Network Engineer ### I want ... To be able to set a default value for `select` and `multiselect` custom field when the object is created....
### As ... Nelly - Network Engineer ### I want ... Be able to quickly filter columns in list view by selecting a dropdown from the column header similar to...
Follow up to #230 - Button on Location detail view to create and associate a Contact based on its current contact fields and it should be on the Contact Info...
### Environment * Nautobot version (Docker tag too if applicable): 2.2.0a1 (haven't tested in 2.1 yet) * Python version: 3.11 * Database platform, version: Postgres 16 * Middleware(s): ### Steps...
### Proposed Changes When using SELinux the nautobot container fails to start because it can't read from the `/source/` bind mount. Adding the [`:z`](https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label) flag to the `/source/` bind mount...
### Proposed Changes Potentially make a new unittest tag for linting so that we can run just those tests and make sure all of those tests are using `unittest.TestCase` as...
### Proposed Changes Some admins would like to have nautobot log users out after a period of inactivity. The proposed method is to set the `SESSION_COOKIE_AGE` to the desired timeout...
### Proposed Changes New generic tests were added to the [base filter test case](https://github.com/nautobot/nautobot/blob/bad9bb228da1d78fbc9b284b0a33510e673a9241/nautobot/core/testing/filters.py#L53) (`test_filters_generic` and `test_boolean_filters_generic`). Most `has_*` filter tests should already be covered by `test_boolean_filters_generic` and can be...
### Environment * Nautobot version (Docker tag too if applicable): All * Python version: All * Database platform, version: Postgres * Middleware(s): [Django docs](https://docs.djangoproject.com/en/4.1/ref/databases/#caveats) recommend disabling persistent database connections when...