Jeremy Stretch
|
9a68a61ad3
|
Merge pull request #5999 from netbox-community/151-journaling
Closes #151: Add object journaling
|
2021-03-17 13:14:50 -04:00 |
|
Jeremy Stretch
|
7e65a3d3b4
|
Add JournalEntry filter for kind
|
2021-03-17 13:02:40 -04:00 |
|
Jeremy Stretch
|
82fbd975f1
|
Add kind field to JournalEntry
|
2021-03-17 12:51:39 -04:00 |
|
Jeremy Stretch
|
bd95d2b852
|
Changelog and documentation for #151
|
2021-03-17 10:58:40 -04:00 |
|
Jeremy Stretch
|
956e2728c2
|
Add bulk edit, delete views for journal entries
|
2021-03-17 10:41:06 -04:00 |
|
Jeremy Stretch
|
7f1d9aeaf8
|
Skip secondary check if get_absolute_url() not defined for model
|
2021-03-16 16:48:08 -04:00 |
|
Jeremy Stretch
|
f2c079de87
|
Add JournalEntry tests
|
2021-03-16 16:47:35 -04:00 |
|
Jeremy Stretch
|
8be4fbbce3
|
Add JournalEntry list view w/filtering
|
2021-03-16 15:57:23 -04:00 |
|
Jeremy Stretch
|
64d11d32c8
|
Fix conditional display journal & change log tabs
|
2021-03-16 15:33:41 -04:00 |
|
Jeremy Stretch
|
1f1a62da67
|
Initial work on #151: Object journaling
|
2021-03-16 15:00:08 -04:00 |
|
Jeremy Stretch
|
e97adcb614
|
Move ConfigContext classes out of models.py
|
2021-03-16 13:08:07 -04:00 |
|
Jeremy Stretch
|
2bb4a81e23
|
Closes #5975: Allow partial vCPU allocations for virtual machines
|
2021-03-16 11:52:59 -04:00 |
|
Jeremy Stretch
|
46a024441c
|
Closes #5995: Dropped backward compatibility for queryset parameter on ObjectVar and MultiObjectVar
|
2021-03-16 11:28:50 -04:00 |
|
Jeremy Stretch
|
a694dbb020
|
Closes #5990: Deprecated display_field parameter for custom script ObjectVar and MultiObjectVar fields
|
2021-03-16 11:08:34 -04:00 |
|
Jeremy Stretch
|
f74c88027e
|
Merge pull request #5992 from netbox-community/5891-api-serializer-display
Closes #5981: Add display field to all REST API serializers
|
2021-03-16 10:53:59 -04:00 |
|
Jeremy Stretch
|
c64f96d65b
|
Drop usage of display_field on DynamicModelChoiceFields
|
2021-03-16 10:29:15 -04:00 |
|
Jeremy Stretch
|
fb48c1f6dd
|
Add 'display' field to all REST API serializers
|
2021-03-16 10:06:25 -04:00 |
|
Jeremy Stretch
|
ee7f7c877a
|
Merge pull request #5985 from netbox-community/5284-vlangroup-scope
Closes #5284: Allow VLANGroup assignment beyond sites
|
2021-03-15 21:11:49 -04:00 |
|
Jeremy Stretch
|
f64f205e81
|
Omit prefetch_related() for VLANGroup
|
2021-03-15 20:58:23 -04:00 |
|
Jeremy Stretch
|
10778f8479
|
Merge branch 'feature' into 5284-vlangroup-scope
|
2021-03-15 20:48:55 -04:00 |
|
Jeremy Stretch
|
bb6360cad4
|
Fix up VLANGroup tests
|
2021-03-15 20:35:18 -04:00 |
|
Jeremy Stretch
|
c0c4eed3a8
|
Extend VLANGroup to support cluster/cluster group assignment
|
2021-03-15 16:32:07 -04:00 |
|
Jeremy Stretch
|
f9f1a4439f
|
Update Slack links
|
2021-03-15 14:45:53 -04:00 |
|
jathanism
|
68082a88a7
|
Fix use of URLValidator to correctly validate RELEASE_CHECK_URL
|
2021-03-13 11:39:21 -08:00 |
|
Jeremy Stretch
|
1aa22d1ba8
|
Add missing SiteGroup filter test case
|
2021-03-12 16:15:19 -05:00 |
|
Jeremy Stretch
|
61d23df83a
|
Closes #5972: Bulk edit support for organizational models (#5974)
* Enable bulk editing of organizational models
* Enable bulk editing of nested group models
* Changelog for #5972
|
2021-03-12 16:14:42 -05:00 |
|
Jeremy Stretch
|
fca5accba8
|
Clean up base serializers
|
2021-03-12 13:31:28 -05:00 |
|
Jeremy Stretch
|
947da63d56
|
Move Location from racks.py to sites.py
|
2021-03-12 11:20:16 -05:00 |
|
Jeremy Stretch
|
a94e5c7403
|
Changelog for #5953 and #5966
|
2021-03-12 10:59:23 -05:00 |
|
Jeremy Stretch
|
c061f7021e
|
Merge pull request #5964 from rodvand/develop
Closes #5953: Adds Markdown rendering of Custom Scripts' descriptions
|
2021-03-12 10:56:33 -05:00 |
|
Jeremy Stretch
|
ad43373f5b
|
Merge pull request #5967 from abrahamvegh/tabindex
Skip the cheatsheet link when tabbing
|
2021-03-12 10:54:03 -05:00 |
|
Abraham Vegh
|
720b88048d
|
Skip the cheatsheet link when tabbing
|
2021-03-11 22:40:03 -05:00 |
|
Martin Rødvand
|
d58291d119
|
Closes #5953: Adds Markdown rendering of Custom Scripts' descriptions
|
2021-03-11 22:27:43 +01:00 |
|
Jeremy Stretch
|
132b1ff479
|
Fixes #5962: Ensure consistent display of change log action labels
|
2021-03-11 13:42:26 -05:00 |
|
Jeremy Stretch
|
0115a61ab7
|
Add changelog for #5284
|
2021-03-11 11:13:41 -05:00 |
|
Jeremy Stretch
|
fadf15dbc0
|
Fix VLAN group assignment for VLANs
|
2021-03-11 11:07:27 -05:00 |
|
Jeremy Stretch
|
cb9478e0ea
|
Closes #5950: Use TimeZoneSerializerField from django-timezone-field
|
2021-03-10 17:08:11 -05:00 |
|
Jeremy Stretch
|
04964cc52b
|
Fixes #5595: Restore ability to delete an uploaded device type image
|
2021-03-10 17:00:35 -05:00 |
|
Jeremy Stretch
|
6ab1c06036
|
Extend VLAN group assignment form
|
2021-03-10 16:50:04 -05:00 |
|
Jeremy Stretch
|
d3fee54644
|
Fix VLAN.clean()
|
2021-03-10 16:26:27 -05:00 |
|
Jeremy Stretch
|
f4e49495e2
|
Merge branch 'feature' into 5284-vlangroup-scope
|
2021-03-10 14:51:11 -05:00 |
|
Jeremy Stretch
|
c072ba088f
|
Add webhook support for additional models
|
2021-03-10 14:49:02 -05:00 |
|
Jeremy Stretch
|
4397d3da02
|
Remove redundant TreeManager from TenantGroup
|
2021-03-10 14:35:44 -05:00 |
|
Jeremy Stretch
|
fc5bb966f0
|
Declare TaggableManager on PrimaryModel base class
|
2021-03-10 14:32:50 -05:00 |
|
Jeremy Stretch
|
20f60cd99d
|
Fix feature assignments for device component templates
|
2021-03-10 14:03:50 -05:00 |
|
Jeremy Stretch
|
ac0c54cce4
|
#5401: Add custom field support for VMInterface
|
2021-03-10 13:49:10 -05:00 |
|
Jeremy Stretch
|
19b78e63ce
|
Introduce ChangeLoggedModel as a standard model
|
2021-03-10 13:37:13 -05:00 |
|
Jeremy Stretch
|
653af17755
|
Merge branch 'feature' into 5284-vlangroup-scope
|
2021-03-09 20:17:47 -05:00 |
|
Jeremy Stretch
|
bac2387f50
|
Merge branch 'develop' into feature
|
2021-03-09 20:04:20 -05:00 |
|
Jeremy Stretch
|
9990fd25d4
|
PRVB
|
2021-03-09 17:16:22 -05:00 |
|