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

2263 Commits

Author SHA1 Message Date
1901e93b1e Fixes #6258: Fix parent assignment for SiteGroup API serializer 2021-04-23 09:37:22 -04:00
396c91f8f7 Fixes #6246: Permit full-length descriptions when creating device components and VM interfaces 2021-04-22 14:05:07 -04:00
e6930d9601 Closes #6161: Enable ordering of device component tables 2021-04-20 20:21:52 -04:00
4e405ce530 Closes #6210: Include child locations on location view 2021-04-20 14:15:12 -04:00
497e50c559 Closes #6190: Allow filtering devices with no location assigned 2021-04-19 16:55:57 -04:00
620d222f98 Closes #6189: Add ability to search for locations by name or description 2021-04-19 15:56:39 -04:00
a2d16143e3 Fixes #6188: Support custom field filtering for regions, site groups, and locations 2021-04-19 11:05:40 -04:00
8a425a93ae Fixes #6173: Fix assigned device/VM count when bulk editing/deleting device roles 2021-04-15 19:53:46 -04:00
ef78a7d41b Merge branch 'develop' into feature 2021-04-15 15:46:48 -04:00
14d2a49942 Fixes #6168: Add SFP56 interface type
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
2021-04-15 18:37:45 +02:00
a2203da1c6 Fixes #6162: Fix choice field filters (multiple models) 2021-04-14 16:17:19 -04:00
664ba55460 Reorganize base TestCase classes 2021-04-14 14:22:58 -04:00
3d0882856f Closes #5796: Add DC terminal power port, outlet types 2021-04-14 10:44:15 -04:00
e849d28276 Closes #5980: Add Saf-D-Grid power port, outlet types 2021-04-14 10:40:31 -04:00
18a691482d Closes #6160: Add F connector port type 2021-04-14 10:38:54 -04:00
e3f5062583 Merge branch 'develop' into feature 2021-04-13 16:41:46 -04:00
c249cd4ffd Fixes #6152: Fix custom field filtering for cables, virtual chassis 2021-04-13 12:05:44 -04:00
b1d20d3228 Closes #6149: Support image attachments for locations 2021-04-13 11:39:04 -04:00
9bda2a44ae Fix permissions for cable trace view tests 2021-04-12 16:25:52 -04:00
b4b68c0b00 Move create_test_device() to testing utils 2021-04-12 16:07:03 -04:00
608bf30bda Add cable trace view tests 2021-04-12 15:52:24 -04:00
f503c72782 Closes #6146: Add bulk disconnect support for power feeds 2021-04-12 15:02:29 -04:00
0bce1da4e3 Clean up stray references to old RackGroup model 2021-04-11 13:43:06 -04:00
65ed047084 Fixes #6124: Location parent filter should return all child locations (not just those directly assigned) 2021-04-11 13:42:24 -04:00
b0573f88e6 Merge branch 'develop' into feature 2021-04-11 13:16:00 -04:00
348fca7e28 Fixes #6117: Handle exception when attempting to assign an MPTT-enabled model as its own parent 2021-04-11 12:57:53 -04:00
7439faad34 Fixes #6123: Prevent device from being assigned to mismatched site and location 2021-04-09 09:56:36 -04:00
e69251b21a Fixes #6070: Add missing 'count_ipaddresses' attribute to VMInterface serializer 2021-04-08 14:22:45 -04:00
f096c4a5d0 #6081: Tweak queryset filtering 2021-04-08 14:18:07 -04:00
696b5c80a7 Closes #6097: Redirect old slug-based object views 2021-04-08 13:25:29 -04:00
05d8a06cd5 Closes #6109: Add device counts to locations table 2021-04-08 10:08:50 -04:00
4f7626828a Fixes #6107: Fix rack selection field on device form 2021-04-07 16:58:40 -04:00
81193eb550 Fixes #6106: Allow assigning a virtual interface as the parent of an existing interface 2021-04-07 16:36:09 -04:00
ae3527df16 Fixes #6081: Fix interface connections REST API endpoint 2021-04-07 16:04:32 -04:00
59e185b781 Fixes #6104: Fix location column on racks table 2021-04-07 15:40:03 -04:00
838200219f Include child regions, site groups 2021-04-06 09:42:36 -04:00
71022d58d3 Site is required when creating devices 2021-04-05 16:35:01 -04:00
19cb575b90 Permit the assignment of virtual interfaces as parents 2021-04-05 14:48:11 -04:00
d844ee2c79 Empty time_zone should be null 2021-04-05 13:05:07 -04:00
83496c66d1 Move breadcrumb generation to template 2021-04-05 12:06:59 -04:00
374cb74978 Filter parent location by ID 2021-04-05 11:53:40 -04:00
f0018dcba9 LinkedCountColumn should always invoke filter by ID 2021-04-05 11:47:25 -04:00
7b8bd2d4ce Location model cleanup 2021-04-05 11:09:33 -04:00
4883bc3dd4 Empty MAC address should be null 2021-04-02 17:53:00 -04:00
72a115b434 Add child interfaces table to interface view 2021-04-02 17:33:34 -04:00
d69ec7f8e4 Add manufacturer column to DeviceTable 2021-04-02 17:02:12 -04:00
779837389b Convert all LinkColumns to Column(linkify=True) 2021-04-02 16:59:53 -04:00
b77c228853 Rebuild CablePaths when a CircuitTermination is modified 2021-04-02 09:17:11 -04:00
5e4432b9ad Show the last node in a CablePath with no destination 2021-04-01 21:29:46 -04:00
8713ed5d73 Add test for trace through multiple circuits 2021-04-01 20:38:36 -04:00