Commit Graph

8798 Commits

Author SHA1 Message Date
jeremystretch
8575e465e4 Fixes #7808: Fix reference values for content type under custom field import form 2021-11-11 16:21:27 -05:00
jeremystretch
2faba302c1 Fixes #7809: Add missing export template support for various models 2021-11-11 16:16:54 -05:00
jeremystretch
fe0351bd20 Fixes #7788: Improve XSS mitigation in Markdown renderer 2021-11-11 15:38:34 -05:00
jeremystretch
841e54b61c Housekeeping: Use RestrictedQuerySet for default manager on base models 2021-11-11 15:04:22 -05:00
jeremystretch
e773167b6e Fixes #7761: Extend cable tracing across bridged interfaces 2021-11-11 14:45:10 -05:00
jeremystretch
c0c8f5a156 Closes #7769: Enable assignment of IP addresses to an existing FHRP group 2021-11-11 14:05:35 -05:00
jeremystretch
c05ada0ada Changelog for #7767 2021-11-11 12:30:28 -05:00
Jeremy Stretch
9c4131910a Merge pull request #7767 from CironAkono/FR6925
Fixes: #6925 Interfaces Table - bring back the visual aids from v2.9
2021-11-11 12:29:01 -05:00
jeremystretch
5885c783dc Fixes #7654: Fix assignment of members to virtual chassis with initial position of zero 2021-11-11 12:10:47 -05:00
CironAkono
5ec3939383 Apply suggestions from code review
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-11-11 16:36:13 +00:00
jeremystretch
8546d270ef Changelog for #7791 2021-11-11 11:31:51 -05:00
Jeremy Stretch
c6251fccd8 Merge pull request #7804 from kkthxbye-code/fix-7791
Fix #7791 - Allow devicebay table to be sorted by status
2021-11-11 10:46:15 -05:00
jeremystretch
a0232de391 Fixes #7802: Differentiate ID and VID columns in VLANs table 2021-11-11 10:23:38 -05:00
kkthxbye-code
a00441b6ef Fix sorting devicebay table by status 2021-11-11 14:05:39 +01:00
kkthxbye-code
eb87ca33e6 Clear sys.modules cache when reloading scripts 2021-11-11 11:53:31 +01:00
jeremystretch
1f1ef4ffbf Fixes #7757: Fix 404 when assigning multiple contacts/FHRP groups in succession 2021-11-09 17:08:28 -05:00
jeremystretch
a6796897cd Merge branch 'develop' into feature 2021-11-09 16:52:36 -05:00
jeremystretch
1b858c2f2f Fixes #7741: Fix 404 when attaching multiple images in succession 2021-11-09 16:46:58 -05:00
jeremystretch
9f0f4868e0 Changelog for #7740 2021-11-09 16:08:11 -05:00
Jeremy Stretch
42c80dbbf0 Merge pull request #7774 from byts-tech/FR7740
Fixes: #7740 Add Mini-DIN 8 Console-Port-Type
2021-11-09 16:06:58 -05:00
jeremystretch
59a800dbb9 Fixes #7701: Fix conflation of assigned IP status & role in interface tables 2021-11-09 16:04:16 -05:00
jeremystretch
990c3f1030 Fixes #7780: Preserve mutli-line values during CSV file import 2021-11-09 15:24:21 -05:00
jeremystretch
456d5d7548 Changelog for #7783 2021-11-09 15:15:34 -05:00
Jeremy Stretch
6634cd8616 Merge pull request #7785 from jasonyates/develop
Fixes #7783 - Site location visual changes
2021-11-09 15:12:47 -05:00
Jason Yates
5230efab81 Fixed #7783 - Site location visual changes
Updating site location list to visually match the /dcim/locations list where child locations are "indtended" with mdi-circle-small.

Also removes the padding-left attribute on each row as it is no longer functional.
2021-11-09 15:18:46 +00:00
Jeremy Stretch
d25e5bb447 Merge pull request #7778 from netbox-community/7775-dynamic-config
7775 dynamic config
2021-11-08 15:54:25 -05:00
jeremystretch
cf68929667 Changelog for #7775 2021-11-08 15:38:55 -05:00
jeremystretch
6b209568f0 Move GRAPHQL_ENABLED to dynamic configuration 2021-11-08 15:31:09 -05:00
jeremystretch
cb549e15a3 Move CUSTOM_VALIDATORS to dynamic configuration 2021-11-08 15:22:29 -05:00
jeremystretch
6fa417c51c Move CHANGELOG_RETENTION to dyanmic configuration 2021-11-08 15:07:58 -05:00
jeremystretch
73150f1551 Closes #7619: Permit custom validation rules to be defined as plain data or dotted path to class 2021-11-08 14:52:56 -05:00
Flo
4f07e05681 Add Mini-DIN 8 Console-Port-Type 2021-11-08 17:50:13 +01:00
jeremystretch
114e204417 Fixes #7768: Validate IP address status when creating a new FHRP group 2021-11-08 08:40:24 -05:00
jeremystretch
406a565f47 Fixes #7771: Group assignment should be optional when creating contacts via REST API 2021-11-08 08:34:10 -05:00
jeremystretch
00b2bde4d7 Changelog for #7765 2021-11-08 08:24:14 -05:00
Nico Domino
16e7c1ed22 feat: add outer_width to RackTable (#7766)
* feat: add outer_width to RackTable

* fix: add outer_units to column display

* feat: add outer_depth to available columns
2021-11-08 08:15:26 -05:00
jeremystretch
f66f297fee Allow bypassing the pre-commit script with NOVALIDATE=1 2021-11-05 13:40:38 -04:00
jeremystretch
4625122a10 Closes #7760: Add vid filter field to VLANs list 2021-11-05 13:31:36 -04:00
jeremystretch
a3adae7169 Issues policy tweaks 2021-11-05 13:26:18 -04:00
jeremystretch
17eeb097a8 Fixes #7756: Fix AttributeError exception when editing an IP address assigned to a FHRPGroup 2021-11-05 13:16:43 -04:00
jeremystretch
e9834ef929 Add new models to developer docs 2021-11-05 13:10:27 -04:00
jeremystretch
0f4378b0db Fixes #7750: Fix cable trace image link 2021-11-05 11:10:17 -04:00
jeremystretch
964a1e5ee7 Release v3.1-beta1 2021-11-05 09:03:27 -04:00
jeremystretch
4aee18c5b1 Merge branch 'develop' into feature 2021-11-05 08:49:25 -04:00
jeremystretch
44bfaeabf7 Fixes #7752: Fix minimum version check under Python v3.10 2021-11-05 08:45:57 -04:00
jeremystretch
4aecd39281 Fix up contact template 2021-11-05 08:33:16 -04:00
kkthxbye-code
489b17ba11 Fix #7399 - LDAP using excessive CPU when AUTH_LDAP_FIND_GROUP_PERMS is enabled 2021-11-05 10:28:30 +01:00
jeremystretch
a8ffe57774 Split interface edit forms into subsections 2021-11-04 16:36:49 -04:00
jeremystretch
b0a311d95c Fix ASNs column in SiteTable 2021-11-04 16:29:43 -04:00
jeremystretch
5c75c85b38 Tweak site ASN filters & tests 2021-11-04 16:22:55 -04:00