Commit Graph

8246 Commits

Author SHA1 Message Date
jeremystretch
d67b181b08 Closes #7319: Remove migrations check from upgrade.sh to avoid misleading error messages 2021-10-01 08:57:17 -04:00
jeremystretch
d0188b5fd6 Fixes #7412: Fix exception in UI when adding child device to device bay 2021-09-30 12:29:08 -04:00
jeremystretch
eb74d4f0fd Fixes #7401: Pin jsonschema package to v3.2.0 to fix REST API docs rendering 2021-09-30 11:41:32 -04:00
jeremystretch
25a50596dd Fixes #7411: Fix exception in UI when adding member devices to virtual chassis 2021-09-30 11:36:16 -04:00
jeremystretch
3f60eb6a9f Fixes #7397: Fix AttributeError exception when rendering export template for devices via REST API 2021-09-29 21:09:12 -04:00
jeremystretch
4f89b59a1c Fixes #6895: Remove errant markup for null values in CSV export 2021-09-29 21:00:45 -04:00
thatmattlove
497b1651ea Fixes #7373: Improve handling of mismatched server, client, and browser color-mode preferences 2021-09-29 17:44:28 -07:00
jeremystretch
21c754f3b3 Correct version number referenced for installation video 2021-09-29 12:40:20 -04:00
jeremystretch
b3d63110b0 PRVB 2021-09-29 09:46:39 -04:00
Jeremy Stretch
89270b1495 Merge pull request #7393 from netbox-community/develop
Release v3.0.4
2021-09-29 09:41:11 -04:00
jeremystretch
30b845cf7a Release v3.0.4 2021-09-29 09:18:57 -04:00
jeremystretch
2d3da3f987 Fixes #7392: Fix "help" links for custom fields, other models 2021-09-29 09:09:10 -04:00
jeremystretch
c2da9e1c44 Drop pycryptodome as a Python dependency 2021-09-28 17:07:15 -04:00
jeremystretch
3f3149e2da Closes #7314: Add SMA 905/906 fiber port types 2021-09-28 16:42:54 -04:00
jeremystretch
ff629aba33 Closes #7389: Linkify tenant group in tenants list 2021-09-28 16:28:11 -04:00
jeremystretch
b7df180e65 Changelog for #7365 2021-09-28 16:22:28 -04:00
Jeremy Stretch
ae70036d12 Merge pull request #7366 from shuichiro-makigaki/optimize-prefix-util
Fix #7365: Optimize calculation of prefix utilization
2021-09-28 16:09:27 -04:00
jeremystretch
8275df1ac9 Closes #7252: Validate IP range size does not exceed max supported value 2021-09-28 15:44:41 -04:00
jeremystretch
247a79f134 Closes #7022: Add ITA type C (CEE 7/16) power port type 2021-09-28 13:46:54 -04:00
jeremystretch
31bdbcc8ad Changelog & docs cleanup for #6973 2021-09-28 13:40:24 -04:00
Jeremy Stretch
c2cbf3b339 Merge pull request #7369 from maximumG/6973-order-reports
Fixes #6973:  order reports
2021-09-28 13:34:23 -04:00
jeremystretch
528fd81379 Closes #7372: Link to local docs for model from object add/edit views 2021-09-28 13:23:57 -04:00
jeremystretch
48f1d2e2a1 Fixes #7304: Require explicit values for all required choice fields during CSV import 2021-09-28 12:04:54 -04:00
Jeremy Stretch
3f6d2618af Merge pull request #7382 from netbox-community/refactor-forms
Refactor forms
2021-09-28 11:40:34 -04:00
Daniel Sheppard
1da0e878a4 Update changelog for #7374 2021-09-28 09:50:23 -05:00
jeremystretch
3690ead011 Merge branch 'develop' into refactor-forms 2021-09-28 10:49:14 -04:00
jeremystretch
65adcc9910 Refactor extras forms 2021-09-28 10:44:53 -04:00
jeremystretch
390cd17bf2 Refactor virtualization forms 2021-09-28 10:25:07 -04:00
Daniel Sheppard
13e8f6fd8e Fixes #7374 - Adds query param on position for rack face 2021-09-28 09:06:35 -05:00
jeremystretch
ad87d6b9cf Refactored IPAM forms 2021-09-28 09:25:12 -04:00
jeremystretch
a89fc03ace Refactor tenancy forms 2021-09-27 17:19:05 -04:00
jeremystretch
0afd0f51f1 Refactor DCIM forms 2021-09-27 17:09:37 -04:00
jeremystretch
1fbc865c90 Refactor circuits forms 2021-09-27 15:23:12 -04:00
jeremystretch
42db01c735 Fixes #7358: Add missing choices column to custom field CSV import form 2021-09-27 12:28:52 -04:00
jeremystretch
5a2e194b6b Remove obsolete TS for a.formaction 2021-09-27 11:41:05 -04:00
jeremystretch
24f77be183 Fixes #7353: Fix bulk creation of device/VM components via list view 2021-09-27 10:36:01 -04:00
jeremystretch
99482f6be0 Fixes #7356: Fix display of model documentation when adding device components 2021-09-27 10:09:32 -04:00
jeremystretch
567bd88731 Fixes #7360: Correct redirection URL after removing child device from device bay 2021-09-27 09:58:03 -04:00
Jeremy Stretch
00cf1688f1 Merge pull request #7320 from royreznik/feature-6917
Feature-6917 make ip assigned checkmark link to interface
2021-09-27 09:18:24 -04:00
maximumG
436b602a84 add: document how to order reports 2021-09-27 11:02:37 +02:00
maximumG
82606891c5 feat: reports within a module can now be ordered 2021-09-27 11:02:31 +02:00
Shuichiro MAKIGAKI
aedc0ce279 Fix #7365: Optimize calculation of prefix utilization 2021-09-25 22:28:31 +09:00
royreznik
caa50f3437 Update changelog with #6917 2021-09-23 06:33:26 -07:00
royreznik
2f17eb24a8 Feature-6917 make ip assigned checkmark link to interface 2021-09-23 06:33:26 -07:00
Daniel Sheppard
bc612fe87b Fixes #7341 - Corrects url in Circuit breadcrumb 2021-09-22 11:48:22 -05:00
jeremystretch
5f54dbd386 Fixes #7294: Fix SVG rendering for cable traces ending at unoccupied front ports 2021-09-21 15:04:37 -04:00
jeremystretch
5d833ee061 Fixes #7333: Prevent inadvertent deletion of prior change records when deleting objects 2021-09-21 14:24:23 -04:00
jeremystretch
3c9f8094ed Closes #7118: Render URL custom fields as hyperlinks in object tables 2021-09-21 14:04:47 -04:00
jeremystretch
771b7535f3 Closes #7323: Add serial filter field for racks & devices 2021-09-21 13:53:11 -04:00
jeremystretch
c8fbf348ea Fixes #7321: Don't overwrite multi-select custom fields during bulk edit 2021-09-21 13:41:33 -04:00