[PR #3844] [CLOSED] Develop 2.7 - New Connection Types #12660

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3844
Author: @ryanmerolle
Created: 1/3/2020
Status: Closed

Base: develop-2.7Head: develop-2.7


📝 Commits (5)

  • 59ca286 added wireless interface type 802.11ax
  • 5b5283c added ConsolePortTypeChoice rj-12
  • e119440 added PowerPortTypeChoices California Style
  • 0797af3 Fixed Missing Parentheses in chouces.py
  • 32b2e43 1 more set of missing parentheses in choices.py

📊 Changes

9 files changed (+73 additions, -12 deletions)

View changed files

📝 netbox/dcim/choices.py (+59 -0)
📝 netbox/dcim/constants.py (+1 -0)
📝 netbox/dcim/migrations/0023_devicetype_comments_squashed_0043_device_component_name_lengths.py (+2 -2)
📝 netbox/dcim/migrations/0038_wireless_interfaces.py (+2 -2)
📝 netbox/dcim/migrations/0042_interface_ff_10ge_cx4.py (+2 -2)
📝 netbox/dcim/migrations/0044_virtualization_squashed_0055_virtualchassis_ordering.py (+2 -2)
📝 netbox/dcim/migrations/0047_more_100ge_form_factors.py (+2 -2)
📝 netbox/dcim/migrations/0062_interface_mtu.py (+2 -2)
📝 netbox/dcim/migrations/0082_3569_interface_fields.py (+1 -0)

📄 Description

Fixes #3841 (PowerPort & PowerOutlet)
Fixes #3842
Fixes #3843


🔄 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/3844 **Author:** [@ryanmerolle](https://github.com/ryanmerolle) **Created:** 1/3/2020 **Status:** ❌ Closed **Base:** `develop-2.7` ← **Head:** `develop-2.7` --- ### 📝 Commits (5) - [`59ca286`](https://github.com/netbox-community/netbox/commit/59ca2860936e758db5e3c948242863ef0b165217) added wireless interface type 802.11ax - [`5b5283c`](https://github.com/netbox-community/netbox/commit/5b5283c683e9adc5087c13f855aee09b6b00063b) added ConsolePortTypeChoice rj-12 - [`e119440`](https://github.com/netbox-community/netbox/commit/e1194401a1b5fc5cbee207f6c5d01918da2abf1d) added PowerPortTypeChoices California Style - [`0797af3`](https://github.com/netbox-community/netbox/commit/0797af3e6e198a12fdc57cfe31add8f1e6a252b4) Fixed Missing Parentheses in chouces.py - [`32b2e43`](https://github.com/netbox-community/netbox/commit/32b2e439736d98d91cbd5dd7e4e8bf694425dc61) 1 more set of missing parentheses in choices.py ### 📊 Changes **9 files changed** (+73 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/choices.py` (+59 -0) 📝 `netbox/dcim/constants.py` (+1 -0) 📝 `netbox/dcim/migrations/0023_devicetype_comments_squashed_0043_device_component_name_lengths.py` (+2 -2) 📝 `netbox/dcim/migrations/0038_wireless_interfaces.py` (+2 -2) 📝 `netbox/dcim/migrations/0042_interface_ff_10ge_cx4.py` (+2 -2) 📝 `netbox/dcim/migrations/0044_virtualization_squashed_0055_virtualchassis_ordering.py` (+2 -2) 📝 `netbox/dcim/migrations/0047_more_100ge_form_factors.py` (+2 -2) 📝 `netbox/dcim/migrations/0062_interface_mtu.py` (+2 -2) 📝 `netbox/dcim/migrations/0082_3569_interface_fields.py` (+1 -0) </details> ### 📄 Description Fixes #3841 (PowerPort & PowerOutlet) Fixes #3842 Fixes #3843 --- <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:22:54 +01:00
adam closed this issue 2025-12-29 22:22:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12660