Jonathan Ramstedt
ffa9a52667
Closes #18936 : add color name support for cable bulk import ( #19949 )
CI / build (20.x, 3.10) (push) Has been cancelled
CI / build (20.x, 3.11) (push) Has been cancelled
CI / build (20.x, 3.12) (push) Has been cancelled
2025-07-24 09:54:49 -07:00
Martin Hauser
14c4aeca54
Closes #19840 - Enable Site Filtering for Devices in Cable Bulk Import ( #19923 )
...
CI / build (20.x, 3.10) (push) Waiting to run
CI / build (20.x, 3.11) (push) Waiting to run
CI / build (20.x, 3.12) (push) Waiting to run
* feat(dcim): Add site fields to Cable bulk import form
Introduces `side_a_site` and `side_b_site` fields for the Cable bulk
import form. Limits device choices on both sides to the selected site
for improved input validation and consistency.
* feat(dcim): Enhance test data setup with multiple sites
Refactors tests to create multiple sites and assign devices accordingly.
Updates CSV data to include `side_a_site` and `side_b_site` fields for
scenarios involving multiple sites. This improves test coverage and
alignment with real-world use cases.
* docs(dcim): Update comments explaining indent for CSV import
Improved the inline comments to clarify the rationale behind allowing
devices with duplicate names on different sites during CSV bulk import.
2025-07-23 15:50:05 -05:00
Marco Spizzuoco
d571cb4867
Closes #19902 : add clip path to avoid overflow of device name, truncate text to improve centering ( #19913 )
CI / build (20.x, 3.10) (push) Has been cancelled
CI / build (20.x, 3.11) (push) Has been cancelled
CI / build (20.x, 3.12) (push) Has been cancelled
2025-07-22 09:44:14 -07:00
bctiemann
8b63eb64c1
Merge pull request #19860 from netbox-community/19839-nested-object-parent-export
...
Fixes #19839 : Enable export of parent assignment for recursively nested objects
2025-07-15 08:42:43 -04:00
Peter
2a27e475e4
Fixes #19828 : Add L2VPNTerminationType to InterfaceType ( #19879 )
...
CI / build (20.x, 3.10) (push) Waiting to run
CI / build (20.x, 3.11) (push) Waiting to run
CI / build (20.x, 3.12) (push) Waiting to run
Co-authored-by: swoga <3697291+swoga@users.noreply.github.com >
2025-07-14 14:42:53 -05:00
Jason Novinger
44efa037cc
Fixes #19800 : ModuleType import supports associating ModuleTypeProfile ( #19803 )
...
* Fixes #19800 : ModuleType import supports associating ModuleTypeProfile
* Fixes up ModuleTypeTestCase to include bulk import testing
Also includes an additional regression assertion.
* Address PR feedback
I ultimately left the extra asserts in for test_bulk_import_objects_with_permissionsince
since the parent test is currently only testing against number of
objects successfully imported. Will file a follow up FR to improve that
test.
2025-07-14 15:22:52 -04:00
Jeremy Stretch
f13d028c98
Fixes #19827 : Enforce uniqueness for device role names & slugs ( #19859 )
2025-07-14 09:13:44 -07:00
Jeremy Stretch
23cc4f1c41
Fixes #19839 : Enable export of parent assignment for recursively nested objects
2025-07-10 12:41:11 -04:00
Harry
8fb8f4c75b
Closes #19571 : Create expansion_card.json ( #19689 )
...
* Create expansion_card.json
* Update 0206_load_module_type_profiles.py
* Update expansion_card.json
Fixed
2025-07-08 08:27:48 -05:00
Arthur Hanson
a17699d261
19644 Make atomic use correct database instead of default ( #19651 )
...
* 19644 set atomic transactions to appropriate database
* 19644 set atomic transactions for Job Script run
* 19644 set atomic transactions to appropriate database
* 19644 set atomic transactions to appropriate database
* 19644 fix review comments
* 19644 fix review comments
2025-06-25 15:00:26 -04:00
Omripresent
afeddee10d
Fixes #19687 : Treat cellular interface type as not connectable ( #19691 )
...
* Add cellular interface types to WIRELESS_IFACE_TYPES const
Add cable termination test for cellular interface
* Add regression tag to cellular test
2025-06-12 09:49:09 -05:00
Jeremy Stretch
43df06f210
Fixes #19667 : Fix TypeError exception when creating a new module profile type with no schema ( #19671 )
2025-06-06 13:25:19 -05:00
Jeremy Stretch
179c06ec20
Closes #19627 : Object change migrators ( #19628 )
...
* Initial work on ObjectChange data migrations
* Fix migration bug
* Add migrators for MAC address assignments
* Update reverting kwarg; allow pop() to fail
* Cross-reference MAC address migrators
* Split migrator logic across migrations
* Add missing migrator
2025-06-05 11:47:59 -04:00
Jeremy Stretch
77f0eeb7bf
Fixes #19587 : Occupied filter should match on interfaces terminating a wireless link ( #19631 )
2025-06-03 07:34:39 -07:00
Jason Novinger
cc099e86e1
Fixes #19520 : restores ability to set Prefix.scope via API ( #19588 )
2025-05-27 10:32:36 -07:00
Jeremy Stretch
51d046b1f5
Closes #19521 : Clean up test suite output ( #19524 )
2025-05-21 09:57:32 -07:00
Jeremy Stretch
cf7ab43f39
Closes #19493 : Change filter() to filter_type() ( #19494 )
2025-05-14 08:34:25 -07:00
Jeremy Stretch
3d1334a798
Fixes #19464 : Fix bulk editing of inventory items from device view ( #19477 )
2025-05-13 10:23:02 -07:00
Jeremy Stretch
59dce87ba0
Fixes #19465 : Fix ability to clear assigned prefix scope in UI ( #19479 )
2025-05-13 10:21:06 -05:00
Jeremy Stretch
33887e7c69
Fixes #19472 : Fix devie column rendering in virtual device contexts table
2025-05-13 10:46:41 -04:00
bctiemann
8e13f2a9ec
Merge pull request #19443 from netbox-community/19440-migration-connections
...
Fixes #19440 : Ensure data migrations use the correct database connection
2025-05-12 14:13:31 -04:00
Martin Hauser
4b58678823
feat(dcim): Add 2.5 Gbps and 5 Gbps options to InterfaceSpeedChoices ( #19445 )
...
Extend `InterfaceSpeedChoices` to include 2.5 Gbps and 5 Gbps values.
This improves support for modern interface speeds and enhances API data
validation.
2025-05-09 14:02:30 -05:00
Abraham Vegh
6c07aeeded
Add 1000BASE-SX interface type
2025-05-08 15:45:03 -04:00
Jeremy Stretch
76aa255f07
Fixes #19440 : Ensure data migrations use the correct database connection
2025-05-08 14:53:52 -04:00
Corubba
6665810a6d
Fixes #19361 : Fix wrong graphql field data-types ( #19373 )
2025-05-07 08:29:52 -07:00
Jason Novinger
8baf15771a
Fixes #17107 : Circuit to Provider Network cabling visual bug
2025-05-07 09:28:02 -04:00
Andrey Tikhonov
145ee11a3f
Fixes #19309 : N+1 problem on /interfaces, /ip-addresses and /prefixes requests ( #19304 )
...
* Fixes N+1 problem on /interfaces, /ip-addresses and /prefixes requests
* remove extra .all()
* more prefetch for IPAddressViewSet
2025-05-06 11:47:44 -05:00
Arthur Hanson
88f7b6508c
19380 call configure on embedded tables ( #19390 )
...
* 19380 call configure on embedded tables
* 19380 call configure on embedded tables
* 19380 call configure on embedded tables
2025-05-05 09:29:32 -04:00
Jeremy Stretch
64b5867cb3
Merge branch 'main' into feature
2025-05-01 09:45:38 -04:00
bctiemann
fadc358329
Merge pull request #19357 from netbox-community/17319-device-and-module-type-behind-tabs
...
Fixes #17319 : Arrange device and module type fields behind tab in com…
2025-04-30 09:09:55 -04:00
bctiemann
c0e6168d34
Merge pull request #19347 from netbox-community/19346-redirect-checks
...
Fixes #19346 : Ensure all redirect URLs are validated
2025-04-30 09:01:55 -04:00
Jason Novinger
964ae56d34
Fixes #17319 : Arrange device and module type fields behind tab in component template forms
2025-04-29 12:16:05 -05:00
Jeremy Stretch
5342552054
Fixes #15739 : Account for parallel cables when calculating total path length ( #19356 )
2025-04-29 11:32:43 -05:00
Jeremy Stretch
e44ad8af45
Fixes #19346 : Ensure all redirect URLs are validated
2025-04-28 14:27:49 -04:00
bctiemann
f652dc7bda
Merge pull request #19301 from renatoalmeidaoliveira/19229-cant-unset-a-device-interface-vlan-mode-without-an-error
...
Fixes : #19229 Validade interface mode changes
2025-04-28 08:48:20 -04:00
Arthur Hanson
18ac29fdd0
18334 add location, device, site to module filters ( #19312 )
...
* 18334 add location, device, site to module filters
* 18334 add location, device, site to module filters
* 18334 add tests
* 18334 fix tests
* 18334 add site-group
2025-04-28 08:46:38 -04:00
Jeremy Stretch
37cfc50202
Fixes #19322 : Correct URL paths for bulk import views ( #19323 )
2025-04-25 12:20:25 -05:00
Jamie (Bear) Murphy
e8dd486132
adds related object to rack reservation changelogs ( #19306 )
2025-04-25 07:32:18 -07:00
Jeremy Stretch
e1b2b4b536
Fixes #17676 : Fix support for module bay creation when bulk importing module types ( #19311 )
2025-04-24 11:07:46 -07:00
Renato Almeida de Oliveira Zaroubin
125bce84e4
Validade interface mode changes
2025-04-24 01:47:43 +00:00
Jeremy Stretch
6c60a4360b
Fixes #19279 : Fix missing status field for inventory item bulk creation ( #19283 )
2025-04-23 10:49:22 -07:00
Artem Kotik
2c3fe9700f
Fixes #19110 : Add filters by IP addresses to PrimaryIPFilterSet ( #19160 )
...
* Add primary ip filters by address
* Add tests for Device and VirtualDeviceContext models
2025-04-23 09:14:33 -05:00
Jeremy Stretch
6c7a0cf2b2
Merge branch 'main' into feature
2025-04-22 16:36:17 -04:00
bctiemann
02571130b2
Merge pull request #19259 from netbox-community/18961-vc-create-ignore-vc-members
...
Fixes #18961 : Virtual chassis form should exclude members of other VCs when adding members
2025-04-22 14:36:12 -04:00
Jeremy Stretch
13ddd5fd20
Fixes #19230 : Allow label reuse when creating multiple components from a pattern ( #19261 )
2025-04-22 08:55:31 -07:00
Jeremy Stretch
2f8936d493
Fixes #18961 : Virtual chassis form should exclude members of other VCs when adding members
2025-04-22 10:24:43 -04:00
Jeremy Stretch
8567aa96e4
Remove obsolete comment
2025-04-22 09:42:17 -04:00
bctiemann
cbcd91bf6b
Merge pull request #19236 from netbox-community/19224-graphql-choices
...
Fixes #19224 : Fix GraphQL API support for custom field choices
2025-04-22 09:35:55 -04:00
Jeremy Stretch
459c4bfd9d
Fixes #18959 : Preserve ordering of terminations in cable traces
2025-04-22 09:21:14 -04:00
Renato Almeida de Oliveira Zaroubin
6b9b66aecb
make INTERFACE_FHRPGROUPS use FHRPGROUPS _str_ representation
2025-04-22 08:06:24 -04:00