[PR #5454] [MERGED] Stage v2.10 release #13023

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/5454
Author: @jeremystretch
Created: 12/14/2020
Status: Merged
Merged: 12/14/2020
Merged by: @jeremystretch

Base: developHead: develop-2.10


📝 Commits (10+)

📊 Changes

461 files changed (+45674 additions, -21436 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -1)
📝 CONTRIBUTING.md (+0 -2)
📝 docs/additional-features/custom-fields.md (+58 -15)
docs/additional-features/graphs.md (+0 -30)
📝 docs/administration/netbox-shell.md (+4 -4)
📝 docs/core-functionality/ipam.md (+1 -0)
📝 docs/index.md (+1 -1)
📝 docs/installation/1-postgresql.md (+17 -17)
📝 docs/installation/2-redis.md (+4 -5)
📝 docs/installation/3-netbox.md (+40 -36)
📝 docs/installation/4-gunicorn.md (+21 -18)
📝 docs/installation/5-http-server.md (+15 -16)
📝 docs/installation/6-ldap.md (+6 -7)
📝 docs/installation/index.md (+10 -0)
📝 docs/installation/upgrading.md (+25 -40)
docs/models/ipam/routetarget.md (+5 -0)
📝 docs/models/ipam/vrf.md (+2 -0)
📝 docs/release-notes/index.md (+1 -1)
docs/release-notes/version-2.10.md (+176 -0)
📝 docs/rest-api/overview.md (+37 -5)

...and 80 more files

📄 Description

Preparing to merge v2.10 work into develop


🔄 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/5454 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/14/2020 **Status:** ✅ Merged **Merged:** 12/14/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop-2.10` --- ### 📝 Commits (10+) - [`47fd9ca`](https://github.com/netbox-community/netbox/commit/47fd9cab1cc84dbaf76e7efd92061aa9581a84ed) Add tests for route targets; extend VRF tests - [`cca2173`](https://github.com/netbox-community/netbox/commit/cca217388679680b37a830d7f0649c22078acc6f) Documentation for #259 - [`ee63cbe`](https://github.com/netbox-community/netbox/commit/ee63cbe7e91f624e01542782fd706cb22a4c2cf2) Merge pull request #5178 from netbox-community/259-route-targets - [`bddd010`](https://github.com/netbox-community/netbox/commit/bddd0103103f5b8e0e5c27a409cae9c448b82bdd) Annotate REST API changes fro #259 - [`1b55285`](https://github.com/netbox-community/netbox/commit/1b55285167c7ce33f5624298c9fd8810414c0d64) Relocate CSS classes for ChoiceFields from model to ChoiceSet - [`18a8a91`](https://github.com/netbox-community/netbox/commit/18a8a91d57271b632583ba53572dc9d010113b2d) Introduce ChoiceFieldColumn to replace template columns - [`28f0da0`](https://github.com/netbox-community/netbox/commit/28f0da0bc1570bd17e1846c921a72eb7f2697a9c) Introduce LinkedCountColumn to standardize approach to counting related items in tables - [`12e2537`](https://github.com/netbox-community/netbox/commit/12e2537222139795e4a82406bed67b45f32d5650) General cleanup of tables - [`587e6fc`](https://github.com/netbox-community/netbox/commit/587e6fcf72fe05a7597b8e565b782f659aacefb1) Initial work on cable paths (WIP) - [`9851977`](https://github.com/netbox-community/netbox/commit/985197788b0039976299de1fc56be25d90756dd8) Add initial tests ### 📊 Changes **461 files changed** (+45674 additions, -21436 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `CONTRIBUTING.md` (+0 -2) 📝 `docs/additional-features/custom-fields.md` (+58 -15) ➖ `docs/additional-features/graphs.md` (+0 -30) 📝 `docs/administration/netbox-shell.md` (+4 -4) 📝 `docs/core-functionality/ipam.md` (+1 -0) 📝 `docs/index.md` (+1 -1) 📝 `docs/installation/1-postgresql.md` (+17 -17) 📝 `docs/installation/2-redis.md` (+4 -5) 📝 `docs/installation/3-netbox.md` (+40 -36) 📝 `docs/installation/4-gunicorn.md` (+21 -18) 📝 `docs/installation/5-http-server.md` (+15 -16) 📝 `docs/installation/6-ldap.md` (+6 -7) 📝 `docs/installation/index.md` (+10 -0) 📝 `docs/installation/upgrading.md` (+25 -40) ➕ `docs/models/ipam/routetarget.md` (+5 -0) 📝 `docs/models/ipam/vrf.md` (+2 -0) 📝 `docs/release-notes/index.md` (+1 -1) ➕ `docs/release-notes/version-2.10.md` (+176 -0) 📝 `docs/rest-api/overview.md` (+37 -5) _...and 80 more files_ </details> ### 📄 Description Preparing to merge v2.10 work into `develop` --- <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:59 +01:00
adam closed this issue 2025-12-29 22:24: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#13023