[PR #6] [MERGED] dcim: added json flat renderer. #11960

Closed
opened 2025-12-29 21:53:39 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6
Author: @zachmoody
Created: 3/8/2016
Status: Merged
Merged: 3/9/2016
Merged by: @zachmoody

Base: masterHead: flat-renderer


📝 Commits (2)

  • 8f5543f dcim: added json flat renderer.
  • 01d0ba7 dcim: removed unneeded primary_ip list

📊 Changes

3 files changed (+65 additions, -3 deletions)

View changed files

📝 netbox/dcim/api/views.py (+2 -2)
📝 netbox/dcim/tests/test_apis.py (+42 -0)
📝 netbox/extras/api/renderers.py (+21 -1)

📄 Description

Should address #1 - Adds flat_json renderer.


🔄 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/6 **Author:** [@zachmoody](https://github.com/zachmoody) **Created:** 3/8/2016 **Status:** ✅ Merged **Merged:** 3/9/2016 **Merged by:** [@zachmoody](https://github.com/zachmoody) **Base:** `master` ← **Head:** `flat-renderer` --- ### 📝 Commits (2) - [`8f5543f`](https://github.com/netbox-community/netbox/commit/8f5543fe88dc965626417e14fd46eeba37cbe29c) dcim: added json flat renderer. - [`01d0ba7`](https://github.com/netbox-community/netbox/commit/01d0ba7ee1aaae2d9fa946a74dbb2ee79af34c45) dcim: removed unneeded primary_ip list ### 📊 Changes **3 files changed** (+65 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/views.py` (+2 -2) 📝 `netbox/dcim/tests/test_apis.py` (+42 -0) 📝 `netbox/extras/api/renderers.py` (+21 -1) </details> ### 📄 Description Should address #1 - Adds flat_json renderer. --- <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 21:53:39 +01:00
adam closed this issue 2025-12-29 21:53: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#11960