Commit Graph

  • 87abc6bc75 Fixes #5211: Add missing has_primary_ip filter for virtual machines Jeremy Stretch 2020-10-09 11:46:16 -0400
  • b5a65bc66c Fixes #5211: Add missing has_primary_ip filter for virtual machines Jeremy Stretch 2020-10-09 11:46:16 -0400
  • d952d77684 Fixes #5226: Custom choice fields should be blank initially if no default choice has been designated Jeremy Stretch 2020-10-09 11:34:50 -0400
  • 3a21f7ab26 Fixes #5226: Custom choice fields should be blank initially if no default choice has been designated Jeremy Stretch 2020-10-09 11:34:50 -0400
  • c2b20c1a47 Fixes #5224: Don't allow a rear port to have fewer positions than the number of mapped front ports Jeremy Stretch 2020-10-08 16:24:08 -0400
  • a2c012d2c4 Fixes #5224: Don't allow a rear port to have fewer positions than the number of mapped front ports Jeremy Stretch 2020-10-08 16:24:08 -0400
  • 6f742ef9a7 Exempt InventoryItem from queryset caching (MPTT) Jeremy Stretch 2020-10-08 15:30:59 -0400
  • 752b099d22 Exempt InventoryItem from queryset caching (MPTT) Jeremy Stretch 2020-10-08 15:30:59 -0400
  • ca19edc480 Merge pull request #5212 from netbox-community/4900-cable-paths Jeremy Stretch 2020-10-08 15:15:40 -0400
  • 6470613221
    Merge pull request #5212 from netbox-community/4900-cable-paths Jeremy Stretch 2020-10-08 15:15:40 -0400
  • e8e9a450dd Delete obsolete LoopDetected exception Jeremy Stretch 2020-10-08 15:01:55 -0400
  • 44caa402d0 Delete obsolete LoopDetected exception Jeremy Stretch 2020-10-08 15:01:55 -0400
  • 430fd8c848 Rewrite cablepath tests to create components within each test Jeremy Stretch 2020-10-08 14:55:13 -0400
  • a716ca705c Rewrite cablepath tests to create components within each test Jeremy Stretch 2020-10-08 14:55:13 -0400
  • 11cd595f23 Handle split paths Jeremy Stretch 2020-10-08 14:01:47 -0400
  • 75ddc63466 Handle split paths Jeremy Stretch 2020-10-08 14:01:47 -0400
  • a52cf93b2f Add /trace API endpoints for CircuitTermination and PowerFeed Jeremy Stretch 2020-10-08 13:55:29 -0400
  • 0e41bc48b7 Add /trace API endpoints for CircuitTermination and PowerFeed Jeremy Stretch 2020-10-08 13:55:29 -0400
  • cdf7855e9a Fixes: #5220 - Fix API patch request against IP-Address endpoint with null assigned_object_type Daniel Sheppard 2020-10-08 12:50:29 -0500
  • 4896059162 Fixes: #5220 - Fix API patch request against IP-Address endpoint with null assigned_object_type Daniel Sheppard 2020-10-08 12:50:29 -0500
  • 6c25408f2d Handle traces which split at a RearPort Jeremy Stretch 2020-10-08 13:45:47 -0400
  • 0c5efa243d Handle traces which split at a RearPort Jeremy Stretch 2020-10-08 13:45:47 -0400
  • 8a8c88c1d9 Fixes: #5221 - Fix bulk component creation over multiple VMs Daniel Sheppard 2020-10-08 12:39:20 -0500
  • eadecf3eda Fixes: #5221 - Fix bulk component creation over multiple VMs Daniel Sheppard 2020-10-08 12:39:20 -0500
  • d0f296e6ef Update REST API changes Jeremy Stretch 2020-10-08 11:26:02 -0400
  • 29eebf9fbe Update REST API changes Jeremy Stretch 2020-10-08 11:26:02 -0400
  • 2e55470d5e Standardize cable/connection field ordering Jeremy Stretch 2020-10-08 11:23:24 -0400
  • ae1ceb26b9 Standardize cable/connection field ordering Jeremy Stretch 2020-10-08 11:23:24 -0400
  • 94ad5be480 Replace connection_status with connected_endpoint_reachable on InterfaceConnectionSerializer Jeremy Stretch 2020-10-08 11:15:09 -0400
  • 55268c90c8 Replace connection_status with connected_endpoint_reachable on InterfaceConnectionSerializer Jeremy Stretch 2020-10-08 11:15:09 -0400
  • 318d3bf81b Add cable paths API detail view for pass-through ports Jeremy Stretch 2020-10-08 10:32:17 -0400
  • aa0ee2720b Add cable paths API detail view for pass-through ports Jeremy Stretch 2020-10-08 10:32:17 -0400
  • c66d7a63f5 Redo the cable trace UI (WIP) Jeremy Stretch 2020-10-07 16:39:15 -0400
  • 35759fdb70 Redo the cable trace UI (WIP) Jeremy Stretch 2020-10-07 16:39:15 -0400
  • 0cc58f25da Fixes #5218: Raise validation error if a power port's allocated_draw exceeds its maximum_draw Jeremy Stretch 2020-10-07 13:23:19 -0400
  • 39e4ab164e Fixes #5218: Raise validation error if a power port's allocated_draw exceeds its maximum_draw Jeremy Stretch 2020-10-07 13:23:19 -0400
  • b02f2d3f90 Fix error in OBJECTCHANGE_OBJECT table column template Jeremy Stretch 2020-10-07 13:13:03 -0400
  • 5089df3ffd Fix error in OBJECTCHANGE_OBJECT table column template Jeremy Stretch 2020-10-07 13:13:03 -0400
  • 21c400fff9 Fixes #5217: Prevent erroneous removal of prefetched GenericForeignKey data from tables Jeremy Stretch 2020-10-07 13:09:08 -0400
  • 9738257aa2 Fixes #5217: Prevent erroneous removal of prefetched GenericForeignKey data from tables Jeremy Stretch 2020-10-07 13:09:08 -0400
  • 4df1028897 Fix PowerFeed display in cable traces Jeremy Stretch 2020-10-07 11:33:47 -0400
  • 85439fd952 Fix PowerFeed display in cable traces Jeremy Stretch 2020-10-07 11:33:47 -0400
  • eaa55c241e Clean up power utilization logic Jeremy Stretch 2020-10-07 11:14:16 -0400
  • eaf8d95ce5 Clean up power utilization logic Jeremy Stretch 2020-10-07 11:14:16 -0400
  • 4fe11de337 Rewrite trace_paths management command and call in upgrade.sh Jeremy Stretch 2020-10-07 10:23:15 -0400
  • f560693748 Rewrite trace_paths management command and call in upgrade.sh Jeremy Stretch 2020-10-07 10:23:15 -0400
  • 3d4671bc6a Swap order of cabling migrations Jeremy Stretch 2020-10-07 09:50:12 -0400
  • 6db3c65bcc Swap order of cabling migrations Jeremy Stretch 2020-10-07 09:50:12 -0400
  • 9e7aa87651 Update the netbox-discuss mailing list URL Jeremy Stretch 2020-10-07 08:53:04 -0400
  • 693b32077a Update the netbox-discuss mailing list URL Jeremy Stretch 2020-10-07 08:53:04 -0400
  • 2bcccc2253 Standardize 'cabled' and 'connected' filters; complete tests Jeremy Stretch 2020-10-06 17:28:25 -0400
  • c7c66626b6 Standardize 'cabled' and 'connected' filters; complete tests Jeremy Stretch 2020-10-06 17:28:25 -0400
  • 8a4f7a2e46 Restore total length count on trace view Jeremy Stretch 2020-10-06 16:58:11 -0400
  • 44b842592a Restore total length count on trace view Jeremy Stretch 2020-10-06 16:58:11 -0400
  • 8baf7bbd00 Optimize path node representations Jeremy Stretch 2020-10-06 16:34:03 -0400
  • 2c9ae60dec Optimize path node representations Jeremy Stretch 2020-10-06 16:34:03 -0400
  • dc8b5db7e5 Update v2.10 changelog Jeremy Stretch 2020-10-06 16:16:08 -0400
  • a072d40594 Update v2.10 changelog Jeremy Stretch 2020-10-06 16:16:08 -0400
  • 5e1cce8e63 Clean up console/power/interface connections views Jeremy Stretch 2020-10-06 16:15:18 -0400
  • a6e0ef8cd8 Clean up console/power/interface connections views Jeremy Stretch 2020-10-06 16:15:18 -0400
  • 2ed8f86e1a Add test_is_connected to CircuitTerminationTestCase Jeremy Stretch 2020-10-06 15:59:21 -0400
  • 6b3a1998c8 Add test_is_connected to CircuitTerminationTestCase Jeremy Stretch 2020-10-06 15:59:21 -0400
  • 32f60151f4 Improve model docstrings Jeremy Stretch 2020-10-06 15:48:52 -0400
  • 534364a30f Improve model docstrings Jeremy Stretch 2020-10-06 15:48:52 -0400
  • c9cb0540d7 Correct serializer field lists Jeremy Stretch 2020-10-06 15:27:40 -0400
  • 52ec35b94f Correct serializer field lists Jeremy Stretch 2020-10-06 15:27:40 -0400
  • 3dfbaa3ee9 Remove unused CablePathManager Jeremy Stretch 2020-10-06 15:26:59 -0400
  • 3870f5d246 Remove unused CablePathManager Jeremy Stretch 2020-10-06 15:26:59 -0400
  • 056285dcd2 Include cable_peer on CableTermination serializers Jeremy Stretch 2020-10-06 14:30:46 -0400
  • 23cde6d1b8 Include cable_peer on CableTermination serializers Jeremy Stretch 2020-10-06 14:30:46 -0400
  • 60bb913f46 Clean up power connection tables Jeremy Stretch 2020-10-06 13:30:28 -0400
  • c813ae4f04 Clean up power connection tables Jeremy Stretch 2020-10-06 13:30:28 -0400
  • 9b3462ee7e Extend device view to show local cable termination for all components Jeremy Stretch 2020-10-06 13:08:41 -0400
  • d984dbd83b Extend device view to show local cable termination for all components Jeremy Stretch 2020-10-06 13:08:41 -0400
  • 15cb0762c1 Cache peer termination on CableTerminations Jeremy Stretch 2020-10-06 12:10:12 -0400
  • d59f0891e4 Cache peer termination on CableTerminations Jeremy Stretch 2020-10-06 12:10:12 -0400
  • 3fee32ef6e Prefetch path & destination for API views Jeremy Stretch 2020-10-06 10:41:52 -0400
  • 6275c8c67d Prefetch path & destination for API views Jeremy Stretch 2020-10-06 10:41:52 -0400
  • 57bd4be9c0 Tweak component templates Jeremy Stretch 2020-10-06 10:37:59 -0400
  • ffdf5514ae Tweak component templates Jeremy Stretch 2020-10-06 10:37:59 -0400
  • 9ce752f8d1 Introduce PathContains lookup to allow filtering against objects in path directly Jeremy Stretch 2020-10-06 09:41:45 -0400
  • 56ee425227 Introduce PathContains lookup to allow filtering against objects in path directly Jeremy Stretch 2020-10-06 09:41:45 -0400
  • cd6b42be63 Extend cable trace view to show related paths Jeremy Stretch 2020-10-05 16:03:30 -0400
  • 19430ddeb5 Extend cable trace view to show related paths Jeremy Stretch 2020-10-05 16:03:30 -0400
  • d7293234c2 Optimize path prefetching Jeremy Stretch 2020-10-05 14:47:21 -0400
  • d5d6b0e856 Optimize path prefetching Jeremy Stretch 2020-10-05 14:47:21 -0400
  • 2823737811 Standardize path endpoint templates Jeremy Stretch 2020-10-05 13:23:55 -0400
  • 32b8148da1 Standardize path endpoint templates Jeremy Stretch 2020-10-05 13:23:55 -0400
  • 095f7a9bda Fix up connection lists (pending additional work) Jeremy Stretch 2020-10-05 12:05:29 -0400
  • 50aecd02f4 Fix up connection lists (pending additional work) Jeremy Stretch 2020-10-05 12:05:29 -0400
  • a3b7065bd1 Merge schema migrations Jeremy Stretch 2020-10-05 11:47:24 -0400
  • b2066bc4b7 Merge schema migrations Jeremy Stretch 2020-10-05 11:47:24 -0400
  • 72700f7996 PowerFeedSerializer should subclass ConnectedEndpointSerializer Jeremy Stretch 2020-10-05 11:39:17 -0400
  • 32aa2daea6 PowerFeedSerializer should subclass ConnectedEndpointSerializer Jeremy Stretch 2020-10-05 11:39:17 -0400
  • bc41a9dd97 Rename connection_status to connected_endpoint_reachable Jeremy Stretch 2020-10-05 11:32:39 -0400
  • b846f631a4 Rename connection_status to connected_endpoint_reachable Jeremy Stretch 2020-10-05 11:32:39 -0400
  • 8c3a6b6fc5 Rename CablePath.is_connected to is_active Jeremy Stretch 2020-10-05 11:13:33 -0400
  • 3d34f1cdcb Rename CablePath.is_connected to is_active Jeremy Stretch 2020-10-05 11:13:33 -0400
  • 210c25c521 Initial changelog notes for #4900 Jeremy Stretch 2020-10-05 11:07:03 -0400
  • 13db22d392 Initial changelog notes for #4900 Jeremy Stretch 2020-10-05 11:07:03 -0400