[PR #726] [MERGED] Release v1.7.2 #12104

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/726
Author: @jeremystretch
Created: 12/6/2016
Status: Merged
Merged: 12/6/2016
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • 1af9ea9 Post-release version bump
  • cc79b11 Fixes #696: Corrected link to VRF in prefix and IP address breadcrumbs
  • 8bff8bc Fixes #702: Improved Unicode support for custom fields
  • e31fae5 Fixes #712: Corrected export of tenants which are not assigned to a group
  • 77ac79f Fixes #713: Include a label for the comments field when editing circuits, providers, or racks in bulk
  • 9ea3383 #702: Fix lingering Unicode incompatibility
  • 9b8bae5 Fixes #677: Add cffi as an explicit dependency to avoid setuptools error on Debian
  • 2986840 Specified syntax for code blocks
  • d960481 Ditched syntax highlighting for shell commands
  • b275009 Fixed missing on command block

📊 Changes

40 files changed (+360 additions, -213 deletions)

View changed files

📝 CONTRIBUTING.md (+3 -2)
📝 docs/installation/docker.md (+4 -4)
📝 docs/installation/ldap.md (+3 -3)
📝 docs/installation/netbox.md (+17 -18)
📝 docs/installation/postgresql.md (+6 -6)
📝 docs/installation/upgrading.md (+6 -6)
📝 docs/installation/web-server.md (+11 -11)
📝 netbox/circuits/forms.py (+2 -2)
📝 netbox/dcim/filters.py (+11 -0)
📝 netbox/dcim/fixtures/initial_data.json (+9 -9)
📝 netbox/dcim/forms.py (+2 -1)
netbox/dcim/migrations/0022_color_names_to_rgb.py (+57 -0)
📝 netbox/dcim/models.py (+11 -37)
📝 netbox/dcim/tables.py (+3 -3)
📝 netbox/extras/admin.py (+5 -1)
📝 netbox/extras/models.py (+2 -2)
📝 netbox/ipam/admin.py (+1 -1)
📝 netbox/ipam/api/serializers.py (+2 -2)
📝 netbox/ipam/filters.py (+7 -0)
📝 netbox/ipam/fixtures/initial_data.json (+12 -6)

...and 20 more files

📄 Description

Improvements

  • #663 - Added MAC address search field to device list
  • #672 - Increased the selection of available colors for rack and device roles
  • #695 - Added is_private field to RIR

Bug Fixes

  • #677 - Fix setuptools installation error on Debian 8.6
  • #696 - Corrected link to VRF in prefix and IP address breadcrumbs
  • #702 - Improved Unicode support for custom fields
  • #712 - Corrected export of tenants which are not assigned to a group
  • #713 - Include a label for the comments field when editing circuits, providers, or racks in bulk
  • #718 - Restore is_primary field on IP assignment form
  • #723 - API documentation is now accessible when using BASE_PATH

🔄 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/726 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/6/2016 **Status:** ✅ Merged **Merged:** 12/6/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`1af9ea9`](https://github.com/netbox-community/netbox/commit/1af9ea9e2d1c20738b9ab43033696a14312c00b5) Post-release version bump - [`cc79b11`](https://github.com/netbox-community/netbox/commit/cc79b1136b3b13ac3be351c4f52b98da17e6ffd8) Fixes #696: Corrected link to VRF in prefix and IP address breadcrumbs - [`8bff8bc`](https://github.com/netbox-community/netbox/commit/8bff8bcbe2922a7cb6aeb7c9344c34d99563d08f) Fixes #702: Improved Unicode support for custom fields - [`e31fae5`](https://github.com/netbox-community/netbox/commit/e31fae5ec5dfa8ba9305fc6501d8158f806c1295) Fixes #712: Corrected export of tenants which are not assigned to a group - [`77ac79f`](https://github.com/netbox-community/netbox/commit/77ac79f32c24039d3d737145221204640483d94e) Fixes #713: Include a label for the comments field when editing circuits, providers, or racks in bulk - [`9ea3383`](https://github.com/netbox-community/netbox/commit/9ea3383fdef0634d2e250b6d25746fe9e656d174) #702: Fix lingering Unicode incompatibility - [`9b8bae5`](https://github.com/netbox-community/netbox/commit/9b8bae501b29ae238754afcdcbf8116186f33264) Fixes #677: Add cffi as an explicit dependency to avoid setuptools error on Debian - [`2986840`](https://github.com/netbox-community/netbox/commit/2986840755e57f8412a1c21710c746c20e0c4512) Specified syntax for code blocks - [`d960481`](https://github.com/netbox-community/netbox/commit/d960481adb5232b63122dcdcddbdb5a7b576af4d) Ditched syntax highlighting for shell commands - [`b275009`](https://github.com/netbox-community/netbox/commit/b275009544be0c5b61255487f8131122b9c483d8) Fixed missing on command block ### 📊 Changes **40 files changed** (+360 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+3 -2) 📝 `docs/installation/docker.md` (+4 -4) 📝 `docs/installation/ldap.md` (+3 -3) 📝 `docs/installation/netbox.md` (+17 -18) 📝 `docs/installation/postgresql.md` (+6 -6) 📝 `docs/installation/upgrading.md` (+6 -6) 📝 `docs/installation/web-server.md` (+11 -11) 📝 `netbox/circuits/forms.py` (+2 -2) 📝 `netbox/dcim/filters.py` (+11 -0) 📝 `netbox/dcim/fixtures/initial_data.json` (+9 -9) 📝 `netbox/dcim/forms.py` (+2 -1) ➕ `netbox/dcim/migrations/0022_color_names_to_rgb.py` (+57 -0) 📝 `netbox/dcim/models.py` (+11 -37) 📝 `netbox/dcim/tables.py` (+3 -3) 📝 `netbox/extras/admin.py` (+5 -1) 📝 `netbox/extras/models.py` (+2 -2) 📝 `netbox/ipam/admin.py` (+1 -1) 📝 `netbox/ipam/api/serializers.py` (+2 -2) 📝 `netbox/ipam/filters.py` (+7 -0) 📝 `netbox/ipam/fixtures/initial_data.json` (+12 -6) _...and 20 more files_ </details> ### 📄 Description ## Improvements * [#663](https://github.com/digitalocean/netbox/issues/663) - Added MAC address search field to device list * [#672](https://github.com/digitalocean/netbox/issues/672) - Increased the selection of available colors for rack and device roles * [#695](https://github.com/digitalocean/netbox/issues/695) - Added is_private field to RIR ## Bug Fixes * [#677](https://github.com/digitalocean/netbox/issues/677) - Fix setuptools installation error on Debian 8.6 * [#696](https://github.com/digitalocean/netbox/issues/696) - Corrected link to VRF in prefix and IP address breadcrumbs * [#702](https://github.com/digitalocean/netbox/issues/702) - Improved Unicode support for custom fields * [#712](https://github.com/digitalocean/netbox/issues/712) - Corrected export of tenants which are not assigned to a group * [#713](https://github.com/digitalocean/netbox/issues/713) - Include a label for the comments field when editing circuits, providers, or racks in bulk * [#718](https://github.com/digitalocean/netbox/issues/718) - Restore is_primary field on IP assignment form * [#723](https://github.com/digitalocean/netbox/issues/723) - API documentation is now accessible when using BASE_PATH --- <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:38 +01:00
adam closed this issue 2025-12-29 22:19:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12104