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
478eefb74c
Merge v3.1.7
2022-02-03 12:55:34 -05:00
2a8e0f9404
Update table accessors to use dunders in path
2022-02-02 09:18:50 -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
19fdd5e151
Fixes #8465 : Accept empty string values for Interface rf_channel in REST API
2022-01-28 14:03:36 -05:00
2221006970
Closes #8462 : Linkify manufacturer column in device type table
2022-01-28 13:09:57 -05:00
59d3f5c4ea
Split out NetBoxTable from BaseTable
2022-01-27 16:00:38 -05:00
4a1b4e0485
Closes #8469 : Move BaseTable, columns to netbox core app
2022-01-27 15:00:10 -05:00
083d1acb81
Closes #8453 : Rename PrimaryModelFilterSet to NetBoxModelFilterSet & expose for plugins
2022-01-27 09:27:33 -05:00
c5650bb278
Rename PrimaryModel to NetBoxModel
2022-01-26 20:57:14 -05:00
b67859832a
Refactor to_objectchange()
2022-01-26 20:25:23 -05:00
e4abbfb2c6
Closes #8454 : Set DEFAULT_AUTO_FIELD to BigAutoField
2022-01-25 17:37:06 -05:00
acc9ca7d7d
Move TagFilter to PrimaryFilterSet
2022-01-25 16:11:49 -05:00
571e9801f3
Closes #8195 : Ensure all GenericForeignKey ID fields employ PositiveBigIntegerField
2022-01-24 16:02:54 -05:00
5abfe821bc
Changelog cnad cleanup for #7853
2022-01-21 15:43:53 -05:00
d0bfd7e19a
#7853 - Add tests
2022-01-20 14:13:13 -06:00
1a807416b8
#7853 - Add columns to tables
2022-01-20 13:58:37 -06: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
cdae0c2bef
Remove extras_features() decorator
2022-01-19 15:16:10 -05:00
38963e7960
Fixes #8377 : Fix calculation of absolute cable lengths when specified in fractional units
2022-01-18 11:09:12 -05:00
3e3880823b
Merge v3.1.6
2022-01-17 11:12:54 -05:00
a50e4e3380
Merge pull request #8352 from jasonyates/8342-created-updated
...
Fixes #8342
2022-01-14 11:48:52 -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
0181a25d70
Fixes #8342
...
created & last_updated fields are missing from some REST API calls. Added missing fields to the following API calls
/api/dcim/virtual-chassis/
/api/dcim/cables/
/api/dcim/power-panels/
/api/dcim/rack-reservations/
/api/circuits/circuit-terminations/
/api/extras/webhooks/
/api/extras/custom-fields/
/api/extras/custom-links/
/api/extras/export-templates/
/api/extras/tags/
2022-01-13 19:13:28 -08:00
381796e708
Add created & last updated as available fields to all tables
...
Adds two fields to all relevant tables to allow the addition of Created & Last Updated columns.
All tables with a Configure Table option were updated.
Some sections reformatted to comply with E501 line length as a result of changes
2022-01-13 09:22:32 +00:00
c8713d94d8
Merge branch 'develop' into feature
2022-01-11 16:16:13 -05:00
be8fef0228
Fixes #8279
...
A device that is part of a VC that has no name should display [virtual-chassis name]:[virtual-chassis position] as opposed to [device_type] in the rack rendering.
2022-01-11 21:03:18 +00:00
ff396b5953
Fix CSV import test & form cleanup
2022-01-10 14:27:52 -05:00
21e0e6e495
Closes #6954 : Remember users' table ordering preferences
2022-01-10 14:03:07 -05:00
17aa37ae21
Merge pull request #8303 from netbox-community/7679-table-actions
...
Closes #7679 : Object table actions menus
2022-01-10 11:38:07 -05:00
aed23d61fc
Replace ButtonsColumn with ActionsColumn
2022-01-10 11:17:40 -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
6d48ce4a25
Always include actions as a default column
2022-01-07 10:36:58 -05:00
b63e29610e
Add Cisco StackWise-n choices
2022-01-07 11:56:54 +07:00
58f7eb319f
Initial work on #7679
2022-01-06 16:53:24 -05:00
574c2e2770
Closes #8244 : Add length & length unit fields to cable filter form
2022-01-05 15:32:34 -05:00
8c8774cd2f
Fixes #8226 : Honor return URL after populating a device bay
2022-01-04 13:24:15 -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
5829985ca8
Remove power utilization as default column from racks table
2021-12-30 12:02:20 -05:00
791cc093f4
Enable the association of inventory item templates with component templates
2021-12-29 16:30:44 -05:00