19da92b510
#11488 : Additional cleanup
2023-01-17 10:26:34 -05:00
beb1f4e172
added missing description field on the api serializers
2023-01-17 10:20:34 -05:00
8565d175f9
Fixes #11467 : Correct count on interfaces tab when viewing a VC master device
2023-01-12 09:05:55 -05:00
8d9e151030
11416 fix circuit termination deletion
2023-01-11 16:09:39 -05:00
758c5347fb
Fixes #10201 : Fix AssertionError exception when removing some terminations from an existing cable
2023-01-11 14:42:25 -05:00
effcdb8723
Snapshot DeviceBay before populating/depopulating.
2023-01-09 08:39:54 -05:00
ea327e6b37
Closes #10486 : Add buttons to edit cables ( #11414 )
...
* Added buttons to edit cables
* Revert change that did not address this branch
* Consolidated buttons
* moved back trace button / added permission checks
* reverted disabled trace button
2023-01-06 15:11:29 -05:00
f7b85ab941
Return no terminations if the cable is unsaved
2023-01-06 14:57:07 -05:00
ce9933da85
11340 cable termination setter ( #11341 )
...
* 11340 update _terminations_modified only if modified
* 11340 update _terminations_modified only if modified
2023-01-06 10:15:43 -05:00
5af73e9bf7
#11371 - Add various 100Mb Interface Types ( #11377 )
...
* Added 100base-fx (aka fast ethernet over fiber optic)
* Added 100BASE-T1 (single pair fast ethernet) as well as 100BASE‑LFX (fast ethernet over fiber, non standard)
* Update choices.py
Updated the placing of the 100base-fx and lfx choices
* Update netbox/dcim/choices.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2023-01-05 16:26:26 -05:00
5d22260589
#11150 : Add a filter for device.primary_ip4 and primary_ip6 ( #11382 )
...
* Closes #11150 : Add a filter for device.primary_ip4 and primary_ip6
* Tweaked tests to query for multiple IDs
Co-authored-by: jeremystretch <jstretch@ns1.com>
2023-01-05 14:25:15 -05:00
b9f8370097
Fixes #11156 - Allow InventoryItem component reassignment ( #11256 )
...
* Allow re-assigning InventoryItem components
* Refactor logic for finding initial component assignment on InventoryItems
* PEP8 fix
* Fix wrong HTML causing tab list to extend past the end of the parent row
* Tweak form field labels
Co-authored-by: jeremystretch <jstretch@ns1.com>
2023-01-03 10:13:34 -05:00
e1169e7ea6
Fixes #11345 - Fix module validation ( #11346 )
...
* Make sure we bail out if field validation failed when importing modules
* Tweak form validation logic
Co-authored-by: jeremystretch <jstretch@ns1.com>
2023-01-03 09:14:25 -05:00
ccb2966c4c
Fixes #11244 : Elevations: Filter badge missing ( #11321 )
...
* Added filter badge in rack elevation
* Tweak template context
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-12-28 16:54:33 -05:00
c7108bb3f7
Fixes #11280 - Fix exporting interfaces and FHRP group rows with multiple IP's assigned ( #11285 )
...
undefined
2022-12-27 10:15:28 -05:00
92da2fe082
Add device name as part of module search for the q filter
2022-12-22 10:09:53 -05:00
bfab3a26bc
Add component import to InventoryItem bulk import
2022-12-22 09:59:50 -05:00
f882dcabf7
Fixes #11184 : Correct visualization of cable path which splits across multiple circuit terminations
2022-12-16 16:45:51 -05:00
47dfb89c52
Relocate ImportFormatChoices
2022-12-14 09:30:10 -05:00
064e3ff605
Merge branch 'develop' into feature
2022-12-13 17:17:05 -05:00
96a796ebde
Fixes #11173 : Enable missing tags columns for contact, L2VPN lists
2022-12-13 14:04:50 -05:00
b3693099dc
Adds replication and adoption for module import ( #9498 )
...
* Adds replication and adoption for module import
* Moves common Module form clean logic to new class
* Adds tests for replication and adoption for module import
* Fix test
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-12-13 11:33:09 -05:00
a57378e780
Add missing newline and change wording of InventoryItem validation
2022-12-13 08:58:57 -05:00
41f631b65b
Allow re-assigning inventoryitems to other devices
2022-12-13 08:58:57 -05:00
e338f7cfe3
#10371 : Fix API serializer representation for module status
2022-12-12 16:14:18 -05:00
13d39a28ce
#7854 : Misc cleanup
2022-12-12 12:34:05 -05:00
1e0b024609
Closes #10516 : Add vertical frame & cabinet rack types
2022-12-09 16:35:37 -05:00
407365888a
Closes #11089 : Permit whitespace in MAC addresses
2022-12-09 16:00:11 -05:00
2ad1db0c64
Tweak migration name
2022-12-09 15:07:10 -05:00
83a0576ca4
#9072 : Add weight parameter to influence ViewTab ordering
2022-12-09 14:50:13 -05:00
0b100b8fc8
Closes #10675 : Add max_weight field to track maximum load capacity for racks
2022-12-09 12:45:02 -05:00
97aa40f7a8
Closes #10371 : Add operational status field for modules
2022-12-09 10:43:29 -05:00
b2f34cec19
Fixes #10950 : Fix validation of VDC primary IPs
2022-12-09 09:49:01 -05:00
4297c65f87
Closes #10945 : Enable recurring execution of scheduled reports & scripts ( #11096 )
...
* Add interval to JobResult
* Accept a recurrence interval when executing scripts & reports
* Cleaned up jobs list display
* Schedule next job only if a reference start time can be determined
* Improve validation for scheduled jobs
2022-12-08 18:17:13 -05:00
5a77791f9d
Merge branch 'develop' into feature
2022-12-08 09:31:22 -05:00
d4d8d00d01
add distinct method to circuit_count
2022-12-06 15:19:35 -05:00
d0e0c2ff8b
Merge branch 'develop' into feature
2022-11-30 16:21:20 -05:00
281934cf34
Fixes #11047 : Cloning a rack reservation should replicate rack & user
2022-11-30 15:37:50 -05:00
00d72f18cf
Annotate need for natural ordering
2022-11-30 15:33:01 -05:00
b36afdc924
11014 code review changes
2022-11-30 15:33:01 -05:00
4ed45e4031
11014 fix rack elevation name sorting
2022-11-30 15:33:01 -05:00
cf0258204f
11048 fix connected_endpoint refs
2022-11-30 15:13:45 -05:00
3bd560add8
Fixes #11028 - Enable clearing of the color field for front and rear ports in bulk edit
2022-11-30 15:09:07 -05:00
39732fa861
Merge branch 'develop' into feature
2022-11-29 09:19:11 -05:00
80f5eeacdd
Fix issues loading demo data
2022-11-29 09:18:03 -05:00
c3dcd8937f
Merge branch 'develop' into feature
2022-11-22 10:08:23 -05:00
9c5891f1b6
Fixes #10929 : Raise validation error when attempting to create a duplicate cable termination
2022-11-21 14:08:33 -05:00
4e27e8d3dd
Fixes #10969 : Update cable paths ending at associated rear port when creating new front ports
2022-11-21 09:44:08 -05:00
9774bb46ce
Fixes #10973 : Fix device links in VDC table
2022-11-18 16:33:06 -05:00
bd29d15814
Fixes #10579 : Mark cable traces terminating to a provider network as complete
2022-11-17 16:08:29 -05:00