Daniel Sheppard
8dfec7e2b2
Closes #14538 - Add available_at_site filter ( #14541 )
...
* Closes #14538 - Add available_at_site filter
* Add tests
* Fix tests
2023-12-21 15:40:57 -05:00
Markku Leiniö
c1cf037eaf
Print NetBox version in upgrade.sh ( #14547 )
2023-12-21 15:13:40 -05:00
Azmodeszer
3f4a65cc5c
added ! to safe characters
2023-12-21 15:10:38 -05:00
Jeremy Stretch
58f925c261
Closes #14503 : Include additional display attributes for search indexers
2023-12-21 14:36:42 -05:00
Jeremy Stretch
326b54b7e0
Closes #14579 : Add user language preference
2023-12-21 14:27:52 -05:00
Jeremy Stretch
3905ddf163
Add initial message maps for es, fr, pt, and ru
2023-12-21 13:31:16 -05:00
Jeremy Stretch
3cd2432aa1
Rebuild source messages
2023-12-21 12:58:45 -05:00
Prince Kumar
12beac4f1a
fix the result of script jobs #14549
2023-12-20 15:15:02 -05:00
Jeremy Stretch
a233dc91fe
Closes #14536 : Enable ENFORCE_GLOBAL_UNIQUE by default
2023-12-20 11:09:40 -05:00
Jeremy Stretch
b794bd6fb8
Fixes #14499 : Relax requirements for encryption/auth algorithms on IKE & IPSec proposals
2023-12-19 14:44:22 -05:00
Jeremy Stretch
96878cfca6
Closes #14551 : Show assigned tunnel (if any) under interface view
2023-12-19 10:31:18 -05:00
Jeremy Stretch
25e67eb555
Merge branch 'develop' into feature
2023-12-15 16:52:42 -05:00
Jeremy Stretch
ec245b968f
PRVB
2023-12-15 16:46:53 -05:00
Jeremy Stretch
f1d4011b40
Merge pull request #14542 from netbox-community/develop
...
Release v3.6.7
v3.6.7
2023-12-15 16:44:46 -05:00
Jeremy Stretch
4cdc30a7c5
Release v3.6.7
2023-12-15 16:25:24 -05:00
kkthxbye
8d39181842
Fixes #12751 - Usability improvements for object selector ( #14387 )
...
* Usability improvements for object selector:
* Adds preselected filters
* Applies the filter on selection instead of requiring the search button to be pushed
* Declare selector_fields on base form class
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-12-15 16:07:15 -05:00
Jeremy Stretch
3068f2a075
Changelog for #14147 , #14424 , #14436 , #14458
2023-12-15 15:21:38 -05:00
Arthur Hanson
224d64007a
14147 Prevent logging to Change Log when no changes are made ( #14477 )
...
* 14147 Prevent logging to Change Log when no changes are made
* 14147 add test
* 14147 add exclude_fields to serialize_object
* 14147 make skip empty default to True
* 14147 remove override of to_objectchange
* Misc cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-12-15 15:17:45 -05:00
Jeremy Stretch
c81869c795
Fixes #14533 : Fix quick search under VLAN group VLANs list
2023-12-15 13:59:31 -05:00
Jeremy Stretch
929d4d2c95
Fixes #14522 : Fix filtering contact assignments by group
2023-12-15 13:58:50 -05:00
Jeremy Stretch
d14e4ab52b
Changelog for #13983 , #14081 , #14148 , #14467 , #14505 , #14512 , #14515
2023-12-14 17:12:29 -05:00
Daniel Sheppard
8a4233aca1
Update create_userconfig to receive signals from NetBoxUser model in addition to User model.
2023-12-14 17:07:57 -05:00
Jeremy Stretch
5508e125ba
Fixes #14512 : Omit unused queryset annotations for REST API requests using brief mode
2023-12-14 16:49:18 -05:00
Arthur Hanson
69bf1472d2
13983 Add nested arrays for extra_choices in CustomFieldChoiceSet ( #14470 )
...
* 13983 split array fields in CSV data for CustomFieldChoices
* 13983 fix help text
* 13983 update tests
* 13983 use re for split
* 13983 replace escaped chars
* 13983 fix escape handling
* 13983 fix escape handling
* 13983 fix escape handling
2023-12-14 15:18:56 -05:00
Arthur Hanson
b93735861d
Fixes #14081 : Fix cached counters on delete for parent-child items ( #14131 )
...
* 14081 fixed cached counters on delete for parent-child items
* Misc cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-12-12 16:53:04 -05:00
Arthur Hanson
6939ae4a47
14467 change ChoiceField separator from comma to colon ( #14469 )
...
* 14467 change ChoiceField separator from comma to colon
* 14467 fix test
* 14467 fix test
* 14467 use regex for colon detection
* 14467 update tests
2023-12-12 14:31:39 -05:00
Prince Kumar
81fa4265da
add tags field in L2VPN Termination
2023-12-12 14:23:16 -05:00
Arthur Hanson
965f2de34b
14424 Remove ChangeLoggedModel from StagedChange ( #14476 )
...
* 14424 remove ChangeLoggedModel from StagedChange
* 14424 rename migration
2023-12-11 10:50:07 -05:00
Jeremy Stretch
35be4f05ef
Add note to bug reports section
2023-12-11 10:10:28 -05:00
Jeremy Stretch
d428dd172c
Fixes #14472 : Fix display of hidden custom fields in object edit forms
2023-12-08 08:45:03 -05:00
Jeremy Stretch
2ef023a160
Changelog for #14249 , #14390 , #14392 , #14397 , #14401 , #14432 , #14448
2023-12-07 16:34:49 -05:00
Jeremy Stretch
9d7192202d
Fixes #14392 : Fix admin UI bulk actions
2023-12-07 16:31:21 -05:00
Jeremy Stretch
95a8415e2d
Add deployment type to bug report template
2023-12-07 16:21:15 -05:00
Jeremy Stretch
b532435a6d
Closes #14436 : Add indexes for all GenericForeignKey fields ( #14463 )
...
* Closes #14436 : Add PostgreSQL indexes for all GenericForeignKeys
* Add note about GFK indexes to developer docs
2023-12-07 14:02:51 -05:00
Jeremy Stretch
2d1f882724
Closes #14458 : Remove the clearcache management command
2023-12-07 13:45:50 -05:00
Jeremy Stretch
e59ee3e01e
Fixes #14397 : Pass a mutable copy of request data when provisioning available IPs
2023-12-07 11:20:03 -05:00
Jeremy Stretch
5d2f499ffb
Fixes #14432 : Fix hyperlinks for global search result attributes
2023-12-07 09:52:40 -05:00
Abhimanyu Saharan
92bdaa2120
Fixes IPv6 detection from headers ( #14456 )
...
* fixes client ip detection for v6
* adds test for get_client_ip
* Employ urlparse() to strip port numbers from IPs
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-12-07 09:45:30 -05:00
Jeremy Stretch
fe3f21105c
Fixes #14448 : Fix exception when creating a power feed with rack and panel in different sites
2023-12-06 15:28:47 -05:00
Jeremy Stretch
32264ac3e3
Fixes #14322 : Populate default custom field values when instantiating templated device components
2023-12-06 15:21:34 -05:00
Arthur
b34daeaacb
14401 review changes - remove migration
2023-12-06 15:16:03 -05:00
Arthur
d2c3a39ebb
14401 validate rack startion position > 0
2023-12-06 15:16:03 -05:00
Jeremy Stretch
d10ac9b4a7
Closes #12623 : Document need for core.sync_datasource permission
2023-12-05 14:03:38 -05:00
Abhimanyu Saharan
b21ed6a334
adds optional classes parameter #14390
2023-12-05 13:51:28 -05:00
Jeremy Stretch
f58d80643c
Release v3.7-beta1
v3.7-beta1
2023-12-05 08:25:48 -05:00
Jeremy Stretch
1afac47178
Documentation cleanup
2023-12-05 08:05:44 -05:00
Jeremy Stretch
8db1093fdc
#9816 : Add TunnelGroup
2023-12-04 15:44:52 -05:00
Jeremy Stretch
9f1283f0fa
Upgrade django-taggit to v5.0.1
2023-12-04 13:43:58 -05:00
Jeremy Stretch
2b7cc1e6fa
Upgrade Markdown to v3.5.1
2023-12-04 13:39:04 -05:00
Jeremy Stretch
115111df9e
#14132 : Fix documentation link
2023-12-04 11:15:13 -05:00