[PR #8540] [MERGED] Release v3.1.7 #13363

Closed
opened 2025-12-29 22:26:59 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8540
Author: @jeremystretch
Created: 2/3/2022
Status: Merged
Merged: 2/3/2022
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • 1584d51 PRVB
  • 38963e7 Fixes #8377: Fix calculation of absolute cable lengths when specified in fractional units
  • 4b81d86 Closes #8376: Correct example condition defitinions; call out value vs label ealuation for choice fields
  • 29d4859 Fixes #8375 - Change ASN display column from ASDOT to ASPLAIN. Add ASDOT display column.
  • 4711b4d Correct FeatureQuery invocations
  • 21468ff Closes #8367: Add ASNs to global search function
  • 1f2d4fd Closes #8381: Add contacts to global search function
  • 69eb6b1 Closes #8368: Enable controlling the order of custom script form fields with field_order
  • 8df382d Fixes #8476: Bring the ASN Web UI up to the standard set by other objects
  • 64dd46c Merge pull request #8482 from 991jo/feature-asn-ui-improvement

📊 Changes

48 files changed (+310 additions, -134 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 base_requirements.txt (+1 -1)
📝 contrib/netbox-housekeeping.sh (+0 -0)
📝 docs/additional-features/webhooks.md (+17 -0)
📝 docs/administration/housekeeping.md (+1 -1)
📝 docs/customization/custom-scripts.md (+4 -0)
📝 docs/customization/custom-validation.md (+1 -1)
📝 docs/development/getting-started.md (+4 -4)
📝 docs/graphql-api/overview.md (+1 -1)
📝 docs/models/extras/webhook.md (+0 -13)
📝 docs/reference/conditions.md (+5 -2)
📝 docs/release-notes/version-3.0.md (+1 -1)
📝 docs/release-notes/version-3.1.md (+29 -0)
📝 netbox/dcim/api/serializers.py (+1 -1)
netbox/dcim/migrations/0144_fix_cable_abs_length.py (+31 -0)
📝 netbox/dcim/tables/cables.py (+1 -1)
📝 netbox/dcim/tables/devices.py (+2 -2)
📝 netbox/dcim/tables/devicetypes.py (+3 -0)
📝 netbox/dcim/tables/sites.py (+1 -1)

...and 28 more files

📄 Description

Enhancements

  • #7504 - Include IP range data under IPAM role views
  • #8275 - Introduce alternative ASDOT-formatted column for ASNs
  • #8367 - Add ASNs to global search function
  • #8368 - Enable controlling the order of custom script form fields with field_order
  • #8381 - Add contacts to global search function
  • #8462 - Linkify manufacturer column in device type table
  • #8476 - Bring the ASN Web UI up to the standard set by other objects
  • #8494 - Include locations count under tenant view
  • #8517 - Render boolean custom fields as icons in object tables
  • #8530 - Indicate CSV or YAML as format for "all data" export

Bug Fixes

  • #8315 - Fix display of NAT link for primary IPv4 address under device view
  • #8377 - Fix calculation of absolute cable lengths when specified in fractional units
  • #8425 - Fix exception when viewing change list/records with removed plugins
  • #8456 - Fix redundant display of VRF RD in prefix view
  • #8465 - Accept empty string values for Interface rf_channel in REST API
  • #8498 - Fix display of selected content type filters in object list views
  • #8499 - Content types REST API endpoint should not require model permission
  • #8512 - Correct file permissions to allow execution of housekeeping script
  • #8527 - Fix display of changelog retention period

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/8540 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/3/2022 **Status:** ✅ Merged **Merged:** 2/3/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`1584d51`](https://github.com/netbox-community/netbox/commit/1584d51433cb68dc93c9f83c111c5744443a2538) PRVB - [`38963e7`](https://github.com/netbox-community/netbox/commit/38963e7960102501a2a22d0150d74252a1f7f8a5) Fixes #8377: Fix calculation of absolute cable lengths when specified in fractional units - [`4b81d86`](https://github.com/netbox-community/netbox/commit/4b81d86311e80c055bd5a8b1ad55b2472ebc69e8) Closes #8376: Correct example condition defitinions; call out value vs label ealuation for choice fields - [`29d4859`](https://github.com/netbox-community/netbox/commit/29d4859e02b02f0afdd59d7b7e4c3c693758cd4e) Fixes #8375 - Change ASN display column from ASDOT to ASPLAIN. Add ASDOT display column. - [`4711b4d`](https://github.com/netbox-community/netbox/commit/4711b4d5290f822ea33b668bc151181b2b085e6f) Correct FeatureQuery invocations - [`21468ff`](https://github.com/netbox-community/netbox/commit/21468fff25cb87327d77340900fd2ff0c6355caf) Closes #8367: Add ASNs to global search function - [`1f2d4fd`](https://github.com/netbox-community/netbox/commit/1f2d4fd2b3ae3ef0c454e1c48cced4c7773c6cc1) Closes #8381: Add contacts to global search function - [`69eb6b1`](https://github.com/netbox-community/netbox/commit/69eb6b11d0ee288b41d6b905e890b5995273e092) Closes #8368: Enable controlling the order of custom script form fields with field_order - [`8df382d`](https://github.com/netbox-community/netbox/commit/8df382d976fd111373163a34dd105eeb47df2200) Fixes #8476: Bring the ASN Web UI up to the standard set by other objects - [`64dd46c`](https://github.com/netbox-community/netbox/commit/64dd46c7e43b026fd4707b8f5486a41f57c0422e) Merge pull request #8482 from 991jo/feature-asn-ui-improvement ### 📊 Changes **48 files changed** (+310 additions, -134 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `base_requirements.txt` (+1 -1) 📝 `contrib/netbox-housekeeping.sh` (+0 -0) 📝 `docs/additional-features/webhooks.md` (+17 -0) 📝 `docs/administration/housekeeping.md` (+1 -1) 📝 `docs/customization/custom-scripts.md` (+4 -0) 📝 `docs/customization/custom-validation.md` (+1 -1) 📝 `docs/development/getting-started.md` (+4 -4) 📝 `docs/graphql-api/overview.md` (+1 -1) 📝 `docs/models/extras/webhook.md` (+0 -13) 📝 `docs/reference/conditions.md` (+5 -2) 📝 `docs/release-notes/version-3.0.md` (+1 -1) 📝 `docs/release-notes/version-3.1.md` (+29 -0) 📝 `netbox/dcim/api/serializers.py` (+1 -1) ➕ `netbox/dcim/migrations/0144_fix_cable_abs_length.py` (+31 -0) 📝 `netbox/dcim/tables/cables.py` (+1 -1) 📝 `netbox/dcim/tables/devices.py` (+2 -2) 📝 `netbox/dcim/tables/devicetypes.py` (+3 -0) 📝 `netbox/dcim/tables/sites.py` (+1 -1) _...and 28 more files_ </details> ### 📄 Description ### Enhancements * [#7504](https://github.com/netbox-community/netbox/issues/7504) - Include IP range data under IPAM role views * [#8275](https://github.com/netbox-community/netbox/issues/8275) - Introduce alternative ASDOT-formatted column for ASNs * [#8367](https://github.com/netbox-community/netbox/issues/8367) - Add ASNs to global search function * [#8368](https://github.com/netbox-community/netbox/issues/8368) - Enable controlling the order of custom script form fields with `field_order` * [#8381](https://github.com/netbox-community/netbox/issues/8381) - Add contacts to global search function * [#8462](https://github.com/netbox-community/netbox/issues/8462) - Linkify manufacturer column in device type table * [#8476](https://github.com/netbox-community/netbox/issues/8476) - Bring the ASN Web UI up to the standard set by other objects * [#8494](https://github.com/netbox-community/netbox/issues/8494) - Include locations count under tenant view * [#8517](https://github.com/netbox-community/netbox/issues/8517) - Render boolean custom fields as icons in object tables * [#8530](https://github.com/netbox-community/netbox/issues/8530) - Indicate CSV or YAML as format for "all data" export ### Bug Fixes * [#8315](https://github.com/netbox-community/netbox/issues/8315) - Fix display of NAT link for primary IPv4 address under device view * [#8377](https://github.com/netbox-community/netbox/issues/8377) - Fix calculation of absolute cable lengths when specified in fractional units * [#8425](https://github.com/netbox-community/netbox/issues/8425) - Fix exception when viewing change list/records with removed plugins * [#8456](https://github.com/netbox-community/netbox/issues/8456) - Fix redundant display of VRF RD in prefix view * [#8465](https://github.com/netbox-community/netbox/issues/8465) - Accept empty string values for Interface `rf_channel` in REST API * [#8498](https://github.com/netbox-community/netbox/issues/8498) - Fix display of selected content type filters in object list views * [#8499](https://github.com/netbox-community/netbox/issues/8499) - Content types REST API endpoint should not require model permission * [#8512](https://github.com/netbox-community/netbox/issues/8512) - Correct file permissions to allow execution of housekeeping script * [#8527](https://github.com/netbox-community/netbox/issues/8527) - Fix display of changelog retention period --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:26:59 +01:00
adam closed this issue 2025-12-29 22:26:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13363