[PR #1165] [CLOSED] Integrating graphQL with netbox #12173

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1165
Author: @misazr
Created: 5/11/2017
Status: Closed

Base: developHead: miodrag-graphql


📝 Commits (2)

📊 Changes

18 files changed (+8027 additions, -2 deletions)

View changed files

📝 .gitignore (+1 -1)
Dockerfile (+24 -0)
docker-compose.yml (+70 -0)
docker/docker-entrypoint.sh (+22 -0)
docker/nginx.conf (+35 -0)
netbox/dumpdata/__init__.py (+1 -0)
netbox/dumpdata/circuits_initial.json (+90 -0)
netbox/dumpdata/dump.sql (+7318 -0)
netbox/netbox/configuration.py (+92 -0)
📝 netbox/netbox/settings.py (+12 -1)
📝 netbox/netbox/urls.py (+4 -0)
netbox/ninech/__init__.py (+0 -0)
netbox/ninech/circuits_schema.py (+50 -0)
netbox/ninech/dcim_schema.py (+35 -0)
netbox/ninech/filter_fields.py (+3 -0)
netbox/ninech/ipam_schema.py (+30 -0)
netbox/ninech/schema.py (+206 -0)
netbox/ninech/tenancy_schema.py (+34 -0)

📄 Description

No description provided


🔄 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/1165 **Author:** [@misazr](https://github.com/misazr) **Created:** 5/11/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `miodrag-graphql` --- ### 📝 Commits (2) - [`11dd76e`](https://github.com/netbox-community/netbox/commit/11dd76ed13adb9d154d2b151f406d069cbee4a06) Dockerize django netbox - [`b581701`](https://github.com/netbox-community/netbox/commit/b581701b38e1a9fdbabe8df782fba58ca7314544) Added ninech graphql module ### 📊 Changes **18 files changed** (+8027 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) ➕ `Dockerfile` (+24 -0) ➕ `docker-compose.yml` (+70 -0) ➕ `docker/docker-entrypoint.sh` (+22 -0) ➕ `docker/nginx.conf` (+35 -0) ➕ `netbox/dumpdata/__init__.py` (+1 -0) ➕ `netbox/dumpdata/circuits_initial.json` (+90 -0) ➕ `netbox/dumpdata/dump.sql` (+7318 -0) ➕ `netbox/netbox/configuration.py` (+92 -0) 📝 `netbox/netbox/settings.py` (+12 -1) 📝 `netbox/netbox/urls.py` (+4 -0) ➕ `netbox/ninech/__init__.py` (+0 -0) ➕ `netbox/ninech/circuits_schema.py` (+50 -0) ➕ `netbox/ninech/dcim_schema.py` (+35 -0) ➕ `netbox/ninech/filter_fields.py` (+3 -0) ➕ `netbox/ninech/ipam_schema.py` (+30 -0) ➕ `netbox/ninech/schema.py` (+206 -0) ➕ `netbox/ninech/tenancy_schema.py` (+34 -0) </details> ### 📄 Description _No description provided_ --- <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:02 +01:00
adam closed this issue 2025-12-29 22:20:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12173