[PR #10049] [MERGED] Prep for v3.3 release #13547

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10049
Author: @jeremystretch
Created: 8/17/2022
Status: Merged
Merged: 8/17/2022
Merged by: @jeremystretch

Base: developHead: feature


📝 Commits (10+)

  • eb4984a Correct test queries
  • 8bc6d8c Introduce CablePath.retrace() to handle deleted cables
  • c88f7b8 Fix circuit termination tracing & update tests
  • 4d5bcb6 Fix up pass-through port traversal
  • bb9eb11 Extend cable tracing tests
  • 594964a Simplify Cable init signature
  • 3a461d0 Update Cable instantiations to match new signature
  • 4c51dbb Update connected_endpoint serializer field to support multiple objects
  • 3082c76 Update object trace() method
  • 6ff2e55 Add origins, destinations properties on CablePath

📊 Changes

450 files changed (+13859 additions, -5901 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 base_requirements.txt (+6 -3)
docs/_theme/main.html (+9 -0)
docs/additional-features/webhooks.md (+0 -57)
📝 docs/administration/housekeeping.md (+2 -2)
📝 docs/administration/permissions.md (+70 -3)
docs/configuration/data-validation.md (+86 -0)
docs/configuration/date-time.md (+20 -0)
docs/configuration/default-values.md (+77 -0)
docs/configuration/development.md (+21 -0)
docs/configuration/dynamic-settings.md (+0 -232)
📝 docs/configuration/index.md (+38 -12)
docs/configuration/miscellaneous.md (+159 -0)
docs/configuration/napalm.md (+51 -0)
docs/configuration/optional-settings.md (+0 -487)
docs/configuration/plugins.md (+35 -0)
📝 docs/configuration/remote-authentication.md (+16 -16)
📝 docs/configuration/required-parameters.md (+0 -0)
docs/configuration/security.md (+144 -0)

...and 80 more files

📄 Description

Merge feature into develop in preparation for the v3.3.0 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/10049 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/17/2022 **Status:** ✅ Merged **Merged:** 8/17/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feature` --- ### 📝 Commits (10+) - [`eb4984a`](https://github.com/netbox-community/netbox/commit/eb4984afe6621a9878f344974b405dfd95b5d7a1) Correct test queries - [`8bc6d8c`](https://github.com/netbox-community/netbox/commit/8bc6d8cb231ad45cd8b97ffb26cc3d989c60c277) Introduce CablePath.retrace() to handle deleted cables - [`c88f7b8`](https://github.com/netbox-community/netbox/commit/c88f7b8408363aa9da8ce729a1e79c39966379cb) Fix circuit termination tracing & update tests - [`4d5bcb6`](https://github.com/netbox-community/netbox/commit/4d5bcb65c87a1df3fb39bebc507e278af3567a0d) Fix up pass-through port traversal - [`bb9eb11`](https://github.com/netbox-community/netbox/commit/bb9eb119a424dad0d7abca0b6d0c91d993a5d0ae) Extend cable tracing tests - [`594964a`](https://github.com/netbox-community/netbox/commit/594964aebe2d98785cffb5bf1cfc968d95ee6239) Simplify Cable init signature - [`3a461d0`](https://github.com/netbox-community/netbox/commit/3a461d02793e6f9d41c2b1a92647e691de1abaac) Update Cable instantiations to match new signature - [`4c51dbb`](https://github.com/netbox-community/netbox/commit/4c51dbba809b6b199a96da30f32f4dd3cd6ea6ed) Update connected_endpoint serializer field to support multiple objects - [`3082c76`](https://github.com/netbox-community/netbox/commit/3082c76ec67353b15df84579c83aa46174c4e7c4) Update object trace() method - [`6ff2e55`](https://github.com/netbox-community/netbox/commit/6ff2e55ce408f0f7f2fe99129048421c25ecafe6) Add origins, destinations properties on CablePath ### 📊 Changes **450 files changed** (+13859 additions, -5901 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `base_requirements.txt` (+6 -3) ➕ `docs/_theme/main.html` (+9 -0) ➖ `docs/additional-features/webhooks.md` (+0 -57) 📝 `docs/administration/housekeeping.md` (+2 -2) 📝 `docs/administration/permissions.md` (+70 -3) ➕ `docs/configuration/data-validation.md` (+86 -0) ➕ `docs/configuration/date-time.md` (+20 -0) ➕ `docs/configuration/default-values.md` (+77 -0) ➕ `docs/configuration/development.md` (+21 -0) ➖ `docs/configuration/dynamic-settings.md` (+0 -232) 📝 `docs/configuration/index.md` (+38 -12) ➕ `docs/configuration/miscellaneous.md` (+159 -0) ➕ `docs/configuration/napalm.md` (+51 -0) ➖ `docs/configuration/optional-settings.md` (+0 -487) ➕ `docs/configuration/plugins.md` (+35 -0) 📝 `docs/configuration/remote-authentication.md` (+16 -16) 📝 `docs/configuration/required-parameters.md` (+0 -0) ➕ `docs/configuration/security.md` (+144 -0) _...and 80 more files_ </details> ### 📄 Description Merge `feature` into `develop` in preparation for the v3.3.0 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 23:19:29 +01:00
adam closed this issue 2025-12-29 23:19:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13547