Alexander Haase
Alexander Haase
The current location of an asset is mapped to either its assigned object's location or its storage location. Since these are multiple database fields that cannot be clearly sorted without...
Currently the `Asset` model has a field called `storage_location` and several `@property` methods to indirectly access some kind of location. I propose to unify the location fields (`storage_`, `installed_` and...
This PR implements audit flows, a generic way to add workflows for auditing inventory on premises. This feature is not limited to assets, it can be used to audit any...
> [!NOTE] > This PR is based on #231. The diff and commit history of this PR will (hopefully) be automatically reduced to the actual changes once its dependent PR...
With this feature request, I propose to add the ability to audit the inventory on site, i.e. to check if things that should be there are actually there. Managing inventory...
### NetBox version v4.2.4 ### Feature type Other ### Proposed functionality Add a new column `vlans`, unifying the results of `untagged_vlan` and `tagged_vlans`. ### Use case For switches, most interfaces...
### NetBox version v4.3.5 ### Feature type Change to existing model ### Proposed functionality I propose implementing inheritance for ACLs. This means that an ACL can have a parent ACL,...
# Pull Request ## Related Issue None. ## New Behavior None ## Contrast to Current Behavior Instead of using a custom RegexValidator, the name of an access list can be...
# Pull Request ## Related Issue None ## New Behavior When modifying an ACL rule, the changes will be reflected in the ACL’s changelog. ## Contrast to Current Behavior Currently,...
# Pull Request ## Related Issue None ## New Behavior Several changes have been made to the ACL rules tables: * Source and destination prefixes are now linked. * Source...