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

616 Commits

Author SHA1 Message Date
8a8b4e728a Move null_option to DynamicModelChoiceMixin 2020-08-12 09:47:13 -04:00
f3fb85933f Add query_params attribute to DynamicModelChoiceMixin 2020-08-12 09:28:24 -04:00
a831e525da Remove value_field from APISelect; reference to_field_name on field 2020-08-11 17:19:40 -04:00
fdc43f8279 Add display_field kwarg to DynamicModelChoiceMixin 2020-08-11 17:00:28 -04:00
65b42c93b0 Merge branch 'develop' into develop-2.9 2020-08-05 09:15:10 -04:00
9e1edd55d6 Closes #4898: Add MAC address search field to interfaces list 2020-07-24 16:46:29 -04:00
04d8ab3792 Clean up device component creation forms 2020-07-14 15:51:13 -04:00
15525392a2 Closes #4837: Use dynamic form widget for relationships to MPTT objects 2020-07-09 09:50:01 -04:00
eb2da300b0 Fix form initialization for interface import 2020-07-02 13:27:54 -04:00
1f9cdc71d4 Move device and device_type ForeignKeys to abstract component models 2020-07-02 13:07:32 -04:00
f28bde179e Extend label field to all device components 2020-07-02 11:18:08 -04:00
e4b5045ec7 #4416: Add bulk_add view for InventoryItems 2020-07-01 14:55:11 -04:00
225b6c6958 Fix collection of assigned IPs when editing a device 2020-07-01 14:23:21 -04:00
7fab929194 Fix evaluation of empty label_pattern 2020-06-30 16:30:54 -04:00
89ea34015d Enable bulk editing of device component labels 2020-06-30 16:15:17 -04:00
88e3ac30b6 Closes #4807: Add bulk edit ability for device bay templates 2020-06-30 15:22:30 -04:00
52a13b1960 Closes #4793: Add description field to device component templates 2020-06-30 15:12:53 -04:00
319799b5ce Closes #4795: Add bulk disconnect capability for console and power ports 2020-06-25 17:08:51 -04:00
1dbae5b64c Closes #4792: Add bulk rename capability for console and power ports 2020-06-25 14:18:29 -04:00
36cf40f25c Enable CSV import for virtual chassis 2020-06-24 15:29:25 -04:00
59c1e34024 Initial work on #2018: Add name to VirtualChassis 2020-06-24 15:21:42 -04:00
052555c3f7 Add bulk renaming function for VM interfaces 2020-06-24 10:02:40 -04:00
603c804535 Add VMInterface CSV import view 2020-06-23 17:09:21 -04:00
fc2d08c407 Set related_query_name for GenericRelations to IPAddress 2020-06-22 16:27:13 -04:00
380a5cf8a7 Fix IP choices for DeviceForm 2020-06-22 15:12:35 -04:00
c832e3c2c7 #4615: Add missing label field to device bay forms 2020-06-18 13:35:11 -04:00
88bf183af5 Merge branch 'develop' into develop-2.9 2020-06-18 13:20:32 -04:00
462f992a2b Introduce ComponentCreateForm to standardize forms for device component creation 2020-06-18 12:09:28 -04:00
c5dc075fb0 Fixes #4775: Allow selecting an alternate device type when creating component templates 2020-06-18 11:59:24 -04:00
3890d17c61 Clean up errant references to TagField 2020-06-17 13:29:27 -04:00
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
e917535380 Merge branch 'develop' into develop-2.9 2020-06-15 16:04:32 -04:00
57cfb4ed7e Fixes #4760: Enable power port template assignment when bulk editing power outlet templates 2020-06-15 13:18:26 -04:00
9fa4cbdfa5 Correction for #4756 2020-06-15 12:43:08 -04:00
2e5058c4c9 Fixes #4756: Filter parent group by site when creating rack groups 2020-06-15 10:02:35 -04:00
9fc4a4f24a Closes #4755: Enable creation of rack reservations directly from navigation menu 2020-06-12 15:11:27 -04:00
7dc4f8d5cc Remove TagField 2020-06-12 10:01:39 -04:00
9b48a26aef Merge pull request #4723 from jsenecal/4615_interface_label
Closes: #4615 Physical labels
2020-06-11 13:03:46 -04:00
cf81a8979f Avoid component_type on subclasses 2020-06-10 22:10:45 -04:00
88ae522c9a Closes #4742: Add tagging for cables, power panels, and rack reservations 2020-06-10 14:55:46 -04:00
4301c06d17 Refactorization into LabeledComponentForm 2020-06-08 23:07:12 -04:00
892c0e3d8b Leftover fix 2020-06-08 17:00:07 -04:00
286a3e6ca2 Add label to forms, views and templates 2020-06-05 13:59:59 -04:00
74c29b0bb7 Fixes #4684: Fix ignored comment when importing DeviceType 2020-05-26 01:17:10 -04:00
a64351279d Fixes #4648: Fix bulk CSV import of child devices 2020-05-15 09:36:16 -04:00
1461be2004 Fixes #4613: Fix tag assignment on config contexts (regression from #4527) 2020-05-13 10:28:48 -04:00
b7a96a33ef Fixes #4598: Display error message when invalid cable length is specified 2020-05-07 10:34:33 -04:00
cd0eb0d8ce Fixes #4588: Restore ability to add/remove tags on services, virtual chassis in bulk 2020-05-06 15:00:01 -04:00
270d61ce1b Remove boilerplate error messages from CSV model choice fields 2020-05-06 09:58:12 -04:00
70d0a5f665 Introduce CSVModelChoiceField to provide better validation for CSV model choices 2020-05-06 09:43:10 -04:00