Alexander Haase
6f547e429e
Fixes #19530 : Overhaul documentation for plugin views ( #19530 )
2025-05-27 10:07:48 -07:00
Jason Novinger
79a3d825f3
Fixes #19490 : restores nesting behavior of DataSource-based ConfigTemplates
...
The ability to render nested templates was accidentally removed with the
implementation of #17653 , which normalized the behavior of various Jinja2
template rendering actions.
This fix restores that behavior while retaining the normalized behavior.
This fix also includes regression tests to ensure this behavior is not
removed accidentally again in the future.
2025-05-23 16:34:22 -05:00
github-actions
7c16bb00df
Update source translation strings
2025-05-23 05:02:08 +00:00
bctiemann
bd66619b32
Merge pull request #19527 from Omripresent/fix-19496
...
Fixes #19496 : Page error on config render with empty output
2025-05-22 08:09:58 -04:00
bctiemann
33460da29e
Merge pull request #19485 from Omripresent/main
...
Fixes : #19475 - VM Interface VLAN availibility when cluster and VLAN group scope is dcim.location
2025-05-21 20:24:45 -04:00
bctiemann
152d0f01c3
Merge pull request #19516 from larsen0815/patch-2
...
Fixes #19502 : Improve upgrade instructions
2025-05-21 17:58:03 -04:00
Jeremy Stretch
2dcd9a851a
Closes #19521 : Clean up test suite output ( #19524 )
2025-05-21 09:57:32 -07:00
github-actions
f1b90ec9f9
Update source translation strings
2025-05-20 05:02:15 +00:00
Jason Novinger
a39a9569dc
Fixes #19415 : Increased Circuit/WirelessLink distance upper limit ( #19495 )
...
* Fixes #19415 : Increased Circuit/WirelessLink absolute distance upper limit
Also adds form validation that provides a useful message to the user
rather than a 500 error with potentially little information.
* Include forgotten migration files
* Remove unnecessary comments
* Remove more unnecessary comments
* Addresses PR feedback
* Gah, remove django migration header comment
* Clean up new has_field_errors mechanism, fix issue with ObjectAttribute
* Address PR feedback, revert changes to render_fieldset template tag
2025-05-19 08:38:30 -04:00
Jason Novinger
d225337c8a
Fixes #19510 : Re-adds IPAddressType.assigned filter
2025-05-16 15:30:07 -04:00
Omri Abu
e9396304a4
Initilize error_message to empty string
...
Update template branching for empty template render output
2025-05-16 14:46:43 -04:00
Omripresent
bcea249bf2
Merge branch 'netbox-community:main' into main
2025-05-16 14:40:35 -04:00
larsen0815
0aab638a55
Fixes typo
2025-05-16 15:09:52 +02:00
larsen0815
8a455dfbed
Improve upgrade instructions
2025-05-16 12:19:07 +02:00
github-actions
f1e58dbbb3
Update source translation strings
2025-05-16 05:02:28 +00:00
Aaron
38051effb2
Fixes #19486 : Fix connection card rendering for Console Server Ports ( #19498 )
...
This fixes a visual anomaly with the console server port details page, where cards are inadvertantly nested inside each other.
2025-05-15 09:40:03 -05:00
github-actions
b6097f9f5d
Update source translation strings
2025-05-15 05:02:17 +00:00
Jeremy Stretch
7e1f9a8c35
Closes #19493 : Change filter() to filter_type() ( #19494 )
2025-05-14 08:34:25 -07:00
Renato Almeida de Oliveira
cf08492b2d
Closes : #19200 Add Virtual Chassis name to pane on Device View ( #19369 )
2025-05-14 08:28:11 -04:00
Aaron Queen
1372de93c4
Use colored labels when displaying virtual circuit types
2025-05-14 08:03:46 -04:00
github-actions
df7b0c1a77
Update source translation strings
2025-05-14 05:02:15 +00:00
Omri Abu
24d616a04a
Update get_for_virtualmachine to support lookup by cluster location
...
scope
Update test case to include location scoped cluster
2025-05-13 22:20:54 -04:00
Jeremy Stretch
7dc6580cb5
Release v4.3.1
2025-05-13 15:44:10 -04:00
Jeremy Stretch
bf5b5921f6
Fixes #19464 : Fix bulk editing of inventory items from device view ( #19477 )
2025-05-13 10:23:02 -07:00
Jeremy Stretch
e8e0348b47
Fixes #19463 : Hide button dropdown for tables which do not support saved configs ( #19481 )
2025-05-13 10:22:15 -07:00
bctiemann
084de6f489
Merge pull request #19456 from netbox-community/19444-contact-groups-changelog
...
Fixes #19444 : Fix change logging for contact group assignments
2025-05-13 11:39:59 -04:00
Jeremy Stretch
e3097570e3
Fixes #19465 : Fix ability to clear assigned prefix scope in UI ( #19479 )
2025-05-13 10:21:06 -05:00
bctiemann
d8a5bf4264
Merge pull request #19480 from netbox-community/19472-vdc-device-column
...
Fixes #19472 : Fix device column rendering in virtual device contexts table
2025-05-13 11:12:55 -04:00
Jeremy Stretch
9e4ac20e82
Fixes #19472 : Fix devie column rendering in virtual device contexts table
2025-05-13 10:46:41 -04:00
github-actions
de0517adac
Update source translation strings
2025-05-13 05:02:09 +00:00
bctiemann
3642ed1889
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
bctiemann
b2c63fbea0
Merge pull request #19400 from netbox-community/19397-graphql-IPRangeFilter-role
...
Fixes #19397 : Fix filtering IP ranges by role in GraphQL API
2025-05-12 14:05:13 -04:00
bctiemann
b734964860
Merge pull request #19418 from netbox-community/19381-script
...
19381 fix data file script sync
2025-05-12 11:32:16 -04:00
github-actions
fedc77c23b
Update source translation strings
2025-05-10 05:02:10 +00:00
Martin Hauser
a292a68495
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
Jeremy Stretch
ca03458619
Fixes #19444 : Fix changeloggin for contact group assignments
2025-05-09 14:21:02 -04:00
Martin Hauser
c34ae18697
Fixes #19432 - Update PostgreSQL Version in Programming Error Message ( #19446 )
2025-05-09 07:38:47 -07:00
Martin Hauser
75bc12f328
feat(search): Add search index for tags
...
Introduces a search index for the Tag model to enable global search for
Tags. Includes fields for name, slug, and description with corresponding
weight values. Display attributes are limited to the description field.
Fixes #17073
2025-05-09 08:55:05 -04:00
github-actions
cf6ab005a0
Update source translation strings
2025-05-09 05:02:08 +00:00
Abraham Vegh
e5d647bb4c
Add 1000BASE-SX interface type
2025-05-08 15:45:03 -04:00
Jeremy Stretch
e81bc164d9
Fixes #19440 : Ensure data migrations use the correct database connection
2025-05-08 14:53:52 -04:00
dianbofa
311a406925
feat(core): Add queue_name parameter to Job.enqueue() method ( #19424 )
2025-05-08 08:39:55 -07:00
Corubba
27bd3f4779
Fixes #19361 : Fix wrong graphql field data-types ( #19373 )
2025-05-07 08:29:52 -07:00
Jason Novinger
c4905a8dc2
Fixes #17107 : Circuit to Provider Network cabling visual bug
2025-05-07 09:28:02 -04:00
github-actions
159adb58a4
Update source translation strings
2025-05-07 05:02:11 +00:00
Arthur
64fc96c416
19381 fix data file script sync
2025-05-06 11:50:02 -07:00
Andrey Tikhonov
b3b7a2f0cf
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
github-actions
83d0832333
Update source translation strings
2025-05-06 05:02:20 +00:00
mr1716
da5430362f
#19404 Deduplicate IP Range API Serializer ( #19405 )
2025-05-05 14:31:12 -05:00
Étienne Brunel
40ff64d8a4
fix: Set qinq_role allow_null to True
2025-05-05 10:16:05 -04:00