[PR #1672] [MERGED] Add Tenancy to Rack Reservations; Fixes #1592 #12250

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1672
Author: @dirtycajunrice
Created: 10/31/2017
Status: Merged
Merged: 11/15/2017
Merged by: @jeremystretch

Base: develop-2.3Head: develop


📝 Commits (10+)

📊 Changes

10 files changed (+58 additions, -11 deletions)

View changed files

📝 netbox/dcim/api/serializers.py (+1 -1)
📝 netbox/dcim/filters.py (+10 -0)
📝 netbox/dcim/forms.py (+10 -4)
netbox/dcim/migrations/0050_rackreservation_tenant.py (+22 -0)
📝 netbox/dcim/models.py (+1 -0)
📝 netbox/dcim/tables.py (+2 -1)
📝 netbox/dcim/views.py (+4 -4)
📝 netbox/templates/dcim/rack.html (+2 -0)
📝 netbox/templates/tenancy/tenant.html (+4 -0)
📝 netbox/tenancy/views.py (+2 -1)

📄 Description

Fixes:

#1592

Added tenant ownership, and created rack reservation stat on tenancy page, appended to api


🔄 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/1672 **Author:** [@dirtycajunrice](https://github.com/dirtycajunrice) **Created:** 10/31/2017 **Status:** ✅ Merged **Merged:** 11/15/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.3` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`92bdddf`](https://github.com/netbox-community/netbox/commit/92bdddf3ec9cbf0d5762cc19f9dad2fd14a0137d) fixed prefix header to represent new serial "vlan_vid" - [`db733a3`](https://github.com/netbox-community/netbox/commit/db733a35b6b4732ada28cb39ad4fd65db112c7db) shows option in creation now - [`8f72287`](https://github.com/netbox-community/netbox/commit/8f72287198c06a8e1a3a98e549b9db334910e7ed) fixed visibility on rack page - [`916cb71`](https://github.com/netbox-community/netbox/commit/916cb712d187ba66e107e45fae068cb4681bac9a) cleanup - [`9293e88`](https://github.com/netbox-community/netbox/commit/9293e885746cd5df4d9291eba357fbd7d05135fd) Added view to Tenant page - [`8b05dbc`](https://github.com/netbox-community/netbox/commit/8b05dbceadae179748af9444a5b0d3b859c91886) Moved migration for update from #1666 and fixed tenant enumeration in FilterForm - [`a62d464`](https://github.com/netbox-community/netbox/commit/a62d4645ac462c623cd4e764fa1637d4724ccd85) Merge branch 'develop' into develop - [`518bdf8`](https://github.com/netbox-community/netbox/commit/518bdf89075348c10abb17369eea419567d4ec3b) Fixed conflict #1 - [`db318ee`](https://github.com/netbox-community/netbox/commit/db318ee6a98e45232a9ed9eec98625c0cf170183) Fixed filters from merge and made migration merge - [`127772b`](https://github.com/netbox-community/netbox/commit/127772bf23de72aad6bcfec90cfeb7db38a6f605) added tenant to api ### 📊 Changes **10 files changed** (+58 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/serializers.py` (+1 -1) 📝 `netbox/dcim/filters.py` (+10 -0) 📝 `netbox/dcim/forms.py` (+10 -4) ➕ `netbox/dcim/migrations/0050_rackreservation_tenant.py` (+22 -0) 📝 `netbox/dcim/models.py` (+1 -0) 📝 `netbox/dcim/tables.py` (+2 -1) 📝 `netbox/dcim/views.py` (+4 -4) 📝 `netbox/templates/dcim/rack.html` (+2 -0) 📝 `netbox/templates/tenancy/tenant.html` (+4 -0) 📝 `netbox/tenancy/views.py` (+2 -1) </details> ### 📄 Description ### Fixes: #1592 <!-- Please include a summary of the proposed changes below. --> Added tenant ownership, and created rack reservation stat on tenancy page, appended to api --- <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:20:28 +01:00
adam closed this issue 2025-12-29 22:20:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12250