1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

9481 Commits

Author SHA1 Message Date
f4e78b0ea6 Fixes #9065: Min/max VID should not be required when filtering VLAN groups 2022-04-06 20:29:28 -04:00
d93e944c07 Closes #8973: Display VLAN group count under site view 2022-04-06 20:12:14 -04:00
6760533a10 Fixes #8931: Copy assigned tenant when cloning a location 2022-04-06 20:01:09 -04:00
85e65edb7d Fixes #9057 - Fix missing instance counts for module types 2022-04-06 13:46:31 -05:00
523390cd8e #9061 - Change inheritance order for DeviceComponentFilterSets 2022-04-06 13:35:22 -05:00
ea197eff5f PRVB 2022-04-05 17:12:13 -04:00
d4938b7699 Merge pull request #9041 from netbox-community/develop
Release v3.2.0
v3.2.0
2022-04-05 17:03:58 -04:00
6ee6227b67 Pin Jinja2 to v3.0 2022-04-05 16:34:15 -04:00
6f0ae8a5b8 Release v3.2.0 2022-04-05 16:26:07 -04:00
c1b7f09530 Ensure legacy data checks run before other migrations 2022-04-05 15:56:21 -04:00
9addde00e3 Merge branch 'feature' into develop 2022-04-05 14:51:26 -04:00
10f8a94399 Merge pull request #9039 from netbox-community/develop
Release v3.1.11
v3.1.11
2022-04-05 14:45:41 -04:00
631de20a8d Release v3.1.11 2022-04-05 14:35:27 -04:00
66464fd807 Implement bypass for migration safeguard 2022-04-05 14:24:28 -04:00
0f5fe746e0 Add warning for legacy ASN field on site 2022-04-05 10:22:42 -04:00
a7fc8621a8 Closes #9036: Add bulk edit capability for site contact fields 2022-04-05 10:18:20 -04:00
8b92bc6c4a Add migration safeguard to prevent accidental destruction of data 2022-04-05 10:07:48 -04:00
830b56ac9e Check that ChoiceSet CHOICES is mutable if key is set 2022-04-05 08:40:30 -04:00
fcfdbfc2b5 Merge branch 'develop' into feature 2022-04-05 08:21:39 -04:00
e575279738 Changelog for #8365 2022-04-04 15:58:54 -04:00
796f7258cc Merge pull request #9018 from stephanblanke/8365-filering-for-child-devices-by-parent-device
Closes #8365: Filtering for child devices by parent device
2022-04-04 15:18:20 -04:00
ea88b040ec Fixes #8658: Fix display of assigned components under inventory item lists 2022-04-04 14:40:22 -04:00
8126087b3e Merge branch 'netbox-community:develop' into 8365-filering-for-child-devices-by-parent-device 2022-04-02 18:10:12 +02:00
780459d2bf Closes #8365: Filtering for child devices by parent device 2022-04-02 18:08:48 +02:00
e2b6d69596 Monkey-patch Django's force_text in lieu of graphene-django 2.16 release 2022-04-01 10:15:45 -04:00
7fff1e6fe5 Closes #9003: Enable bulk module assignment/removal for device components 2022-04-01 09:42:30 -04:00
b576ce72a1 Merge branch 'develop' into feature 2022-04-01 09:13:37 -04:00
99a01207bc Closes #9012: Linkify circuits count in providers list 2022-04-01 09:06:44 -04:00
6d6457ad18 Merge pull request #9010 from kkthxbye-code/fix-9009
Annotate rack search queryset with device count
2022-04-01 08:43:22 -04:00
35f3a42e7f Remove 2022 survey announcement 2022-04-01 08:31:53 -04:00
a84ae88214 Annotate rack search queryset with device count 2022-04-01 09:34:16 +02:00
4fae42de51 Fixes #9007: Fix FieldError exception when instantiating a device type with nested inventory items 2022-03-31 12:07:02 -04:00
1d55c04c21 Closes #9006: Enable custom fields, custom links, and tags for journal entries 2022-03-31 11:40:02 -04:00
7a54658710 Fixes #8978: Fix instantiation of front ports when provisioning a module 2022-03-31 09:03:01 -04:00
bddc35bbc7 Closes #8496: Enable assigning multiple ASNs to a provider 2022-03-30 17:17:36 -04:00
cdacd2a951 Closes #8593: Add link field to contact model 2022-03-30 16:19:12 -04:00
58e4d08bb0 Closes #8790: Include site and prefixes columns in VLAN group VLANs table 2022-03-30 15:51:12 -04:00
3ff4fd814e Merge branch 'develop' into feature 2022-03-30 15:45:40 -04:00
91e8f57afb Change log & cleanup for #8163, #8866 2022-03-30 15:39:28 -04:00
e3d0628a06 Merge pull request #8870 from minitriga/issue_8866
APISelect JavaScript only perform fetch if Django substitutes have been replaced.
2022-03-30 15:37:14 -04:00
9fca9ca7ec Merge pull request #8983 from stephanblanke/8163-bridge-members-panel-in-interface-view
Closes #8163: Add bridge members panel to interface view
2022-03-30 15:27:37 -04:00
2d09a40663 Closes #8601: Include group when displaying tenant assigned to cluster 2022-03-30 15:04:13 -04:00
1eaf55c555 Closes #8336: Add note about referening object in custom link template 2022-03-30 14:14:49 -04:00
db535e6453 Closes #8436: Update token permissions documentation 2022-03-30 14:05:27 -04:00
dadec9d3cb Add instruction for checking out an older release 2022-03-30 13:03:08 -04:00
ff780177d0 Clean up exception templates 2022-03-29 16:01:10 -04:00
b7e2ea1ca5 Closes #8163: Add bridge members panel to interface view 2022-03-28 20:37:00 +02:00
bf50134d94 #8976: Set required=False on serializer field 2022-03-28 14:18:45 -04:00
227bac7c60 Fixes #8976: Add missing object_type field on CustomField REST API serializer 2022-03-28 13:34:37 -04:00
340ff82487 Fixes #8970: Permit nested inventory item templates on device types 2022-03-28 13:22:43 -04:00