netbox/netbox/ipam/migrations
Arthur Hanson cf1024a12b
9627 use ArrayField on VLANGroup for allowed VLANs (#16710)
* 9627 initial commit

* 9627 numeric range field

* 9627 numeric range field

* 9627 numeric range field

* 9627 numeric range field

* 9627 add stuff for utilization calc

* 9627 update views

* 9627 fixes

* 9627 available_vlans

* 9627 available_vlans

* 9627 fixes

* 9627 bulk import / edit

* 9627 test fixes

* 9627 test fixes

* 9627 update validation

* 9627 fix tests

* 9627 fix tests

* 9627 fix tests

* 9627 fix tests

* 9627 fix tests

* 9627 fix tests

* 9627 review changes

* 9627 temp vlan_id filter

* Clean up labels

* Remove annotate_vlan_ranges() from VLANGroupQuerySet

* Misc cleanup

* Implement contains_vid filter

* Serialize VID ranges as integer lists in REST API

* Remove default value from vlan_id_ranges

* 9627 fix typo in test

* Require vlan_id_ranges & set default value

* Fix logic for upper range boundaries

* Add field to VLANGroup model documentation

* Rename vlan_id_ranges to vid_ranges

* Fix computation of available VLAN IDs

* Clean up migration

* Add tests for range utility functions

* Clean up add_available_vlans()

* Misc cleanup, add test for VID validation

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-07-16 10:47:18 -04:00
..
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
0001_squashed.py Revert "Closes #13647: Squash all migrations prior to v3.7 (#14853)" 2024-01-22 13:15:43 -05:00
0002_squashed_0046.py Revert "Closes #13647: Squash all migrations prior to v3.7 (#14853)" 2024-01-22 13:15:43 -05:00
0047_squashed_0053.py Squash migrations 2024-01-25 12:35:04 -05:00
0054_squashed_0067.py Squash migrations 2024-01-25 12:35:04 -05:00
0068_move_l2vpn.py Closes #14311: Move L2VPN models from ipam to vpn (#14358) 2023-11-28 13:45:00 -05:00
0069_gfk_indexes.py Closes #14436: Add indexes for all GenericForeignKey fields (#14463) 2023-12-07 14:02:51 -05:00
0070_vlangroup_vlan_id_ranges.py 9627 use ArrayField on VLANGroup for allowed VLANs (#16710) 2024-07-16 10:47:18 -04:00