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

6165 Commits

Author SHA1 Message Date
d5a5a4a8d1 Skip report/script execution tests if RQ worker is not running 2020-07-13 16:48:44 -04:00
087ad30d3c Use correct serializer class for available-prefixes POST. Fixes #3240 2020-07-13 16:26:05 -04:00
9f7ed25e74 Add assigned IP addresses and VLANs to interface tables 2020-07-13 16:18:17 -04:00
013a2a35e0 Add cluster and virtual machine filters to VM interfaces list 2020-07-13 15:43:54 -04:00
9cece39ee9 Remove incorrect bulk edit test data 2020-07-13 15:26:06 -04:00
05aa008ce1 #2006: Prevent script/report execution if no RQ worker is running 2020-07-13 15:11:58 -04:00
9c1dd159de Address/prefix/aggregate family is an integer, not a string. Fixes #4803 2020-07-13 14:50:58 -04:00
bc7535c4d2 Changelog for #4829, #4831 2020-07-13 13:35:12 -04:00
df20abf283 Merge pull request #4844 from jvanderaa/napalm_lookup_hostname
Adds name lookup to NAPALM if no primary IP address exists for device
2020-07-13 13:32:32 -04:00
96c539c0ee Merge pull request #4830 from mandrewdx/L15P_Ports
Add NEMA 15/L15 Power Types
2020-07-13 13:29:09 -04:00
e53839ca2a Add progress counter to VM interface replication migration 2020-07-13 13:13:37 -04:00
ba8b99d3b8 Moves location of the IP address / hostname check and assignment 2020-07-13 08:36:15 -05:00
cac48924ae Adds verification of device.name configured 2020-07-10 16:18:58 -05:00
7788bf3ce3 Adds to NAPALM, name lookup if no primary IP address for device 2020-07-10 15:12:25 -05:00
fa9ffb23ad Fixes #4838: Fix rack power utilization display for racks without devices 2020-07-10 15:59:27 -04:00
a260019a7f #4843: Use subqueries when counting multiple types of related objects 2020-07-10 15:38:54 -04:00
f83ec7256f Add model documentation for VM interfaces 2020-07-10 13:01:02 -04:00
96b3de7916 Remove extraneous queryset filter 2020-07-10 10:27:07 -04:00
b1686c2db9 Fix bulk editing, deletion of VM interfaces 2020-07-10 10:26:43 -04:00
c8418fe550 Fix RestrictedQuerySet evaluation for VLAN CSV export 2020-07-10 10:09:51 -04:00
9f025747a7 Tweak queryset for Service views to prefetch related IPs with unrestricted() 2020-07-10 09:56:23 -04:00
59091efa86 Closes #4840: Enable change logging for config contexts 2020-07-09 17:09:03 -04:00
8d7001fe56 Move abstract ChangeLoggedModel under extras 2020-07-09 17:07:25 -04:00
c3a7939a77 Merge branch 'develop' into develop-2.9 2020-07-09 16:38:37 -04:00
683ba5eed3 #4835: Cleanup and improved error handling 2020-07-09 16:35:02 -04:00
4f00b5af4a Miscellaneous RestrictedQuerySet cleanup 2020-07-09 15:11:18 -04:00
26e81546eb Fix REST API version calculation 2020-07-09 13:08:13 -04:00
1692fbf5d8 #4837: Fix API tests 2020-07-09 12:06:13 -04:00
15525392a2 Closes #4837: Use dynamic form widget for relationships to MPTT objects 2020-07-09 09:50:01 -04:00
b535608519 Refactor imports 2020-07-09 09:13:58 -04:00
0a44ed1355 Fix permissions evaluation for session-authenticated API requests 2020-07-08 17:51:25 -04:00
d70140f148 Fix typo in format string 2020-07-08 22:20:20 +02:00
ccdbf820ba Use monospaced font for ObjectPermission constraints 2020-07-08 16:07:07 -04:00
56c0b48302 Enable filtering ObjectPermissions by enabled, action, and object type 2020-07-08 14:38:19 -04:00
4c2fdf3b1c Admin UI should use unrestricted queryset for ObjectPermissions 2020-07-08 13:59:57 -04:00
4eddec4b1e #4806: Add url field to ObjectPermissionSerializer 2020-07-08 13:57:50 -04:00
39248f9e2f Enable bulk enabling/disabling of permissions 2020-07-08 13:54:09 -04:00
fac0da224a Add name, enabled fields to ObjectPermission 2020-07-08 13:44:19 -04:00
6e50ed084d Fix tags display 2020-07-08 13:10:40 -04:00
bf7bd68b6a Fix tag population for object cloning 2020-07-08 13:07:53 -04:00
5fd5dbab7b Merge branch 'develop' into develop-2.9 2020-07-08 13:04:57 -04:00
fec3ee6f08 Closes #4835: Support passing multiple initial values for multiple choice fields 2020-07-08 12:50:12 -04:00
85b284be54 Fix permissions evaluation for available IPs endpoint 2020-07-08 09:31:10 -04:00
02a6e2190f Monkey-patch cacheops' _pre_save() receiver to tweak sender's QuerySet 2020-07-07 17:09:41 -04:00
847fbfd71a Fix unrestricted querysets 2020-07-07 16:46:57 -04:00
327a93136a TreeManager should provide an unrestricted QuerySet for MPTT use 2020-07-07 16:09:47 -04:00
353d88f0a6 Use unrestricted querysets for prefetching related objects 2020-07-07 15:45:46 -04:00
25e1319864 Update filter tests to use unrestricted querysets 2020-07-07 14:26:14 -04:00
88033c0801 Fix queryset for get_peer_termination() 2020-07-07 14:13:58 -04:00
5700ade1a1 Add NEMA 15/L15 Power Types
Reference - https://www.stayonline.com/product-resources/
2020-07-07 11:12:32 -07:00