498b655cb7
Changelog and cleanup for #9825
2022-07-27 16:50:31 -04:00
451a0067c7
Closes #9825 : Add Contacts to VM table view
2022-07-22 10:42:20 +02:00
1c9db2d9f8
Fixes #9499 : Fix filtered bulk deletion of VM Interfaces
2022-07-19 16:21:32 -04:00
e6bfde1397
Replace TenantColumn with new TenancyColumnsMixin
...
Replaces all usages of the TenantColumn with the new TenancyColumnsMixin.
This enables the user to add a column for Tenant Group on all tables which
also has a column for Tenant.
2022-07-10 15:13:48 +02:00
e6018cd38f
Closes #9534 : Add VLAN group selector to interface bulk edit forms
2022-06-17 14:51:45 -04:00
83fdfaa0eb
Fixes #9524 : Correct order of VLAN fields under VM interface creation form
2022-06-13 19:14:29 -04:00
17fb562740
#9239 : Organize contact form fields
2022-05-16 09:55:17 -04:00
aba4e03d3b
Add contact_group to ContactModelFilterSet
2022-05-14 17:48:37 +02:00
39a9ebaeee
Fixes #9313 : Remove HTML code from CSV output of many-to-many relationships
2022-05-06 10:26:02 -04:00
0301aec409
Closes #9260 : Apply user preferences to tables under object detail views
2022-05-04 15:46:13 -04:00
e63a191373
Closes #9214 : Linkify cluster counts in cluster type & group tables
2022-04-25 08:23:21 -04:00
01ba1b8c03
Fixes #9118 : Fix validation error when importing VM child interfaces
2022-04-13 13:43:18 -04:00
c1b7f09530
Ensure legacy data checks run before other migrations
2022-04-05 15:56:21 -04:00
3dc671395e
Introduce local ChoiceField and MultipleChoiceField classes
2022-03-21 15:08:05 -04:00
ba1e6e91b9
Rename ObjectEditView.model_form to form
2022-03-21 10:22:30 -04:00
8d53b46e82
Merge branch 'develop' into feature
2022-03-18 13:17:11 -04:00
6170138124
Rename ActionsColumn sequence to actions
2022-03-14 13:45:21 -04:00
245cff887c
Move q filter to NetBoxModelFilterSet
2022-03-11 16:16:58 -05:00
59aba52b03
Rename OrderedDefaultRouter to NetBoxRouter & document for plugins
2022-03-11 15:59:03 -05:00
ffc29d14a8
Add tags field to NetBoxModelForm
2022-03-10 15:08:23 -05:00
ef6576bdd6
merge develop into issue
2022-03-09 17:47:58 +00:00
27dab262de
add columns for each model table that has contacts
2022-03-09 17:35:25 +00:00
73af3ba095
remove contacts from api endpoints
2022-03-09 16:45:19 +00:00
bbdeae0ed9
Move CustomFieldModelViewSet functionality into NetBoxModelViewSet
2022-03-09 11:44:55 -05:00
efd5a73a18
Refactor API views
2022-03-09 11:27:42 -05:00
a11abf87ec
Refactor API serializers
2022-03-09 10:59:22 -05:00
d4d2af46ac
Refactor tables modules
2022-03-03 15:16:23 -05:00
5f8af6ad66
Closes #8779 : Enable the use of ChoiceSet by plugins
2022-03-02 11:43:28 -05:00
fab4d95156
Merge branch 'develop' into feature
2022-02-25 14:06:45 -05:00
c0152ce52f
Add description filter to VMInterface
2022-02-25 18:15:33 +01:00
0953bba0a3
Closes #8747 : Rename ObjectListView action_buttons to actions
2022-02-24 16:33:51 -05:00
36d6dd1ca9
Fixes #8645 ; Allow filtering on core models in the UI and API for contact assignments
2022-02-24 17:08:38 +00:00
aa85ae89c1
Merge v3.1.8
2022-02-15 10:05:07 -05:00
8c19124717
Fixes #8622 : Correct help text of status field on VM import form
2022-02-14 08:54:36 -05:00
1319b62acb
Standardize on get_FOO_color() method for returning ChoiceField colors
2022-02-11 14:25:13 -05:00
71d3dc6e44
Improve ChoiceFieldColumn to not rely on model method to derive label color
2022-02-10 16:29:19 -05:00
d42c59792f
#8334 : Move object changelog & journaling to generic views
2022-02-09 16:24:10 -05:00
23a80770e1
Move configure_table() logic to NetBoxTable.configure()
2022-02-09 14:10:54 -05:00
272d6e7437
Closes #8463 : Change the created field on all change-logged models from date to datetime
2022-02-08 14:41:44 -05:00
270288f730
Rename bulk operation templates
2022-02-08 11:49:18 -05:00
0e827b6ae6
Merge pull request #8562 from netbox-community/8405-plugins-graphql
...
Closes #8405 : GraphQL support for plugins
2022-02-07 13:08:32 -05:00
3651ef53e3
#7852 : Extend VRF assignment to VM interfaces
2022-02-07 09:54:00 -05:00
dae5c94be0
Expose BaseObjectType and NetBoxObjectType for plugins
2022-02-04 15:07:35 -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