[PR #774] [MERGED] Release v1.8.1 #12112

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/774
Author: @jeremystretch
Created: 1/4/2017
Status: Merged
Merged: 1/4/2017
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (8)

  • 6eff95a Post-release version bump
  • 921b08d Allow null filtering of prefix VLAN
  • 96451bf Fixes #767: Fixes xconnect_id error when searching for ciruits
  • 7f297b4 Fixes #769: Show default value for boolean custom fields
  • 8154ae3 Closes #771: Don't automatically redirect user when only one object is returned in a list
  • 52567c4 Fixes #764: Encapsulate in double quotes values containing commas when exporting to CSV
  • 0d4b2a6 Fixes #772: Fix TypeError in API RackUnitListView when no device is excluded
  • bce23eb Release v1.8.1

📊 Changes

11 files changed (+93 additions, -81 deletions)

View changed files

📝 netbox/circuits/filters.py (+2 -1)
📝 netbox/circuits/models.py (+8 -7)
📝 netbox/dcim/api/views.py (+7 -5)
📝 netbox/dcim/models.py (+26 -25)
📝 netbox/extras/forms.py (+2 -2)
📝 netbox/ipam/filters.py (+1 -1)
📝 netbox/ipam/models.py (+28 -27)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/tenancy/models.py (+3 -2)
netbox/utilities/utils.py (+15 -0)
📝 netbox/utilities/views.py (+0 -10)

📄 Description

Improvements

  • #771 - Don't automatically redirect user when only one object is returned in a list

Bug Fixes

  • #764 - Encapsulate in double quotes values containing commas when exporting to CSV
  • #767 - Fixes xconnect_id error when searching for circuits
  • #769 - Show default value for boolean custom fields
  • #772 - Fixes TypeError in API RackUnitListView when no device is excluded

🔄 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/774 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/4/2017 **Status:** ✅ Merged **Merged:** 1/4/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (8) - [`6eff95a`](https://github.com/netbox-community/netbox/commit/6eff95a2b1745ee2c10a7ca2b12303798a0868b1) Post-release version bump - [`921b08d`](https://github.com/netbox-community/netbox/commit/921b08d0c97b2ec2b784acc0ae5550519634fa20) Allow null filtering of prefix VLAN - [`96451bf`](https://github.com/netbox-community/netbox/commit/96451bfe9ee056e02fd4bdbd92de482c8c5ed0ad) Fixes #767: Fixes xconnect_id error when searching for ciruits - [`7f297b4`](https://github.com/netbox-community/netbox/commit/7f297b47337e2cf35e67cbac2e8f2a0d37a9de61) Fixes #769: Show default value for boolean custom fields - [`8154ae3`](https://github.com/netbox-community/netbox/commit/8154ae3685016532164a6778aca69f5d4c647ef7) Closes #771: Don't automatically redirect user when only one object is returned in a list - [`52567c4`](https://github.com/netbox-community/netbox/commit/52567c4ade29b7caa3847d3fd9bdd4d1551071af) Fixes #764: Encapsulate in double quotes values containing commas when exporting to CSV - [`0d4b2a6`](https://github.com/netbox-community/netbox/commit/0d4b2a6e9224307e1e9145c1d711f7e93d0fe06d) Fixes #772: Fix TypeError in API RackUnitListView when no device is excluded - [`bce23eb`](https://github.com/netbox-community/netbox/commit/bce23ebdf56b25857f5830d0f4bd2c5930b0ea96) Release v1.8.1 ### 📊 Changes **11 files changed** (+93 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/filters.py` (+2 -1) 📝 `netbox/circuits/models.py` (+8 -7) 📝 `netbox/dcim/api/views.py` (+7 -5) 📝 `netbox/dcim/models.py` (+26 -25) 📝 `netbox/extras/forms.py` (+2 -2) 📝 `netbox/ipam/filters.py` (+1 -1) 📝 `netbox/ipam/models.py` (+28 -27) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/tenancy/models.py` (+3 -2) ➕ `netbox/utilities/utils.py` (+15 -0) 📝 `netbox/utilities/views.py` (+0 -10) </details> ### 📄 Description ## Improvements * [#771](https://github.com/digitalocean/netbox/issues/771) - Don't automatically redirect user when only one object is returned in a list ## Bug Fixes * [#764](https://github.com/digitalocean/netbox/issues/764) - Encapsulate in double quotes values containing commas when exporting to CSV * [#767](https://github.com/digitalocean/netbox/issues/767) - Fixes xconnect_id error when searching for circuits * [#769](https://github.com/digitalocean/netbox/issues/769) - Show default value for boolean custom fields * [#772](https://github.com/digitalocean/netbox/issues/772) - Fixes TypeError in API RackUnitListView when no device is excluded --- <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:19:41 +01:00
adam closed this issue 2025-12-29 22:19:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12112