Dan Sheppard
28b8952299
Fixes : #4230 - Fixes filtering by position on elevation endpoint
...
* Add tests for rack elevation filtering
* Add q variable to serializers for RackElevationDetailFilterSerializer
* Add code to allow filtering of position on the rack elevation
2020-02-22 08:24:26 -06:00
Jeremy Stretch
a061f110c3
Merge pull request #4233 from netbox-community/4228-rack-elevation-images
...
Fixes #4228 : Fix display of device images in rack elevations
2020-02-21 13:55:32 -05:00
Jeremy Stretch
56f798aaa7
Fixes #4232 : Enforce consistent background striping in rack elevations
2020-02-21 13:49:28 -05:00
Jeremy Stretch
79c9717dfe
Fixes #4228 : Fit device images to rack unit; tweak default aspect ratio
2020-02-21 12:43:24 -05:00
LuPo
7830595f90
Fix drawing rear elevation when full-height device has been assigned only front image
2020-02-21 13:42:52 +02:00
Jeremy Stretch
ead34635f6
#1529 : Add front/rear image fields to DeviceType serializer
2020-02-20 14:37:08 -05:00
Jeremy Stretch
843abb0f20
Merge pull request #4208 from wtinetworkgear/rj11add
...
Added serial console_port type rj-11 for a POTS modem connection
2020-02-20 14:26:24 -05:00
Jeremy Stretch
684c3099e4
Closes #4209 : Enable filtering interfaces list view by enabled
2020-02-20 14:24:22 -05:00
Jeremy Stretch
ae13e80031
Clean up rack headers and border
2020-02-20 14:10:48 -05:00
Jeremy Stretch
0fc3d693e9
Add ability to toggle the inclusion of device images when rendering a rack elevation SVG
2020-02-20 13:09:43 -05:00
Jeremy Stretch
6542963ea4
Refactor rack elevation mixin to RackElevationSVG
2020-02-20 12:48:44 -05:00
Jeremy Stretch
159bac016f
Add front/rear images for device types; include in rack elevations
2020-02-20 12:11:59 -05:00
Ken Partridge
fcf1027232
Added serial console_port type rj-11 for a POTS modem connection
2020-02-19 15:39:53 -08:00
Jeremy Stretch
bc843250ed
Standardize on two-word form of "change log"
2020-02-19 12:45:52 -05:00
Jeremy Stretch
922be0dc5c
Fixes #4202 : Prevent reassignment to master device when bulk editing VC member interfaces
2020-02-19 11:29:42 -05:00
Jeremy Stretch
a4fd41ad3d
Fixes #3967 : Fix missing migration for interface templates of type "other"
2020-02-18 16:56:50 -05:00
Jeremy Stretch
a92fb2be2f
Remove obsolete InterfaceManager
2020-02-18 16:22:17 -05:00
Jeremy Stretch
55a6b19afb
Fixes #4196 : Fix exception when viewing LLDP neighbors page
2020-02-18 16:21:50 -05:00
Jeremy Stretch
735560c077
Fixes #4179 : Site is required when creating a rack group or power panel
2020-02-18 11:08:16 -05:00
Jeremy Stretch
af046ecb0e
Clean up TODO notes
2020-02-14 13:30:53 -05:00
Jeremy Stretch
b90eb8945a
Merge branch 'develop' into 4164-object-list-template
2020-02-14 13:11:30 -05:00
Jeremy Stretch
9a6a1e9966
Closes #4170 : Improve color contrast in rack elevation drawings
2020-02-14 13:09:01 -05:00
Jeremy Stretch
4c6e113eb1
Merge pull request #3925 from hSaria/3840-limit-vlan-choices
...
Fixes #3840 : Only show valid interface VLAN choices
2020-02-14 11:48:29 -05:00
Jeremy Stretch
5cd25b2721
Fixes #4166 : Fix schema migrations to enforce maximum character length for naturalized fields
2020-02-13 21:41:00 -05:00
Jeremy Stretch
ebda443888
Migrate extras views to use common object list template
2020-02-13 16:39:38 -05:00
Jeremy Stretch
b586f81e57
Migrate DCIM views to use common object list template
2020-02-13 14:07:15 -05:00
Jeremy Stretch
59327e7dce
Merge pull request #4154 from netbox-community/4138-device_bays_in_rack_elevations
...
Fixes : #4138 - Add Device Bay count to rack elevation
2020-02-12 16:19:57 -05:00
Jeremy Stretch
a4130c4c18
Merge pull request #4144 from netbox-community/3986-rack_positions_svg
...
Fixes : #3986 - Convert rack units to part of SVG rendered document
2020-02-12 16:06:05 -05:00
Daniel Sheppard
505e25eded
Modify _draw_elevations
...
* Add legend_width argument, variable & constant
* Applied legend_width variable where required
* Removed U prefix
2020-02-12 13:15:29 -06:00
Daniel Sheppard
9ae36f884d
Add Device Bay count to rack elevation names
2020-02-12 12:48:13 -06:00
Jeremy Stretch
417acdb666
Establish standard test cases for all models
2020-02-12 13:25:56 -05:00
Dan Sheppard
1e6494145d
Convert rack units to part of SVG rendered document
2020-02-11 23:31:51 -06:00
Jeremy Stretch
de5aa85f53
Fixes #4137 : Disable occupied terminations when connecting a cable to a circuit
2020-02-11 14:56:02 -05:00
Jeremy Stretch
cbb9e58455
Fixes #4134 : Device power ports and outlets should inherit type from the parent device type
2020-02-11 14:18:45 -05:00
Jeremy Stretch
023735cf10
Use DynamicModelChoiceField for all fields using APISelect
2020-02-11 12:25:40 -05:00
Jeremy Stretch
2c57c6c593
Use TreeNode choice fields for region assignment
2020-02-11 09:50:33 -05:00
Jeremy Stretch
7acb77c06f
Replace FilterChoiceField with DynamicModelMultipleChoiceField
2020-02-11 09:33:41 -05:00
Jeremy Stretch
690bff68ed
Replace ChainedModelChoiceField with DynamicModelChoiceField
2020-02-10 17:23:52 -05:00
Jeremy Stretch
9e119f56d9
Fixes #4083 : Permit nullifying applicable choice fields via API requests
2020-02-10 15:10:33 -05:00
Jeremy Stretch
e961aa58b9
Closes #4129 : Add individual deletion views for device type components
2020-02-10 11:43:51 -05:00
Jeremy Stretch
252d3595ac
Standardize usage of FilterChoiceField
2020-02-10 09:58:33 -05:00
Jeremy Stretch
e859074820
Clean up unneeded code relevant to FilterChoiceField
2020-02-10 09:44:19 -05:00
Saria Hajjar
dccd0dcc9c
Cleaned duplicate code
2020-02-08 16:18:58 +00:00
Saria Hajjar
d4047309f3
Merge branch 'develop' into 3840-limit-vlan-choices
2020-02-08 16:14:10 +00:00
Jeremy Stretch
14b3d74903
Convert interface models to use NaturalOrderingField
2020-02-07 15:58:03 -05:00
Jeremy Stretch
96ceac53e2
Update table field ordering
2020-02-07 12:44:51 -05:00
Jeremy Stretch
7162c56347
Fix PowerOutlet migrations
2020-02-07 12:43:53 -05:00
Jeremy Stretch
15747d4b49
Store empty names as null
2020-02-07 12:24:38 -05:00
Jeremy Stretch
04d221e862
Enable reverse migration
2020-02-07 12:23:52 -05:00
Jeremy Stretch
d3596932f6
Convert remaining DCIM models to use NaturalOrderingField
2020-02-07 11:59:16 -05:00