Glenn Matthews

Results 344 comments of Glenn Matthews

Looks like this can't be done before #2316.

Thanks for the request! For most models with a `name` field, the max length is currently 100 characters, although for `Device` and `VirtualMachine` it's currently limited to 64 for some...

> > Great Work looks awesome! I was playing around with it. When I specify a filter but not a value, it says that I specified an invalid filter. Is...

Can you update the TODO items in the PR description with where we're at now - are there any remaining open items?

`ContentTypeFilterSet` doesn't have a `q` filter, and it looks like we're tripping over `STRICT_FILTERING` as a result. Adding to the filterset will probably fix this.

This is kind of at odds with the asynchronous execution of Jobs. We'd have to make the API block until the Job runs to completion in order to implement this.

Do you have a Celery worker running? Can you check its logs for additional information? The Git repository sync normally happens as a Celery background task but if the worker...

There's code that's supposed to add a banner to the view in that case (https://github.com/nautobot/nautobot/blob/develop/nautobot/extras/views.py#L791). If that's not showing up, then we may have a bug here.

I like the goal here but I'm not a huge fan of the implementation, as it becomes yet another thing that we have to remember to add manually when authoring...

I'm no expert on GeoJSON but this sounds like a terrific idea to me, especially if you're open to writing a PR for it. :-) Glenn On Mon, Jun 27,...