Jeremy Stretch
8bb49d2296
Closes #15291 : Add tunnel termination buttons to VM interfaces table
2024-03-08 16:58:04 -05:00
Jeremy Stretch
6629c94148
Closes #15297 : Linkify platform column in device & virtual machine tables
2024-03-08 16:48:39 -05:00
Jeremy Stretch
bdcf4c4154
Fixes #15220 : Move IP mask validation logic from form to model
2024-03-01 11:28:48 -05:00
Jeff Gehlbach
c45acf0a7c
Fixes: Use systemctl enable --now shortcut in docs #15249
2024-02-29 16:01:53 -05:00
Arthur
8afbb4421b
15232 fix inventory item template permission
2024-02-29 15:30:51 -05:00
Jeremy Stretch
55ef24d56d
Fixes #15316 : Fix selection of 3DES encryption for IKE & IPSec proposals
2024-02-29 14:54:41 -05:00
Abhimanyu Saharan
edb7d24b45
Added installed_module on NestedModuleBaySerializer ( #15245 )
...
* added installed_module on NestedModuleBaySerializer #15243
* Update test
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-23 15:54:47 -05:00
Abhimanyu Saharan
17ec264f3a
added display on virtual disk api #15241
2024-02-23 15:33:35 -05:00
Jeremy Stretch
c21ec2139d
Delete obsolete file
2024-02-23 10:15:14 -05:00
Jeremy Stretch
d7e7137582
PRVB
2024-02-21 16:04:04 -05:00
Jeremy Stretch
b7f6b728b9
Merge pull request #15222 from netbox-community/develop
...
Release v3.7.3
v3.7.3
2024-02-21 16:01:21 -05:00
Jeremy Stretch
503c78b0db
Release v3.7.3
2024-02-21 15:46:41 -05:00
Jeremy Stretch
cb05288c4d
Update translations
2024-02-21 15:24:50 -05:00
Jeremy Stretch
0373b8aade
Update translation strings
2024-02-21 14:49:09 -05:00
Jeremy Stretch
580d417aa1
Changelog for #14064 , #14689 , #14966 , #15101 , #15185
2024-02-21 14:46:10 -05:00
Abhimanyu Saharan
8571f428b1
fixed location import #14064
2024-02-21 14:10:10 -05:00
Jeremy Stretch
276a73f820
#15094 : Fix missing format variable
2024-02-21 14:06:01 -05:00
Abhimanyu Saharan
d8fb5a819f
fixed json field save issue #14689
2024-02-21 14:00:34 -05:00
Abhimanyu Saharan
f14eac58e4
Fixed error display on parent import form ( #15213 )
...
* fixed error display on parent import form #15185
* Rename parent_form; handle errors assigned to __all__
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-21 13:50:09 -05:00
Abhimanyu Saharan
1780acc8a6
Fixes the rackelevation api schema ( #15214 )
...
* fixes the rackelevation api schema #15101
* fixes the rackelevation api schema #15101
2024-02-21 13:39:32 -05:00
Abhimanyu Saharan
a3b8262ab0
Added index on cachevalue ( #15199 )
...
* added index on cachevalue #14966
* Update netbox/extras/models/search.py
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* fixed migration
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-21 13:20:55 -05:00
Arthur
a1ee02cdf0
15211 fix typo on DeviceType detail view
2024-02-21 12:10:35 -05:00
Jeremy Stretch
f751afcce7
Changelog for #14405 , #14587 , #14946 , #15090 . #15174 , #15177 , #15184 , #15192
2024-02-20 16:29:46 -05:00
Arthur Hanson
17a321a340
14405 render link_peer to CSV ( #15201 )
...
* 14405 render link_peer to csv
* 14405 review changes
2024-02-20 16:24:14 -05:00
Zacho
cf3969bc6c
Added Last Login to user/profile GUI views and the /users/user API output ( #15198 )
...
* Added Last Login to user/profile GUI and user api output
* Update netbox/templates/account/profile.html
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* Update netbox/templates/account/profile.html
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* Update netbox/templates/users/user.html
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-20 15:43:49 -05:00
Arthur
9b9afdcf79
15192 fix config revision if no revisions
2024-02-20 14:28:04 -05:00
Abhimanyu Saharan
50e5bb9717
added validation error for script and report constraint #15174
2024-02-20 14:15:27 -05:00
Abhimanyu Saharan
a063b5563c
Added oidc to auth list ( #15204 )
...
* added oidc to auth list #14587
* Alphabetic ordering
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-20 14:11:50 -05:00
Abhimanyu Saharan
8678d1a577
removed associate_by_email #14946
2024-02-20 14:10:47 -05:00
Abhimanyu Saharan
839609d101
Added allow_null for front and rear image on api ( #15200 )
...
* added allow_null for front and rear image on api #15184
* added allow_null for front and rear image on api #15184
2024-02-20 13:53:56 -05:00
Jeremy Stretch
dbcd713fe7
Fixes #15090 : Run deletion protection rules prior to enqueueing events
2024-02-20 13:22:55 -05:00
Jeremy Stretch
d216161014
Add link to netbox-docker repo
2024-02-20 11:36:27 -05:00
Jeremy Stretch
056543e1d2
Changelog for #14058 , #14079 , #14952 , #15127
2024-02-20 09:45:58 -05:00
Arthur Hanson
af27bf5eff
15094 Add missing gettext to error strings for internationalization ( #15155 )
...
* 15049 add missing gettext to error strings
* 15049 add missing gettext to error strings
* 15094 review change
* 15094 review change
* Formatting cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-20 09:44:02 -05:00
Daniel Sheppard
29f029d480
Fixes : #14058 - Limits platform selection to manufacturer and platforms with no manufacturer ( #15183 )
...
* Fixes : #14058 - Limits platform selection to manufacturer and platforms with no manufacturer
* Apply suggestions from code review
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-20 09:28:15 -05:00
Jeremy Stretch
bd7d4a3f34
Fixes #14079 : Explicitly remove M2M assignments to objects being deleted to ensure change logging
2024-02-16 11:42:27 -05:00
Jeremy Stretch
de5c5aeb2a
Fixes #14952 : Update existing AutoSyncRecord when changing the data file of an auto-synced object
2024-02-16 11:38:47 -05:00
Abhimanyu Saharan
2e74952ac6
added missing import #15058
2024-02-16 01:20:54 +05:30
Jeremy Stretch
7cc215437f
Fixes #15127 : Add missing group column on tunnels table
2024-02-14 09:27:01 -05:00
Jeremy Stretch
e84e2a7969
Changelog for #15059 , #15067 , #15091 , #15115 , #15126 , #15133
2024-02-13 16:39:41 -05:00
Jeremy Stretch
2d70b50286
Fixes #15059 : Correct IP address count link in VM interfaces table
2024-02-13 12:16:11 -05:00
Jeremy Stretch
01fa2710eb
Fixes #15067 : Fix uncaught exception when attempting invalid device bay import
2024-02-13 12:15:15 -05:00
Jeremy Stretch
12d830bcf2
Fixes #15133 : Fix FHRP group representation on assignments endpoint under brief mode ( #15134 )
...
* Fixes #15133 : Fix FHRP group representation on assignments endpoint under brief mode
* Update API test
2024-02-13 11:29:53 -05:00
Jeremy Stretch
c37dfdc150
Fixes #15091 : Fix initial active tab when editing an L2VPN termination
2024-02-13 11:27:50 -05:00
Jeremy Stretch
df910928f2
Fixes #15126 : group field should be optional when creating VPN tunnel via REST API
2024-02-13 09:55:33 -05:00
Jeremy Stretch
1f800a975f
Fixes #15115 : Fix unhandled exception with invalid permission constraints
2024-02-13 09:55:07 -05:00
teapot
c7ae2db8e3
Fixes #15111 : Correct typo in error message
2024-02-12 08:44:22 -05:00
Ikko Eltociear Ashimine
ae7d6ffd92
Update remote-authentication.md
...
Seperator -> Separator
2024-02-12 08:43:11 -05:00
Jeff Gehlbach
011bc5bd78
Merge pull request #15053 from aharrisson/develop
...
Fix custom script documentation example script
2024-02-09 11:19:51 -05:00
Jeremy Stretch
040dbcc875
Fixes #15070 : Fix inclusion of config_template field on REST API serializer for virtual machines
2024-02-08 09:10:24 -05:00