mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-09 18:09:36 -06:00
* VLANTranslationPolicy and VLANTranslationRule models and all associated UI classes
* Change VLANTranslationPolicy to a PrimaryModel and make name unique
* Add serializer classes to InterfaceSerializer
* Remake migrations
* Add GraphQL typing
* Skip tagged models in test
* Missing migration
* Remove get_absolute_url methods
* Remove package-lock.json
* Rebuild migration and add constraints and field options
* Rebuild migrations
* Use DynamicModelChoiceField for policy field
* Make vlan_translation_policy fields on filtersets more consistent with existing __name convention
* Add vlan_translation_table to VMInterface detail page
* Add vlan_translation_policy to VMInterfaceSerializer
* Move vlan_translation_policy fields to model and filterset mixins
* Protect in-use policies against deletion
* Add vlan_translation_policy to fields in VMInterfaceSerializer
* Cleanup indentation
* Remove unnecessary ordering column
* Rebuild migrations
* Search methods and registration
* Ensure 'id' column is present by default
* Add graphql types/filters/schema for VLANTranslationRule
* Filterset tests
* View tests
* API and viewset tests (incomplete)
* Add tags to VLANTranslationRuleForm
* Complete viewset tests for VLANTranslationRule
* Make VLANTranslationRule.policy nullable (but still required)
* Revert "Make VLANTranslationRule.policy nullable (but still required)"
This reverts commit
|
||
|---|---|---|
| .. | ||
| cable.md | ||
| consoleport.md | ||
| consoleporttemplate.md | ||
| consoleserverport.md | ||
| consoleserverporttemplate.md | ||
| device.md | ||
| devicebay.md | ||
| devicebaytemplate.md | ||
| devicerole.md | ||
| devicetype.md | ||
| frontport.md | ||
| frontporttemplate.md | ||
| interface.md | ||
| interfacetemplate.md | ||
| inventoryitem.md | ||
| inventoryitemrole.md | ||
| inventoryitemtemplate.md | ||
| location.md | ||
| manufacturer.md | ||
| module.md | ||
| modulebay.md | ||
| modulebaytemplate.md | ||
| moduletype.md | ||
| platform.md | ||
| powerfeed.md | ||
| poweroutlet.md | ||
| poweroutlettemplate.md | ||
| powerpanel.md | ||
| powerport.md | ||
| powerporttemplate.md | ||
| rack.md | ||
| rackreservation.md | ||
| rackrole.md | ||
| racktype.md | ||
| rearport.md | ||
| rearporttemplate.md | ||
| region.md | ||
| site.md | ||
| sitegroup.md | ||
| virtualchassis.md | ||
| virtualdevicecontext.md | ||