[PR #4892] [CLOSED] Config patch #12940

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4892
Author: @jinaloo7
Created: 7/23/2020
Status: Closed

Base: developHead: config-patch


📝 Commits (10+)

  • cca2c6b Vapor API Scaffold (#2)
  • 2e92df7 Add support for django-allauth
  • 526e7d4 Post-release version bump
  • b00c6e8 Add filter for has local context data (#3159)
  • 795f86c Add in in-line vlan editing and Bulk vlan editing (#3350)
  • 5848a21 Fixes: #3318 - Increases length of platform name and slug to 64 characters (#3353)
  • 05e5190 Update Changelog with Future Changes
  • 77997cb Fixes #3489: Prevent exception triggered by webhook upon object deletion
  • bf3afa6 Moved related projects list to the wiki
  • 8371677 Changelog cleanup

📊 Changes

78 files changed (+3358 additions, -16 deletions)

View changed files

.dockerignore (+3 -0)
📝 .gitignore (+4 -0)
.jenkins (+139 -0)
Dockerfile (+103 -0)
README (+18 -0)
docker-compose.yml (+70 -0)
docker/configuration.docker.py (+10 -0)
docker/configuration/configuration.py (+209 -0)
docker/configuration/gunicorn_config.py (+8 -0)
docker/configuration/ldap_config.py (+80 -0)
docker/docker-entrypoint.sh (+61 -0)
docker/env/netbox.env (+30 -0)
docker/initializers/custom_fields.yml (+11 -0)
docker/initializers/device_roles.yml (+9 -0)
docker/initializers/device_types.yml (+20 -0)
docker/initializers/devices.yml (+484 -0)
docker/initializers/groups.yml (+16 -0)
docker/initializers/interfaces.yml (+6 -0)
docker/initializers/manufacturers.yml (+20 -0)
docker/initializers/platforms.yml (+19 -0)

...and 58 more files

📄 Description

Fixes:


🔄 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/4892 **Author:** [@jinaloo7](https://github.com/jinaloo7) **Created:** 7/23/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `config-patch` --- ### 📝 Commits (10+) - [`cca2c6b`](https://github.com/netbox-community/netbox/commit/cca2c6b68027e8bcf48f4a77c4f94fa03ff4b5f9) Vapor API Scaffold (#2) - [`2e92df7`](https://github.com/netbox-community/netbox/commit/2e92df7fa560da78bd02e3623f09468656407872) Add support for django-allauth - [`526e7d4`](https://github.com/netbox-community/netbox/commit/526e7d4ef161be2e48db97bf1ac8e938e7255b11) Post-release version bump - [`b00c6e8`](https://github.com/netbox-community/netbox/commit/b00c6e8cf398192dc2cfd67755395e401c42aa4a) Add filter for has local context data (#3159) - [`795f86c`](https://github.com/netbox-community/netbox/commit/795f86caef48c3a8b51278390eb90becc3b1f6cc) Add in in-line vlan editing and Bulk vlan editing (#3350) - [`5848a21`](https://github.com/netbox-community/netbox/commit/5848a21300e12b7120ace5b3ee5e7cb44d8ade13) Fixes: #3318 - Increases length of platform name and slug to 64 characters (#3353) - [`05e5190`](https://github.com/netbox-community/netbox/commit/05e5190a883a5dbb4de7d2e653002a36f9552a37) Update Changelog with Future Changes - [`77997cb`](https://github.com/netbox-community/netbox/commit/77997cbbf56a2fdba257aec24d0946fc8ba06ed4) Fixes #3489: Prevent exception triggered by webhook upon object deletion - [`bf3afa6`](https://github.com/netbox-community/netbox/commit/bf3afa626e0b11a27a0d941ffa52a3fb8b5740ea) Moved related projects list to the wiki - [`8371677`](https://github.com/netbox-community/netbox/commit/8371677b12b9e7b2eb238aeedce086073feee170) Changelog cleanup ### 📊 Changes **78 files changed** (+3358 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+3 -0) 📝 `.gitignore` (+4 -0) ➕ `.jenkins` (+139 -0) ➕ `Dockerfile` (+103 -0) ➕ `README` (+18 -0) ➕ `docker-compose.yml` (+70 -0) ➕ `docker/configuration.docker.py` (+10 -0) ➕ `docker/configuration/configuration.py` (+209 -0) ➕ `docker/configuration/gunicorn_config.py` (+8 -0) ➕ `docker/configuration/ldap_config.py` (+80 -0) ➕ `docker/docker-entrypoint.sh` (+61 -0) ➕ `docker/env/netbox.env` (+30 -0) ➕ `docker/initializers/custom_fields.yml` (+11 -0) ➕ `docker/initializers/device_roles.yml` (+9 -0) ➕ `docker/initializers/device_types.yml` (+20 -0) ➕ `docker/initializers/devices.yml` (+484 -0) ➕ `docker/initializers/groups.yml` (+16 -0) ➕ `docker/initializers/interfaces.yml` (+6 -0) ➕ `docker/initializers/manufacturers.yml` (+20 -0) ➕ `docker/initializers/platforms.yml` (+19 -0) _...and 58 more files_ </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: <ISSUE NUMBER GOES HERE> <!-- Please include a summary of the proposed changes below. --> --- <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:24:29 +01:00
adam closed this issue 2025-12-29 22:24:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12940