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

256 Commits

Author SHA1 Message Date
bf22b820bf Fixes #8645; Allow filtering on core models in the UI 2022-03-09 16:35:47 +00:00
fab4d95156 Merge branch 'develop' into feature 2022-02-25 14:06:45 -05:00
a2fe23549b Closes #8667: Support position patterning when creating module bays & templates 2022-02-23 13:02:14 -05:00
bca0978434 Clean up component template creation for ModuleTypes 2022-02-18 11:56:49 -05:00
6bbf168cec Fixes #8546 - Fix import to restrict bridge, parent, lag to device interfaces 2022-02-15 09:27:55 -06:00
aa85ae89c1 Merge v3.1.8 2022-02-15 10:05:07 -05:00
14240318f1 Fixes #8609: Display validation error when attempting to assign VLANs to interface with no mode during bulk edit 2022-02-15 08:39:45 -05:00
3b80f67e4d #7844: Show module when viewing/editing device components 2022-02-11 11:09:07 -05:00
a2981870ce #7844: Allow installing modules via UI without replicating components 2022-02-04 11:51:30 -05:00
60e87cd496 Enable the use of fieldsets on bulk edit forms 2022-02-04 09:59:53 -05:00
5af18c2d8a Move pk field declaration under NetBoxModelBulkEditForm 2022-02-01 11:40:23 -05:00
3621b1a0d0 Set model as attribute on bulk edit forms 2022-02-01 11:00:18 -05:00
d1672f8818 Move nullable_fields out of Meta for bulk edit forms 2022-01-31 16:15:40 -05:00
353e132cf9 Replace filter_groups with fieldsets on filter forms 2022-01-31 16:03:26 -05:00
ccb3a75281 Move fieldsets out of Meta for model forms 2022-01-31 15:52:36 -05:00
e4eee1cdfc Clean up nullable fields declaration for bulk edit forms 2022-01-28 16:47:54 -05:00
f4776731ec Establish 4 core forms in netbox.forms.base 2022-01-28 15:48:15 -05:00
5abfe821bc Changelog cnad cleanup for #7853 2022-01-21 15:43:53 -05:00
5f8870d448 #7853 - Change Duplex Filterset to allow multivalues 2022-01-20 13:58:11 -06:00
375a140343 Merge branch 'feature' of https://github.com/netbox-community/netbox into 7853-speed_duplex 2022-01-20 13:12:04 -06:00
3e3880823b Merge v3.1.6 2022-01-17 11:12:54 -05:00
1ae5a2c808 Fixes #8357 - Filter view for Locations is missing tags field
Adding tag field to Locations filter view
2022-01-14 06:19:25 -08:00
c8713d94d8 Merge branch 'develop' into feature 2022-01-11 16:16:13 -05:00
ff396b5953 Fix CSV import test & form cleanup 2022-01-10 14:27:52 -05:00
0f58faaddb #7853 - Initial work on Speed/Duplex.
TODO: Documentation, Tests, Form order
2022-01-08 12:25:30 -06:00
3e277de82d Closes #7852: Enable assigning interfaces to VRFs 2022-01-07 14:57:43 -05:00
574c2e2770 Closes #8244: Add length & length unit fields to cable filter form 2022-01-05 15:32:34 -05:00
0978777eec Merge v3.1.4 2022-01-03 11:20:58 -05:00
ecb9fc65b7 Closes #8197: Allow filtering sites by group when connecting a cable 2022-01-03 10:41:43 -05:00
791cc093f4 Enable the association of inventory item templates with component templates 2021-12-29 16:30:44 -05:00
4c15f4a84f Initial work on #8118 2021-12-29 15:37:01 -05:00
3bb485d0b8 Merge v3.1.3 2021-12-29 12:41:56 -05:00
9c9fcaf42f Fixes #7290: Defer loading API-backed form fields 2021-12-29 09:30:43 -05:00
3982f13569 Show parent device/VM when creating new components 2021-12-28 15:19:41 -05:00
21356b487a #7846: Show assigned component (if any) when creating inventory item 2021-12-28 14:15:06 -05:00
e0319cc894 Clean up form rendering 2021-12-28 10:22:00 -05:00
4075cc8518 Restore front port component creation 2021-12-28 09:53:56 -05:00
8ca09ec07f Clean up form display 2021-12-28 08:54:03 -05:00
ba85101d30 Update component model forms to use DynamicModelChoiceField query_params for related objects 2021-12-27 21:25:47 -05:00
a237c01b4b Refactor ComponentCreateView to use separate forms for names/labels and model creation 2021-12-27 21:04:29 -05:00
99d5013de3 Initial work on #7846 2021-12-27 14:01:25 -05:00
6e9afccfd7 #8037: Add role field to InventoryItem 2021-12-27 10:45:33 -05:00
04fb5e544d #3087: Add InvetoryItemRole 2021-12-27 10:18:39 -05:00
eaa1165611 Add position field for module bays 2021-12-20 09:51:55 -05:00
7777922bef Add Module model 2021-12-17 16:12:03 -05:00
5bd223a468 Fix YAML import for ModuleTypes 2021-12-17 13:28:17 -05:00
7c60e3c0ff Add Module model 2021-12-17 12:18:37 -05:00
e529d7fd3b Add ModuleBay and ModuleBayTemplate models 2021-12-17 09:35:57 -05:00
f2f6edabf9 Merge branch 'develop' into feature 2021-12-13 11:29:54 -05:00
88fae2171d Closes #7691: Remove field_order from filterset forms 2021-12-10 08:57:19 -05:00