Alexander Haase

Results 116 comments of Alexander Haase

I believe I can track this down to #15156, where the serializers got automatic URL lookup. The new `BaseNetBoxHyperlinkedIdentityField.get_url()` method even states: > May raise a `NoReverseMatch` if the `view_name`...

This would be possible. However events may require a defined set of fields that are not provided by the default `serialize_object()` (e.g. `display`). Switching the serializer could make things worse...

I volunteer to work on this myself.

My intention when introducing the `JobRunner` framework was to provide a standard way to handle jobs. Previously there were some different implementations in NetBox and also some plugins. With NetBox...

@jeremystretch do you need some additional information? It's unclear to me whether this issue is in the state `needs owner` or `revisions needed`.

I am still happy to work on this feature. Since there won't be any model changes, there shouldn't be any significant changes to the existing functionality, just making it available...

@jeremystretch I think this issue is stuck. Can you give any advice on how to proceed? I'm happy to provide a PR for this on the `feature` branch for the...

@balpoint I believe some of the metadata needs to be changed back to the original project. Currently, the plugin metadata and installation instructions point to your fork. I found the...

> However, my goal was to create a more direct integration with assets from the inventory plugin, rather than linking contracts to devices. […] I also found the existing plugin...

My assumption was that contact groups categorize contacts, e.g. "External" or "HR". I somehow think this FR might get complicated. You might as well assign all switches to a tenant...