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

554 Commits

Author SHA1 Message Date
09e09e43ba Merge branch 'develop' into develop-2.8 2020-03-18 14:44:18 -04:00
0068108c57 Remove APISelect widget/api_url argument from dynamic fields 2020-03-16 14:08:48 -04:00
9df238c5f2 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
cebe580484 Add a description field to all organizational models 2020-03-13 16:33:28 -04:00
5e971994ff Closes #4362: Standardize URL for creation of RackReservations 2020-03-12 17:43:11 -04:00
84de0458aa Implement nested RackGroups 2020-03-11 14:40:29 -04:00
0de857bf7a Merge branch 'develop' into develop-2.8 2020-03-10 15:06:37 -04:00
049da81bf2 Convert units to SimpleArrayField 2020-03-09 12:46:12 -04:00
947affd78f Extend BulkImportView._save_obj to pass request context 2020-03-09 12:39:07 -04:00
ad9dfec894 Started on #4325 (WIP) 2020-03-06 17:14:26 -05:00
2a5bf2a222 Fixes #4323: Add bulk edit view for power panels 2020-03-06 16:05:26 -05:00
c85bcbcf31 Merge branch 'develop' into develop-2.8 2020-03-03 13:20:00 -05:00
faf676e6e0 Closes #4281: Allow filtering device component list views by type 2020-02-26 17:22:53 -05:00
28e3b7af18 Merge branch 'develop' into develop-2.8 2020-02-21 15:26:55 -05:00
c0052eb416 Closes #4209: Enable filtering interfaces list view by enabled 2020-02-20 14:24:22 -05:00
d2157a3423 Add front/rear images for device types; include in rack elevations 2020-02-20 12:11:59 -05:00
626513a8b2 Fixes #4202: Prevent reassignment to master device when bulk editing VC member interfaces 2020-02-19 11:29:42 -05:00
a456cbb26c Fixes #4179: Site is required when creating a rack group or power panel 2020-02-18 11:08:16 -05:00
8687226cc7 Update family filters in querysets 2020-02-14 15:11:12 -05:00
6bc7be7ba5 Merge pull request #3925 from hSaria/3840-limit-vlan-choices
Fixes #3840: Only show valid interface VLAN choices
2020-02-14 11:48:29 -05:00
2ab382eec5 Fixes #4137: Disable occupied terminations when connecting a cable to a circuit 2020-02-11 14:56:02 -05:00
7177fcfa61 Use DynamicModelChoiceField for all fields using APISelect 2020-02-11 12:25:40 -05:00
221805a63e Use TreeNode choice fields for region assignment 2020-02-11 09:50:33 -05:00
da68968d75 Replace FilterChoiceField with DynamicModelMultipleChoiceField 2020-02-11 09:33:41 -05:00
5ea30c8628 Replace ChainedModelChoiceField with DynamicModelChoiceField 2020-02-10 17:23:52 -05:00
55f5ede970 Standardize usage of FilterChoiceField 2020-02-10 09:58:33 -05:00
5ddfde2214 Clean up unneeded code relevant to FilterChoiceField 2020-02-10 09:44:19 -05:00
26ddd96e30 Cleaned duplicate code 2020-02-08 16:18:58 +00:00
f0c83e168e Merge branch 'develop' into 3840-limit-vlan-choices 2020-02-08 16:14:10 +00:00
97a89948c8 Merge pull request #4115 from hSaria/4100-interface-filter-device
Fixes #4100: Added device field to device components filter forms
2020-02-07 09:20:49 -05:00
52257467c3 Tweak bulk edit views to dynamically remove device-dependent fields 2020-02-06 21:44:28 -05:00
4563749fd9 Enable bulk edit/delete views for all device components 2020-02-06 20:58:14 -05:00
bb9e1ad857 Fixes #4100: Added device field to device components filter forms 2020-02-06 23:10:38 +00:00
17e0054941 Fix up bulk editing forms 2020-02-06 15:51:51 -05:00
3378287b0c Add bulk edit views for DeviceType components 2020-02-06 15:29:10 -05:00
5620fdc63e Add tests for device type component views 2020-02-06 14:39:36 -05:00
d400f92ee8 Overhaul device component template creation views/URLs 2020-02-06 13:13:40 -05:00
a2475ee501 Remove obsolete ComponentForm 2020-02-06 11:36:25 -05:00
71601aad39 Replace HiddenInput widget on device component creation forms with APISelect 2020-02-06 11:29:50 -05:00
c1c8b5e816 Introduce InventoryItemCreateView to bring inventory items up to par with other components 2020-02-06 10:59:13 -05:00
3f2c74f5e7 Merge pull request #4096 from elju/patch-1
Updated forms.py to match current naming (Fix for #4095)
2020-02-05 16:25:34 -05:00
b1e78fa3c4 Merge pull request #4098 from netbox-community/4086-device-component-urls
Closes #4086: Rename device component create/edit/delete URLs
2020-02-05 16:03:14 -05:00
b0c0ad7c82 Adapt component creation forms to infer parent device/VM from initial or bound data 2020-02-05 15:31:30 -05:00
0ad613e6b4 Enable bulk creation tests for device components 2020-02-05 15:22:57 -05:00
75906f7591 Move component bulk creation views to new URLs 2020-02-05 12:36:38 -05:00
c49d977379 Updated forms.py to match current naming 2020-02-05 17:26:44 +01:00
57a0cf0a33 Fix component bulk edit views 2020-02-05 10:28:39 -05:00
d0295f089d Fixes #4089: Selection of power outlet type during bulk update is optional 2020-02-04 20:49:42 -05:00
f805b57778 Adapt BulkEditView to not require a parent object for device components 2020-02-04 18:08:40 -05:00
cbe090cd3c Fixes #4084: Fix exception when creating an interface with tagged VLANs 2020-02-04 11:47:14 -05:00