[PR #4473] [MERGED] Merge v2.8 work into develop #12854

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4473
Author: @jeremystretch
Created: 4/10/2020
Status: Merged
Merged: 4/13/2020
Merged by: @jeremystretch

Base: developHead: develop-2.8


📝 Commits (10+)

📊 Changes

211 files changed (+3786 additions, -1298 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+10 -9)
📝 .travis.yml (+1 -2)
📝 base_requirements.txt (+1 -2)
📝 docs/additional-features/custom-scripts.md (+1 -1)
📝 docs/administration/netbox-shell.md (+2 -2)
📝 docs/api/overview.md (+25 -51)
📝 docs/configuration/optional-settings.md (+89 -0)
docs/development/application-registry.md (+55 -0)
📝 docs/index.md (+1 -1)
docs/media/plugins/plugin_admin_ui.png (+0 -0)
docs/media/plugins/plugin_rest_api_endpoint.png (+0 -0)
docs/plugins/development.md (+392 -0)
docs/plugins/index.md (+82 -0)
docs/release-notes/version-2.8.md (+58 -0)
📝 mkdocs.yml (+5 -0)
📝 netbox/circuits/api/urls.py (+0 -3)
📝 netbox/circuits/api/views.py (+1 -12)
📝 netbox/circuits/filters.py (+1 -9)
netbox/circuits/migrations/0008_standardize_description.py (+28 -0)
📝 netbox/circuits/models.py (+3 -3)

...and 80 more files

📄 Description

Prep for the v2.8 release


🔄 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/4473 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/10/2020 **Status:** ✅ Merged **Merged:** 4/13/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop-2.8` --- ### 📝 Commits (10+) - [`8274903`](https://github.com/netbox-community/netbox/commit/8274903985428c752d0f1d73b1a9b3d5e87392c7) version bump for v2.8.0 - [`926b1fa`](https://github.com/netbox-community/netbox/commit/926b1fadf2ccf13c29989281a26ddcc4005ad3f8) Merge branch 'develop' into develop-2.8 - [`8cb6aed`](https://github.com/netbox-community/netbox/commit/8cb6aed8fa47da3671864df63137fe0b3602eb28) Closes #3753: Remove rack units endpoint (replaced with elevation) - [`b475a57`](https://github.com/netbox-community/netbox/commit/b475a575e43003143ae80f858995934a89319860) Drop family column from Aggregate, Prefix, and IPAddress models - [`047f13a`](https://github.com/netbox-community/netbox/commit/047f13ac5d47038568f49ea55d0861222a93e4b0) Update tests - [`8687226`](https://github.com/netbox-community/netbox/commit/8687226cc74b2dfb2c1e06ef929f57e0a58b953d) Update family filters in querysets - [`fcdb052`](https://github.com/netbox-community/netbox/commit/fcdb05238c5ce46e9dac4fd12e640b4decc9d9ad) Restore filters - [`f0ced98`](https://github.com/netbox-community/netbox/commit/f0ced98dc6cbe25df11191fcceb6676ceb2e19c0) Delete unused test data - [`f6cbce6`](https://github.com/netbox-community/netbox/commit/f6cbce65fa64e8ef116c99105dffba27753577ec) Merge pull request #4178 from netbox-community/4081-drop-ip-family - [`d6ccf13`](https://github.com/netbox-community/netbox/commit/d6ccf131670c321e046b79ed40f68ea5a7c391c2) Changelog for #4081 ### 📊 Changes **211 files changed** (+3786 additions, -1298 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+10 -9) 📝 `.travis.yml` (+1 -2) 📝 `base_requirements.txt` (+1 -2) 📝 `docs/additional-features/custom-scripts.md` (+1 -1) 📝 `docs/administration/netbox-shell.md` (+2 -2) 📝 `docs/api/overview.md` (+25 -51) 📝 `docs/configuration/optional-settings.md` (+89 -0) ➕ `docs/development/application-registry.md` (+55 -0) 📝 `docs/index.md` (+1 -1) ➕ `docs/media/plugins/plugin_admin_ui.png` (+0 -0) ➕ `docs/media/plugins/plugin_rest_api_endpoint.png` (+0 -0) ➕ `docs/plugins/development.md` (+392 -0) ➕ `docs/plugins/index.md` (+82 -0) ➕ `docs/release-notes/version-2.8.md` (+58 -0) 📝 `mkdocs.yml` (+5 -0) 📝 `netbox/circuits/api/urls.py` (+0 -3) 📝 `netbox/circuits/api/views.py` (+1 -12) 📝 `netbox/circuits/filters.py` (+1 -9) ➕ `netbox/circuits/migrations/0008_standardize_description.py` (+28 -0) 📝 `netbox/circuits/models.py` (+3 -3) _...and 80 more files_ </details> ### 📄 Description Prep for the v2.8 release --- <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:23:59 +01:00
adam closed this issue 2025-12-29 22:23:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12854