Arthur
93af5545cd
15597 add button_class choices to import form
2024-04-03 13:06:53 -04:00
Daniel Sheppard
025a125488
Fixes : #15502 - Correct exception on IP import form when VM is target
2024-04-03 08:10:28 -04:00
Daniel W. Anner
2460aeb64c
Adding JSON schema changes to implement and within the generated schema template per issue #15555
2024-03-28 16:34:56 -04:00
teapot
eae3bb0521
Fixes #15567 : Correct typo in help text
...
Fixes #15567 : Correct typo in help text
2024-03-28 16:32:25 -04:00
Arthur
d140416591
14799 dont cache report member names
2024-03-22 10:27:33 -04:00
Jeremy Stretch
5d8feee8a2
PRVB
2024-03-13 19:37:28 -04:00
Jeremy Stretch
296b813104
Release v3.7.4
2024-03-13 19:23:51 -04:00
Jeremy Stretch
dd66e29c70
Fixes #15322 : Add description field to YAML export for device & module types
2024-03-13 19:10:49 -04:00
Jeremy Stretch
34d8c5a61d
Fixes #15356 : Fix assignment of front & rear images to device types via REST API
2024-03-13 19:10:30 -04:00
Jeremy Stretch
3a60ea4568
Fixes #15347 : Fix querying virtual machine contacts via GraphQL
2024-03-13 19:09:52 -04:00
Jeremy Stretch
b0b0ecd7f7
Closes #14366 : Enable custom links on ConfigContexts and ConfigTemplates
2024-03-13 14:44:41 -04:00
Markku Leiniö
656ce82049
Closes #14206 : Add FC SFP types
2024-03-12 09:03:42 -04:00
Daniel Sheppard
19c17568a4
Fixes : #13722 - Correct range expansion code when a numeric set is used ( #15301 )
...
* Fixes : #13722 - Correct range expansion code when a numeric set is used
* Correct to my own suggestion
* Clean up logic
* Simplify range detection
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com >
2024-03-11 10:50:10 -04:00
Leo Chen
225a4bbf71
Fixes : #14832 Extend GraphQL FHRPGroupType with IPAddressesMixin
2024-03-11 10:32:31 -04:00
Jeremy Stretch
ffcdd4c42e
Fixes #15336 : Correct label for recurring scheduled jobs
2024-03-08 17:03:18 -05:00
Jeremy Stretch
f3c7da2cfb
Closes #15291 : Add tunnel termination buttons to VM interfaces table
2024-03-08 16:58:04 -05:00
Jeremy Stretch
6372d3be41
Closes #15297 : Linkify platform column in device & virtual machine tables
2024-03-08 16:48:39 -05:00
Jeremy Stretch
417e8c4381
Fixes #15220 : Move IP mask validation logic from form to model
2024-03-01 11:28:48 -05:00
Arthur
60ede24657
15232 fix inventory item template permission
2024-02-29 15:30:51 -05:00
Jeremy Stretch
e3d863e7bd
Fixes #15316 : Fix selection of 3DES encryption for IKE & IPSec proposals
2024-02-29 14:54:41 -05:00
Abhimanyu Saharan
5f2b5c1045
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
ba23a7f31e
added display on virtual disk api #15241
2024-02-23 15:33:35 -05:00
Jeremy Stretch
f952780e24
Delete obsolete file
2024-02-23 10:15:14 -05:00
Jeremy Stretch
9dea6dfdaf
PRVB
2024-02-21 16:04:04 -05:00
Jeremy Stretch
a7663fbc02
Release v3.7.3
2024-02-21 15:46:41 -05:00
Jeremy Stretch
c79f0634a1
Update translations
2024-02-21 15:24:50 -05:00
Jeremy Stretch
81198a402c
Update translation strings
2024-02-21 14:49:09 -05:00
Abhimanyu Saharan
9682236373
fixed location import #14064
2024-02-21 14:10:10 -05:00
Jeremy Stretch
2c60d78fb2
#15094 : Fix missing format variable
2024-02-21 14:06:01 -05:00
Abhimanyu Saharan
a02572bb3b
fixed json field save issue #14689
2024-02-21 14:00:34 -05:00
Abhimanyu Saharan
fd608d69ba
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
19788d1d31
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
95e5caebc5
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
e92a25d237
15211 fix typo on DeviceType detail view
2024-02-21 12:10:35 -05:00
Arthur Hanson
9ac4be7379
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
58f28f44dc
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
3775e5b546
15192 fix config revision if no revisions
2024-02-20 14:28:04 -05:00
Abhimanyu Saharan
5fa0d0d163
added validation error for script and report constraint #15174
2024-02-20 14:15:27 -05:00
Abhimanyu Saharan
83f8d610bc
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
51fb76a31a
removed associate_by_email #14946
2024-02-20 14:10:47 -05:00
Abhimanyu Saharan
fbaed07250
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
cebd26c88e
Fixes #15090 : Run deletion protection rules prior to enqueueing events
2024-02-20 13:22:55 -05:00
Arthur Hanson
16712ad8d9
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
233ebe4327
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
807ed8e3b0
Fixes #14079 : Explicitly remove M2M assignments to objects being deleted to ensure change logging
2024-02-16 11:42:27 -05:00
Jeremy Stretch
e263e2eaa3
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
b694314ccc
added missing import #15058
2024-02-16 01:20:54 +05:30
Jeremy Stretch
ef7b167123
Fixes #15127 : Add missing group column on tunnels table
2024-02-14 09:27:01 -05:00
Jeremy Stretch
8e79baafb0
Fixes #15059 : Correct IP address count link in VM interfaces table
2024-02-13 12:16:11 -05:00
Jeremy Stretch
9133e710f9
Fixes #15067 : Fix uncaught exception when attempting invalid device bay import
2024-02-13 12:15:15 -05:00