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

659 Commits

Author SHA1 Message Date
f4776731ec Establish 4 core forms in netbox.forms.base 2022-01-28 15:48:15 -05:00
59d3f5c4ea Split out NetBoxTable from BaseTable 2022-01-27 16:00:38 -05:00
4a1b4e0485 Closes : Move BaseTable, columns to netbox core app 2022-01-27 15:00:10 -05:00
083d1acb81 Closes : 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 : 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
cdae0c2bef Remove extras_features() decorator 2022-01-19 15:16:10 -05:00
3e3880823b Merge v3.1.6 2022-01-17 11:12:54 -05:00
c8713d94d8 Merge branch 'develop' into feature 2022-01-11 16:16:13 -05:00
21e0e6e495 Closes : Remember users' table ordering preferences 2022-01-10 14:03:07 -05:00
aed23d61fc Replace ButtonsColumn with ActionsColumn 2022-01-10 11:17:40 -05:00
6d48ce4a25 Always include actions as a default column 2022-01-07 10:36:58 -05:00
58f7eb319f Initial work on 2022-01-06 16:53:24 -05:00
65471068b6 Closes : Linkify type and group columns in clusters table 2022-01-05 21:36:20 -05:00
0978777eec Merge v3.1.4 2022-01-03 11:20:58 -05:00
a5f1707662 Fixes : Fix return URL when adding IP addresses to VM interfaces 2021-12-30 09:46:02 -05:00
3bb485d0b8 Merge v3.1.3 2021-12-29 12:41:56 -05:00
9c9fcaf42f Fixes : Defer loading API-backed form fields 2021-12-29 09:30:43 -05:00
b3ea007e0a Update ChoiceSets to use base colors 2021-12-28 20:18:07 -05:00
3982f13569 Show parent device/VM when creating new components 2021-12-28 15:19:41 -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
0d3b50a5e5 Support CSS class definition directly in CHOICES iterable 2021-12-16 10:03:23 -05:00
419f86a4a5 : Support configurable status choices 2021-12-16 09:36:15 -05:00
fcc7207b67 Restore actions column under VM interfaces table 2021-12-15 12:11:20 -05:00
8dbd3f332b Closes : Allow creating services directly from navigation menu 2021-12-15 11:55:27 -05:00
57d3bfcfc9 Merge pull request from netbox-community/8057-htmx-tables
Closes : Dynamic object tables using HTMX
2021-12-15 09:16:41 -05:00
d1e8c06d36 Fixes : Ordering VMs by name should reference naturalized value 2021-12-14 17:03:03 -05:00
4ffa823ab8 Enable HTMX for all ObjectChildrenViews 2021-12-14 15:31:42 -05:00
59ee30f056 Update cluster VM/device views to use ObjectChildrenView 2021-12-14 14:08:44 -05:00
8d3b296eed Update device/VM component views to use ObjectChildrenView 2021-12-14 13:47:40 -05:00
88fae2171d Closes : Remove field_order from filterset forms 2021-12-10 08:57:19 -05:00
b7c9ca720a Closes : Introduce a base FilterForm class 2021-11-19 15:12:45 -05:00
cd128e557c Closes : Add FHRP groups column to interface tables 2021-11-19 10:27:56 -05:00
beca978af5 Clean up imports 2021-11-18 16:48:29 -05:00
ed2231e34b Apply BootstrapMixin to CustomFieldModelFilterForm 2021-11-18 16:27:06 -05:00
55049bb303 Apply BootstrapMixin to BulkEditForm 2021-11-18 16:23:26 -05:00
c210c6937b Apply BootstrapMixin to CustomFieldModelForm 2021-11-18 16:19:25 -05:00
f16c6d81cf Merge branch 'develop' into feature 2021-11-18 11:06:54 -05:00
df9d67b873 Fixes : Add missing cluster name filter for virtual machines 2021-11-17 08:48:09 -05:00
d529c1b5b3 Housekeeping: Use RestrictedQuerySet for default manager on base models 2021-11-11 15:04:22 -05:00
67c73768c1 Add count_fhrp_groups to interface serializers 2021-11-04 09:58:33 -04:00
ea39c8a4c1 Optimize interface REST API endpoints 2021-11-03 15:38:17 -04:00
2c2e37e9f0 Merge branch 'develop' into feature 2021-11-03 10:29:02 -04:00
cef0d168a5 Closes : Add 'ID' column to object tables ()
* : Add ID column to devices, device types, and components

* : Add ID column to sites, racks, and tenants

* : Add ID column to power, providers, TODO circuits

* : Add ID column to virtualization tables

* : Add ID column to IPAM tables

* : Add ID column to 'extras' tables

* : Move ID column to BaseTable class

* : Don't linkify ID in device component template tables

* : Don't show ID column in interface/console/power connections tables

* : Don't show ID column in device component template tables

* : Add ID column to ObjectJournal, DeviceImport, and Circuit tables

* Exclude ID column from selected tables

* netbox-community/netbox#6930:revert default columns on ObjectChangeTable, not configurable

* : Add object ID to tagged objects table in tag detail view

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-11-02 16:21:34 -04:00
131e433880 Rename FHRPGroupAssignment object to interface 2021-11-02 15:10:02 -04:00
bb4f3e1789 Initial work on 2021-11-01 16:56:30 -04:00
fbf91dda7d Optimize config queries 2021-10-26 13:41:56 -04:00