Commit Graph

4934 Commits

Author SHA1 Message Date
Jeremy Stretch
9e119f56d9 Fixes #4083: Permit nullifying applicable choice fields via API requests 2020-02-10 15:10:33 -05:00
Jeremy Stretch
e961aa58b9 Closes #4129: Add individual deletion views for device type components 2020-02-10 11:43:51 -05:00
Jeremy Stretch
0c22be54ca Merge pull request #4075 from kobayashi/3507-filter-by-devices
Fixes #3507: Filtering IP by multiple devices
2020-02-10 11:11:18 -05:00
Jeremy Stretch
b949a82490 #4108: Fix null choice population 2020-02-10 10:57:23 -05:00
Jeremy Stretch
e95b7f62fd Merge pull request #4128 from netbox-community/4108-apiselect-performance
Closes #4108: Extraneous queryset evaluation by FilterChoiceFields
2020-02-10 10:26:49 -05:00
Jeremy Stretch
a5b4931334 Changelog for #4108 2020-02-10 10:20:06 -05:00
Jeremy Stretch
d3ab17b4e1 Set a default self.to_field_name for FilterChoiceField 2020-02-10 10:08:20 -05:00
Jeremy Stretch
c44d52756f Remove custom template for APISelect widget 2020-02-10 10:02:42 -05:00
Jeremy Stretch
252d3595ac Standardize usage of FilterChoiceField 2020-02-10 09:58:33 -05:00
Jeremy Stretch
e859074820 Clean up unneeded code relevant to FilterChoiceField 2020-02-10 09:44:19 -05:00
John Anderson
b7aff902bd py3.5 compatibility 2020-02-09 21:32:45 -05:00
John Anderson
f08ac5c4fd functional dynamic filter lookups 2020-02-09 17:46:21 -05:00
John Anderson
0b44d8f3e7 initial work on dynamic lookup expressions 2020-02-09 03:20:59 -05:00
kobayashi
16770175ca Enabled filtering virtual chassis devices 2020-02-09 00:58:54 -05:00
kobayashi
4561aa2759 Fixes #3507: Filtering IP by multiple devices 2020-02-09 00:42:01 -05:00
Saria Hajjar
dccd0dcc9c Cleaned duplicate code 2020-02-08 16:18:58 +00:00
Saria Hajjar
d4047309f3 Merge branch 'develop' into 3840-limit-vlan-choices 2020-02-08 16:14:10 +00:00
Jeremy Stretch
f3367c98c0 Override get_bound_field() on FilterChoiceFieldMixin to restrict the queryset of bound fields 2020-02-07 18:04:40 -05:00
Jeremy Stretch
c8ed1f18fe Merge pull request #4122 from netbox-community/3799-natural-ordering-field
Closes #3799: Remove NaturalOrderingManager
2020-02-07 16:26:45 -05:00
Jeremy Stretch
399f93fa6b Changelog for #3799 2020-02-07 16:18:15 -05:00
Jeremy Stretch
14b3d74903 Convert interface models to use NaturalOrderingField 2020-02-07 15:58:03 -05:00
Jeremy Stretch
96ceac53e2 Update table field ordering 2020-02-07 12:44:51 -05:00
Jeremy Stretch
7162c56347 Fix PowerOutlet migrations 2020-02-07 12:43:53 -05:00
Jeremy Stretch
15747d4b49 Store empty names as null 2020-02-07 12:24:38 -05:00
Jeremy Stretch
04d221e862 Enable reverse migration 2020-02-07 12:23:52 -05:00
Jeremy Stretch
59e0463320 Remove NaturalOrderingManager 2020-02-07 11:59:32 -05:00
Jeremy Stretch
d3596932f6 Convert remaining DCIM models to use NaturalOrderingField 2020-02-07 11:59:16 -05:00
Jeremy Stretch
c3aa21a92e Convert device component templates to use NaturalOrderingField 2020-02-07 11:42:12 -05:00
Jeremy Stretch
0dea297b3c Convert device components to use NaturalOrderingField 2020-02-07 11:36:58 -05:00
Jeremy Stretch
af1e198aae Introduce NaturalOrderingField 2020-02-07 11:36:22 -05:00
Jeremy Stretch
234f6742b7 Chnagelog for #4100 2020-02-07 09:24:51 -05:00
Jeremy Stretch
4b5a554013 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
Jeremy Stretch
377afc4a9c Merge pull request #4117 from netbox-community/4116-component-bulk-actions
Closes #4116: Enable bulk edit and delete functions for device component list views
2020-02-06 22:03:25 -05:00
Jeremy Stretch
7788e12e6c Changelog for #4116 2020-02-06 21:52:10 -05:00
Jeremy Stretch
b5bdfee507 Tweak bulk edit views to dynamically remove device-dependent fields 2020-02-06 21:44:28 -05:00
Jeremy Stretch
62d548d48f Enable bulk edit/delete views for all device components 2020-02-06 20:58:14 -05:00
Jeremy Stretch
20eb0925dc Correct typo 2020-02-06 20:46:19 -05:00
Saria Hajjar
4dcb0b1109 Account for header height 2020-02-07 00:14:05 +00:00
Saria Hajjar
c67d9d8e20 Changed navbar scrollbar to auto 2020-02-06 23:30:58 +00:00
hSaria
f924fe2c04 Merge branch 'develop' into 3995-navbar-overflow 2020-02-06 23:18:24 +00:00
Saria Hajjar
5895553293 Fixes #4100: Added device field to device components filter forms 2020-02-06 23:10:38 +00:00
Jeremy Stretch
3de1b5683f Standardize URL paths for VM interfaces 2020-02-06 17:40:04 -05:00
Jeremy Stretch
d369c690b8 Changelog for #4113 2020-02-06 16:05:30 -05:00
Jeremy Stretch
75e978ad55 Merge pull request #4114 from netbox-community/4113-component-bulk-editing
Closes #4113: Add bulk edit functionality for device type components
2020-02-06 16:03:37 -05:00
Jeremy Stretch
5a5ab5444f Fix table links for adding new components 2020-02-06 15:54:52 -05:00
Jeremy Stretch
28aa3736ae Fix up bulk editing forms 2020-02-06 15:51:51 -05:00
Jeremy Stretch
f580ea8d20 Add tests for DeviceType component bulk edit views 2020-02-06 15:33:47 -05:00
Jeremy Stretch
a37e1cc01e Add bulk edit views for DeviceType components 2020-02-06 15:29:10 -05:00
Jeremy Stretch
29cd5f0feb Merge pull request #4112 from netbox-community/4109-devicetype-component-tests
Closes #4109: Add view tests for device component templates
2020-02-06 14:57:10 -05:00
Jeremy Stretch
9b189c4e51 Add tests for device type component views 2020-02-06 14:39:36 -05:00