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

66 Commits

Author SHA1 Message Date
534364a30f Improve model docstrings 2020-10-06 15:48:52 -04:00
d59f0891e4 Cache peer termination on CableTerminations 2020-10-06 12:10:12 -04:00
32b8148da1 Standardize path endpoint templates 2020-10-05 13:23:55 -04:00
df73737128 Remove legacy connection_status fields 2020-10-05 10:47:41 -04:00
079c42291c Remove legacy connected endpoint fields 2020-10-05 09:56:46 -04:00
5737f6fca0 Cache each CablePath on its originating endpoint 2020-10-02 17:16:43 -04:00
e9da84f91a Replace legacy trace() method 2020-10-02 14:54:16 -04:00
610420c020 Drop support for split paths 2020-10-01 14:24:34 -04:00
19a3a4d4ef Add GenericRelation to originating cable paths on PathEndpoint 2020-10-01 11:30:03 -04:00
587e6fcf72 Initial work on cable paths (WIP) 2020-09-30 15:13:06 -04:00
9b16d6df2e Merge v2.9.4 release 2020-09-23 16:11:00 -04:00
230e7bbe34 Closes #1846: Enable MPTT for InventoryItem hierarchy 2020-09-18 10:18:03 -04:00
e983f44fd3 Closes #5128: Increase maximum rear port positions from 64 to 1024 2020-09-16 12:53:11 -04:00
08c492f1f4 Merge develop into develop-2.10 2020-09-04 16:09:05 -04:00
f37997ac54 Closes #4814: Allow nested LAG interfaces 2020-08-21 13:35:03 -04:00
ec66e1a5c0 Closes #4349: Drop support for embedded graphs 2020-08-21 11:57:46 -04:00
e1cf27a3ac Refactor DCIM models into separate submodules 2020-08-19 16:37:23 -04:00
c9c79dabef Fixes #5004: Permit assignment of an interface to a LAG on any peer virtual chassis member 2020-08-18 14:41:47 -04:00
7b45d06631 Fixes #4931: Fix DoesNotExist exception when deleting devices 2020-07-30 10:08:36 -04:00
68ecddccdb Convert NullBooleanField to BooleanField(null=True) 2020-07-16 11:56:35 -04:00
1f9cdc71d4 Move device and device_type ForeignKeys to abstract component models 2020-07-02 13:07:32 -04:00
d03d302eef Closes #4817: Standardize device/VM component name field to 64 characters 2020-07-02 12:08:19 -04:00
f28bde179e Extend label field to all device components 2020-07-02 11:18:08 -04:00
8d7377ba04 Merge branch 'develop' into develop-2.9 2020-07-02 10:01:01 -04:00
7e3e18faea #4416: Add individual & changelog views for InventoryItem 2020-07-01 14:46:12 -04:00
56ec4a6360 Merge pull request #4706 from netbox-community/4604_check_position_stack
4708: more flexible checks on RearPort usage
2020-07-01 10:59:17 -04:00
8a26f475a7 Fixes #4774: Fix exception when deleting a device with device bays 2020-06-30 09:43:05 -04:00
25926e32f0 Replace is_connected_endpoint with simple isinstance check
It was only used in a single location anyway…
2020-06-26 17:30:59 +02:00
3fdc8e7d3d Replace is_path_endpoint with simple isinstance check
It was only used in a single location anyway…
2020-06-26 17:25:07 +02:00
b08d9a5a8e Add individual views for device components 2020-06-25 11:01:18 -04:00
e3820e93b7 Misc cleanup, renaming 2020-06-23 16:39:43 -04:00
fc2d08c407 Set related_query_name for GenericRelations to IPAddress 2020-06-22 16:27:13 -04:00
40938f0c8a Retain ip_addresses name for related IPAddress objects 2020-06-22 16:13:18 -04:00
6cb31a274f Initial work on #4721 (WIP) 2020-06-22 13:10:56 -04:00
715ddc6b02 Define is_path_endpoint and is_connected_endpoint separately, as a CableTermination is a possible connected endpoint but not always the end of the path. 2020-06-17 17:11:28 +02:00
abaf0daa6e Store the front ports on the position_stack so we can provide better feedback to the user 2020-06-16 21:47:37 +02:00
4a11800d9e Better comments 2020-06-16 21:47:10 +02:00
9b48a26aef Merge pull request #4723 from jsenecal/4615_interface_label
Closes: #4615 Physical labels
2020-06-11 13:03:46 -04:00
a37d06064a Add label to DeviceBay models and serializers 2020-06-11 10:19:53 -04:00
e3a8638471 Move __str__() to the abstract class 2020-06-10 22:04:45 -04:00
3b54d6f8e5 No need to reference the model itself 2020-06-10 15:11:47 -04:00
e21cbf2a06 Add the label to the string representation 2020-06-05 11:01:39 -04:00
a06d74472d Add label to *ports models 2020-06-05 10:32:59 -04:00
f8851121ab Add the label to the string representation 2020-06-04 17:11:27 -04:00
cde1db4436 Add label to interface models 2020-06-04 16:44:25 -04:00
81a322eaaf Add position_stack to returned values from trace() 2020-06-02 13:13:10 +02:00
a0f4d481dc make single front/rear port work when between panels 2020-06-02 12:03:02 +02:00
e23b2c4c4f Implement RestrictedQuerySet as a manager 2020-05-29 16:27:36 -04:00
718ff4a743 Update help_texts for models, import forms 2020-05-01 15:40:34 -04:00
bcb7899b04 Fixes #4548: Fix tracing cables through a single RearPort 2020-04-29 16:32:30 -04:00