[PR #106] [MERGED] Release v1.0.5 #11989

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 9acd0e9 Add sanity check checklist for submitting pull requests
  • 6c41579 Corrected description of prefix and VLAN statuses
  • ec667ee Fixes #84: Added IFACE_FF_10GE_COPPER
  • 03fa000 Merge pull request #86 from digitalocean/iface_form_factors
  • fdfc328 Fixes #75: Ignore a Device's occupied rack units when relocating it within a rack
  • 8b357a3 Fixes #61: Added list of RackGroups to Site view
  • e7615cf Added instructions for upgrading NetBox
  • 4a04af1 Fixed VRF filter for API
  • fc3cb72 Merge pull request #82 from digitalocean/contributing-checklist
  • 945ca31 Fixes #92: Redirect to module creation page on 'add another'

📊 Changes

10 files changed (+218 additions, -50 deletions)

View changed files

📝 CONTRIBUTING.md (+8 -2)
📝 docs/getting-started.md (+60 -15)
📝 docs/ipam.md (+2 -4)
📝 netbox/dcim/forms.py (+5 -2)
netbox/dcim/migrations/0003_auto_20160628_1721.py (+25 -0)
📝 netbox/dcim/models.py (+62 -16)
📝 netbox/dcim/views.py (+6 -1)
📝 netbox/ipam/api/views.py (+2 -1)
📝 netbox/ipam/filters.py (+28 -8)
📝 netbox/templates/dcim/site.html (+20 -1)

📄 Description

  • Added 10GBASE-T interface form factor
  • #75: Made it easier to relocate a 2U+ device within a rack
  • #61: Added a list of rack groups to the site view
  • Added upgrade instructions to the "getting started guide"
  • Fixed VRF filtering in the API
  • #92: Fixed redirection when adding modules to a device
  • #9: Improved the ordering of complex interface names
  • #103: Fixed VRF filtering for prefixes and IP addresses

🔄 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/106 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/29/2016 **Status:** ✅ Merged **Merged:** 6/29/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`9acd0e9`](https://github.com/netbox-community/netbox/commit/9acd0e99f99c3a5ec5214e60b491fa517f70aadf) Add sanity check checklist for submitting pull requests - [`6c41579`](https://github.com/netbox-community/netbox/commit/6c415794cd4aea385b964be8d5d87b99442775e4) Corrected description of prefix and VLAN statuses - [`ec667ee`](https://github.com/netbox-community/netbox/commit/ec667eeed0d4f317226cb28541f915612e0bae61) Fixes #84: Added IFACE_FF_10GE_COPPER - [`03fa000`](https://github.com/netbox-community/netbox/commit/03fa000d8dbe2075e05eca0b9cfc30d000bea1ff) Merge pull request #86 from digitalocean/iface_form_factors - [`fdfc328`](https://github.com/netbox-community/netbox/commit/fdfc32899d12607821456d7e973d1327fef522b1) Fixes #75: Ignore a Device's occupied rack units when relocating it within a rack - [`8b357a3`](https://github.com/netbox-community/netbox/commit/8b357a311d4da557e447b1383ad8db3b3dc1d137) Fixes #61: Added list of RackGroups to Site view - [`e7615cf`](https://github.com/netbox-community/netbox/commit/e7615cf32fbcfe1375de30225acd729d37451eb0) Added instructions for upgrading NetBox - [`4a04af1`](https://github.com/netbox-community/netbox/commit/4a04af145bc01c909adc52eda6298b00f874ae7b) Fixed VRF filter for API - [`fc3cb72`](https://github.com/netbox-community/netbox/commit/fc3cb72ab88a678d4b48957ef3e82cabf9a1a502) Merge pull request #82 from digitalocean/contributing-checklist - [`945ca31`](https://github.com/netbox-community/netbox/commit/945ca314609bc1de9b861cfa759003430ed133da) Fixes #92: Redirect to module creation page on 'add another' ### 📊 Changes **10 files changed** (+218 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+8 -2) 📝 `docs/getting-started.md` (+60 -15) 📝 `docs/ipam.md` (+2 -4) 📝 `netbox/dcim/forms.py` (+5 -2) ➕ `netbox/dcim/migrations/0003_auto_20160628_1721.py` (+25 -0) 📝 `netbox/dcim/models.py` (+62 -16) 📝 `netbox/dcim/views.py` (+6 -1) 📝 `netbox/ipam/api/views.py` (+2 -1) 📝 `netbox/ipam/filters.py` (+28 -8) 📝 `netbox/templates/dcim/site.html` (+20 -1) </details> ### 📄 Description - Added 10GBASE-T interface form factor - #75: Made it easier to relocate a 2U+ device within a rack - #61: Added a list of rack groups to the site view - Added upgrade instructions to the "getting started guide" - Fixed VRF filtering in the API - #92: Fixed redirection when adding modules to a device - #9: Improved the ordering of complex interface names - #103: Fixed VRF filtering for prefixes and IP addresses --- <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:18:58 +01:00
adam closed this issue 2025-12-29 22:18:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11989