Jeremy Stretch
2d7cce2a2f
Merge pull request #9850 from sleepinggenius2/issue_9827
...
Adds patterned_fields support for bulk component creation
2022-08-03 15:22:16 -04:00
Jeremy Stretch
ca54c070be
Merge pull request #9911 from oasys/9906-support-color-on-frontrearport-import-export
...
Fixes #9906 import/export front/rearport color field for module- and device-types
2022-08-03 14:58:02 -04:00
Jason Lavoie
e361c0c393
import/export color field on front- and rear-ports for module-types and device-types
...
Closes : #9906
- Adds `color` field to front and rearport template import forms
- Adds `color` field to `to_yaml` export for front and rearport
templates
2022-08-03 09:22:06 -04:00
jeremystretch
c3e27f9953
#9871 : Tweak display of utilization graph value
2022-08-01 12:38:12 -04:00
jeremystretch
ee1722d100
Fixes #9871 : Fix utilization graph value alignments
2022-08-01 11:54:39 -04:00
jeremystretch
6a4355f600
Closes #9893 : Move YAML serialization logic for component templates under the individual models
2022-08-01 11:39:07 -04:00
jeremystretch
3459bb8314
Closes #9882 : Add manufacturer column to modules table
2022-08-01 10:36:53 -04:00
jeremystretch
271efb4aec
Closes #9883 : Linkify location column in power panels table
2022-08-01 10:32:05 -04:00
jeremystretch
0d670795a9
Fixes #9885 : Fix child prefix counts when editing/deleting aggregates in bulk
2022-08-01 10:28:21 -04:00
jeremystretch
43a6565169
Closes #9881 : Increase granularity in utilization graph values
2022-08-01 10:23:18 -04:00
jeremystretch
09f52fd8f9
Fixes #9884 : Prevent querying assigned VRF on prefix object init
2022-08-01 09:47:18 -04:00
jeremystretch
87016bd52c
Fixes #9891 : Ensure consistent ordering for tags during object serialization
2022-08-01 09:32:52 -04:00
jeremystretch
f1f8d2b72b
PEP8 cleanup
2022-08-01 09:16:58 -04:00
jeremystretch
7326a64fa1
Changelog & cleanup for #9637
2022-08-01 09:12:15 -04:00
atownson
667a2c8bb2
Closes #9637 : Add existing fields to the Rack Reservation user interface pages ( #9870 )
...
* Closes netbox-community#9637
Added site_group to RackReservationFrom class fieldsets
Added location to RackReservationTable class
2022-08-01 09:01:18 -04:00
Daniel Sheppard
366a665eef
Fixes #9062 - Add/edit {module} substitution to help text for component template name
2022-07-29 11:55:26 -05:00
jeremystretch
1d47b0894f
Changelog for #9762
2022-07-28 12:45:27 -04:00
Jeremy Stretch
d90786642e
Merge pull request #9868 from atownson/issue_9762
...
Closes #9762 : Add nat_outside to the IPAddress table
2022-07-28 12:43:13 -04:00
atownson
5a4db67d1a
Closes netbox-community#9762
...
Added nat_outside to IPAddressTable class
2022-07-28 10:23:04 -05:00
jeremystretch
171275a07f
Changelog and cleanup for #9825
2022-07-27 16:50:31 -04:00
Jeremy Stretch
253150cbb1
Merge pull request #9826 from viroge/develop
...
Closes #9825 : Add Contacts to VM table view
2022-07-27 16:48:08 -04:00
jeremystretch
8237d539f8
Fix formatting of webhook conditions form field
2022-07-27 15:40:25 -04:00
sleepinggenius2
2a52cb2a04
Adds patterned_fields support for bulk components
2022-07-26 17:16:03 -04:00
Gabor SOMOGYVARI
e1c6da98b1
Closes #9825 : Add Contacts to VM table view
2022-07-22 10:42:20 +02:00
jeremystretch
1c02353aea
PRVB
2022-07-20 11:15:02 -04:00
Jeremy Stretch
8e6a246be2
Merge pull request #9801 from netbox-community/develop
...
Release v3.2.7
2022-07-20 11:13:00 -04:00
jeremystretch
6bd544e815
Release NetBox v3.2.7
2022-07-20 10:57:11 -04:00
jeremystretch
acd5b43edc
Fixes #9705 : Support filter expressions for the serial field on racks, devices, and inventory items
2022-07-20 10:39:36 -04:00
jeremystretch
828d5f94c7
Fixes #9499 : Fix filtered bulk deletion of VM Interfaces
2022-07-19 16:21:32 -04:00
jeremystretch
05ce58a9e2
Fixes #9437 : Standardize form submission buttons and behavior when using enter key
2022-07-19 14:21:20 -04:00
jeremystretch
2861f5cfd7
Fixes #9749 : Retain original slug values when modifying object names
2022-07-19 13:01:51 -04:00
jeremystretch
611b14bb07
Fixes #9775 : Fix exception when viewing a report with no descripton
2022-07-19 13:01:21 -04:00
Jeremy Stretch
420bed5a68
Merge pull request #9750 from smuth4/fix/broken-image-urls
...
Fixes #9634 : Respect image URLs which are already fully formed
2022-07-19 12:46:32 -04:00
jeremystretch
f8e4f3ee25
Changelog for #9754
2022-07-18 09:16:43 -04:00
Jeremy Stretch
43b09e7238
Merge pull request #9757 from kkthxbye-code/fix-9754-2
...
Fixes #9754 -Revert #9735 & #9696
2022-07-18 08:40:45 -04:00
kkthxbye-code
91d66cd421
Revert #9735 & #9696
2022-07-17 17:33:47 +02:00
Stephen Muth
8586a6cc87
Fixes #9634 : Respect image URLs which are already fully formed
...
For local storage, URLs will always be relative, but some custom storage backends
such as S3 may return absolute ones.
2022-07-16 11:46:25 -04:00
jeremystretch
9e2583de89
Fixes #9746 : Permit filtering interfaces by arbitrary speed value in UI
2022-07-15 15:40:55 -04:00
jeremystretch
ccbdc6f2b9
Define NESTED_SERIALIZER_PREFIX constant
2022-07-15 15:31:42 -04:00
jeremystretch
bcd9624c46
Closes #9745 : Add wireless LANs and links to global search
2022-07-15 15:28:00 -04:00
Jeremy Stretch
c61e199f7c
Merge pull request #9742 from henryriveraCS/develop
...
Corrected typo for description of 'snapshots'
2022-07-15 14:53:15 -04:00
Henry
4eb15245e0
Corrected typo for description of 'snapshots'
2022-07-15 10:52:37 -04:00
jeremystretch
de89e7938f
Closes #9741 : Check for UserConfig instance during user login
2022-07-15 09:42:12 -04:00
jeremystretch
b0bd57acde
Fixes #9715 : Fix SOCIAL_AUTH_PIPELINE config parameter not taking effect
2022-07-15 08:34:30 -04:00
Jeremy Stretch
3079597e4f
Merge pull request #9735 from kkthxbye-code/fix-9734
...
Fixes #9734 & #9713 - Only set focus on select field search boxes if the select is open
2022-07-15 08:14:46 -04:00
kkthxbye-code
164bc93795
UI: Only set focus on select field search boxes if the select is open
2022-07-15 08:51:05 +02:00
jeremystretch
88dcff2a58
Drop extraneous/invalid prefetches
2022-07-11 12:45:53 -04:00
jeremystretch
a0b77e330d
PRVB
2022-07-11 12:11:50 -04:00
Jeremy Stretch
fc20eb5dd4
Merge pull request #9706 from netbox-community/develop
...
Release v3.2.6
2022-07-11 12:09:21 -04:00
jeremystretch
a95822ec64
Release v3.2.6
2022-07-11 11:41:28 -04:00