[PR #7510] [MERGED] Release v3.0.7 #13244

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7510
Author: @jeremystretch
Created: 10/8/2021
Status: Merged
Merged: 10/8/2021
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

22 files changed (+177 additions, -120 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 docs/models/extras/customlink.md (+2 -2)
📝 docs/release-notes/version-3.0.md (+16 -0)
📝 netbox/dcim/api/views.py (+19 -9)
📝 netbox/dcim/choices.py (+4 -0)
📝 netbox/dcim/filtersets.py (+9 -0)
📝 netbox/dcim/svg.py (+6 -0)
📝 netbox/dcim/tests/test_api.py (+16 -20)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/netbox/views/generic.py (+4 -5)
📝 netbox/project-static/dist/netbox.js (+7 -7)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/src/racks.ts (+55 -57)
📝 netbox/project-static/src/stores/rackImages.ts (+4 -2)
📝 netbox/templates/dcim/rack.html (+7 -4)
📝 netbox/templates/dcim/rack_elevation_list.html (+7 -3)
📝 netbox/templates/extras/report.html (+4 -0)
📝 netbox/templates/extras/script.html (+4 -0)
📝 netbox/templates/generic/object.html (+7 -5)

...and 2 more files

📄 Description

Enhancements

  • #6879 - Improve ability to toggle images/labels in rack elevations
  • #7485 - Add USB micro AB type

Bug Fixes

  • #7051 - Fix permissions evaluation and improve error handling for connected device REST API endpoint
  • #7471 - Correct redirect URL when attaching images via "add another" button
  • #7474 - Fix AttributeError exception when rendering a report or custom script
  • #7479 - Fix parent interface choices when bulk editing VM interfaces

🔄 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/7510 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/8/2021 **Status:** ✅ Merged **Merged:** 10/8/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`2bd2912`](https://github.com/netbox-community/netbox/commit/2bd29127dc74bf608ae2fb46c19efa8caf0459b0) PRVB - [`eb9f2b3`](https://github.com/netbox-community/netbox/commit/eb9f2b36ab740eae2ac33a38814f92ff8c82115d) Display device names in front of device front/rear images - [`6d1f07d`](https://github.com/netbox-community/netbox/commit/6d1f07df0589ad4600d8d8702e001e98151dce10) Mention data in custom fields, link Jinja2 docs. - [`f287612`](https://github.com/netbox-community/netbox/commit/f28761202faf15332b27ae83c0cc715b8c84d3b6) Added "USB Micro AB" combo type to choices - [`3f766ff`](https://github.com/netbox-community/netbox/commit/3f766ffea805a96c4bbb9621ac26b722ac7354e8) Fixes #7474: Fix AttributeError exception when rendering a report or custom script - [`b73db75`](https://github.com/netbox-community/netbox/commit/b73db750e540474937be01928899dbdce7bc3b5b) Fixes #7471: Correct redirect URL when attaching images via "add another" button - [`045ec7d`](https://github.com/netbox-community/netbox/commit/045ec7d3a02377d2fc7c257f42356d4a7381030c) Merge pull request #7486 from alexanderhofstaetter/patch-1 - [`2f4c1b6`](https://github.com/netbox-community/netbox/commit/2f4c1b6e8f5d0696a08d92d09c0b90622a420220) Merge pull request #7475 from HumanEquivalentUnit/patch-1 - [`5315474`](https://github.com/netbox-community/netbox/commit/53154746fc49c421f312e82a80127bf047c9d339) Changelog for #7485 - [`4be5d3f`](https://github.com/netbox-community/netbox/commit/4be5d3f9e97c94eb3f4576b5adf1eb8c90bf4d93) Merge pull request #6960 from candlerb/candlerb/6879-v3 ### 📊 Changes **22 files changed** (+177 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `docs/models/extras/customlink.md` (+2 -2) 📝 `docs/release-notes/version-3.0.md` (+16 -0) 📝 `netbox/dcim/api/views.py` (+19 -9) 📝 `netbox/dcim/choices.py` (+4 -0) 📝 `netbox/dcim/filtersets.py` (+9 -0) 📝 `netbox/dcim/svg.py` (+6 -0) 📝 `netbox/dcim/tests/test_api.py` (+16 -20) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/netbox/views/generic.py` (+4 -5) 📝 `netbox/project-static/dist/netbox.js` (+7 -7) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/src/racks.ts` (+55 -57) 📝 `netbox/project-static/src/stores/rackImages.ts` (+4 -2) 📝 `netbox/templates/dcim/rack.html` (+7 -4) 📝 `netbox/templates/dcim/rack_elevation_list.html` (+7 -3) 📝 `netbox/templates/extras/report.html` (+4 -0) 📝 `netbox/templates/extras/script.html` (+4 -0) 📝 `netbox/templates/generic/object.html` (+7 -5) _...and 2 more files_ </details> ### 📄 Description ## Enhancements * [#6879](https://github.com/netbox-community/netbox/issues/6879) - Improve ability to toggle images/labels in rack elevations * [#7485](https://github.com/netbox-community/netbox/issues/7485) - Add USB micro AB type ## Bug Fixes * [#7051](https://github.com/netbox-community/netbox/issues/7051) - Fix permissions evaluation and improve error handling for connected device REST API endpoint * [#7471](https://github.com/netbox-community/netbox/issues/7471) - Correct redirect URL when attaching images via "add another" button * [#7474](https://github.com/netbox-community/netbox/issues/7474) - Fix AttributeError exception when rendering a report or custom script * [#7479](https://github.com/netbox-community/netbox/issues/7479) - Fix parent interface choices when bulk editing VM interfaces --- <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:12 +01:00
adam closed this issue 2025-12-29 22:26:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13244