Gary Snider
Gary Snider
The graphql pagination documentation relies on functionality that we haven't implemented. We can look at [graphene-django-pagination](https://github.com/instruct-br/graphene-django-pagination) to see if this would satisfy the requirements.
> @lampwins/whoever resolves this issue, would you also be able to consider a pattern where JobResult.enqueue_job() is triggered by django signals. The current arg (user) on JobResult.enqueue_job() makes this pattern...
We're handling `date` fields in #1498. We can track filter updates for `text` and `integer` custom field types in this issue. Should the text filters also apply to `url`, `select`...
Possibly resolved by #2126. That PR added the following custom field filters: - `text`, `url` and `select` - `n` (exact) - `ic` (icontains) - `nic` (icontains) - `iew` (iendswith) -...
This appears to be a good use case for dynamic groups however vlans and vlan groups aren't supported in dynamic groups yet. We're going to need to determine if dynamic...
This is going to require some more effort than initially estimated. - Need to store the current user in something like thread local storage or `contextvars` so that `m2m_changed` signal...
Some of this work was completed but depends on the change logging improvements in #2236 in order to log changes by the user responsible for triggering the background task. [2231.patch.txt](https://github.com/nautobot/nautobot/files/9383842/2231.patch.txt)
Could we switch this to on dom ready instead of page load complete?
Conflicts with `mkdocs` > The user requested mkdocs==1.3.1 > mkdocs-material 8.5.6 depends on mkdocs>=1.4.0
We should be able to move to `8.5.4`