-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v3.3.6 #10758
Merged
Merged
Release v3.3.6 #10758
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These options can be used to specify a CA certificate to validate the LDAP server certificate
…cies Fixes #10527 - Update JS dependencies
Added LDAP_CA_CERT_* to LDAP settings
* 10596 add overflow-auto to card-body * 10596 add overflow-auto to card-body
* 10571 replace deprecated mkdoc settings * Omit landing page from docs nav menu Co-authored-by: jeremystretch <[email protected]>
* 10655 fix contacts display in list views * 10655 review changes
…10680) * 10643 add fieldset to device role for improved add/edit form display * 10643 update other forms * 10643 update other forms * Specify fieldsets for additional models Co-authored-by: jeremystretch <[email protected]>
…chema under Python 3.9+
As discussed in #10639, all three `COOKIE_PATH`s should be set accordingly with the netbox-`BASE_PATH` to improve coexistance with other Django-projects probably hosted on the same Host
* change IP address accessor to parent object * set IP assigned check to link to interface * Fix Assigned not being orderable Co-authored-by: Jeremy Stretch <[email protected]> Co-authored-by: Craig Pund <[email protected]> Co-authored-by: Jeremy Stretch <[email protected]>
* 9584 add device type (slug) to filter list * 9584 add test
* 10716 add left-right plugins to tags page * 10716 add back plugin_full_width
…device/VM primary IPs
…g an IP address via FHRP group creation
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhancements
BASE_PATH
Bug Fixes