Jeremy Stretch
|
8a26f475a7
|
Fixes #4774: Fix exception when deleting a device with device bays
|
2020-06-30 09:43:05 -04:00 |
|
Jeremy Stretch
|
51e9b0a22a
|
Closes #4796: Introduce configuration parameters for default rack elevation size
|
2020-06-30 09:26:32 -04:00 |
|
Jeremy Stretch
|
15f32bdd73
|
Wrap ComponentTraceMixin in a parent class
|
2020-06-29 15:14:12 -04:00 |
|
Jeremy Stretch
|
71812d1bd5
|
Fix evaluation of RestrictedQuerySet
|
2020-06-29 14:41:43 -04:00 |
|
Jeremy Stretch
|
5ed6136915
|
Introduce ComponentTraceMixin to minimize boilerplate
|
2020-06-29 14:40:36 -04:00 |
|
Jeremy Stretch
|
a47a100cb7
|
Fix unrestricted evaluations of RestrictedQuerySet
|
2020-06-29 13:31:26 -04:00 |
|
Jeremy Stretch
|
0dbe248df8
|
Call restrict() when retrieving related Graphs
|
2020-06-29 10:14:43 -04:00 |
|
Ryan Merolle
|
c8461095c9
|
add missing NEMA power ports/outlets (#4784)
* add various NEMA power ports/outlets
|
2020-06-26 15:34:38 -04:00 |
|
Sander Steffann
|
0455947597
|
Make sure that the endpoint is actually a CableTermination
|
2020-06-26 18:24:04 +02:00 |
|
Jeremy Stretch
|
95965d65c9
|
Fix some instances where RestrictedQuerySet is evaluated prematurely
|
2020-06-26 12:22:02 -04:00 |
|
Daniel Sheppard
|
8179cfa4c1
|
#4695 - Rename LimitedMetaData to ContentTypeMetadata
|
2020-06-26 11:09:27 -05:00 |
|
Daniel Sheppard
|
d21881e207
|
#4695 - Add Metadata class that returns content type choices
|
2020-06-26 10:59:21 -05:00 |
|
Sander Steffann
|
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 |
|
Sander Steffann
|
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 |
|
Jeremy Stretch
|
319799b5ce
|
Closes #4795: Add bulk disconnect capability for console and power ports
|
2020-06-25 17:08:51 -04:00 |
|
Jeremy Stretch
|
1dbae5b64c
|
Closes #4792: Add bulk rename capability for console and power ports
|
2020-06-25 14:18:29 -04:00 |
|
Jeremy Stretch
|
2001cfe864
|
Update and simplify device component tables
|
2020-06-25 12:03:44 -04:00 |
|
Jeremy Stretch
|
3badfd756c
|
Extend DeviceComponentViewTestCase to include GetObjectViewTestCase
|
2020-06-25 11:04:42 -04:00 |
|
Jeremy Stretch
|
b08d9a5a8e
|
Add individual views for device components
|
2020-06-25 11:01:18 -04:00 |
|
Jeremy Stretch
|
e2398c8c0e
|
Fix signal logic
|
2020-06-24 15:57:52 -04:00 |
|
Jeremy Stretch
|
36cf40f25c
|
Enable CSV import for virtual chassis
|
2020-06-24 15:29:25 -04:00 |
|
Jeremy Stretch
|
59c1e34024
|
Initial work on #2018: Add name to VirtualChassis
|
2020-06-24 15:21:42 -04:00 |
|
Jeremy Stretch
|
052555c3f7
|
Add bulk renaming function for VM interfaces
|
2020-06-24 10:02:40 -04:00 |
|
Sander Steffann
|
ed1717f858
|
Revert "Bumping version just to test the GitHub Action"
This reverts commit 1cf0868e
|
2020-06-24 13:09:11 +02:00 |
|
Sander Steffann
|
1cf0868e30
|
Bumping version just to test the GitHub Action
|
2020-06-24 13:07:54 +02:00 |
|
Jeremy Stretch
|
603c804535
|
Add VMInterface CSV import view
|
2020-06-23 17:09:21 -04:00 |
|
Jeremy Stretch
|
e3820e93b7
|
Misc cleanup, renaming
|
2020-06-23 16:39:43 -04:00 |
|
Jeremy Stretch
|
fc2d08c407
|
Set related_query_name for GenericRelations to IPAddress
|
2020-06-22 16:27:13 -04:00 |
|
Jeremy Stretch
|
40938f0c8a
|
Retain ip_addresses name for related IPAddress objects
|
2020-06-22 16:13:18 -04:00 |
|
Jeremy Stretch
|
37564d630a
|
Misc test fixes
|
2020-06-22 15:22:03 -04:00 |
|
Jeremy Stretch
|
380a5cf8a7
|
Fix IP choices for DeviceForm
|
2020-06-22 15:12:35 -04:00 |
|
Jeremy Stretch
|
6cb31a274f
|
Initial work on #4721 (WIP)
|
2020-06-22 13:10:56 -04:00 |
|
Jeremy Stretch
|
181bcd70ad
|
Fix schema migrations for device components
|
2020-06-22 12:01:57 -04:00 |
|
Jeremy Stretch
|
4f3fde8055
|
#4615: Add label field to component tables
|
2020-06-18 13:57:15 -04:00 |
|
Jeremy Stretch
|
c832e3c2c7
|
#4615: Add missing label field to device bay forms
|
2020-06-18 13:35:11 -04:00 |
|
Jeremy Stretch
|
88bf183af5
|
Merge branch 'develop' into develop-2.9
|
2020-06-18 13:20:32 -04:00 |
|
Jeremy Stretch
|
462f992a2b
|
Introduce ComponentCreateForm to standardize forms for device component creation
|
2020-06-18 12:09:28 -04:00 |
|
Jeremy Stretch
|
c5dc075fb0
|
Fixes #4775: Allow selecting an alternate device type when creating component templates
|
2020-06-18 11:59:24 -04:00 |
|
Jeremy Stretch
|
11a247edc2
|
Fix up tests
|
2020-06-18 10:32:22 -04:00 |
|
Jeremy Stretch
|
3890d17c61
|
Clean up errant references to TagField
|
2020-06-17 13:29:27 -04:00 |
|
Jeremy Stretch
|
2d4694e72d
|
Merge pull request #4770 from netbox-community/3703-limit-tag-creation
Closes #3703: Restrict tag creation
|
2020-06-17 12:28:04 -04:00 |
|
Sander Steffann
|
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 |
|
Jeremy Stretch
|
448dc1442c
|
Replace TaggitSerializer and TagListSerializerField with TaggedObjectSerializer
|
2020-06-17 09:57:17 -04:00 |
|
Sander Steffann
|
f075339c5f
|
Improve test comments and remove over-enthusiastic tests
|
2020-06-16 21:48:26 +02:00 |
|
Sander Steffann
|
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 |
|
Sander Steffann
|
4a11800d9e
|
Better comments
|
2020-06-16 21:47:10 +02:00 |
|
Sander Steffann
|
cafecb091d
|
Replace temporary comment with proper one
|
2020-06-16 21:46:16 +02:00 |
|
Jeremy Stretch
|
efed2bc262
|
Fix restriction violations for rack model
|
2020-06-16 14:53:51 -04:00 |
|
Jeremy Stretch
|
0f8df8c985
|
Add unrestricted() to Rack methods
|
2020-06-16 13:31:51 -04:00 |
|
Jeremy Stretch
|
ed0b38c7a7
|
Bypass restriction for querysets used for filtering by related object
|
2020-06-16 13:15:58 -04:00 |
|