[PR #18692] [MERGED] Closes #18071: Remove legacy staged changes functionality #15414

Closed
opened 2025-12-30 00:21:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18692
Author: @jeremystretch
Created: 2/20/2025
Status: Merged
Merged: 2/20/2025
Merged by: @jeremystretch

Base: featureHead: 18071-remove-staging


📝 Commits (1)

  • 05daefc Closes #18071: Remvoe legacy staged changes functionality

📊 Changes

10 files changed (+27 additions, -619 deletions)

View changed files

docs/models/extras/branch.md (+0 -16)
docs/models/extras/stagedchange.md (+0 -29)
docs/plugins/development/staged-changes.md (+0 -39)
📝 mkdocs.yml (+0 -3)
📝 netbox/extras/choices.py (+0 -17)
netbox/extras/migrations/0123_remove_staging.py (+27 -0)
📝 netbox/extras/models/__init__.py (+0 -1)
netbox/extras/models/staging.py (+0 -150)
netbox/netbox/staging.py (+0 -148)
netbox/netbox/tests/test_staging.py (+0 -216)

📄 Description

Fixes: #18071

  • Remove the Branch and StagedChange models from extras
  • Remove the checkout() context manager
  • Clean up related tests & documentation

🔄 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/18692 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/20/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `18071-remove-staging` --- ### 📝 Commits (1) - [`05daefc`](https://github.com/netbox-community/netbox/commit/05daefca9ae8612a15061b94c04baee7a6e8e361) Closes #18071: Remvoe legacy staged changes functionality ### 📊 Changes **10 files changed** (+27 additions, -619 deletions) <details> <summary>View changed files</summary> ➖ `docs/models/extras/branch.md` (+0 -16) ➖ `docs/models/extras/stagedchange.md` (+0 -29) ➖ `docs/plugins/development/staged-changes.md` (+0 -39) 📝 `mkdocs.yml` (+0 -3) 📝 `netbox/extras/choices.py` (+0 -17) ➕ `netbox/extras/migrations/0123_remove_staging.py` (+27 -0) 📝 `netbox/extras/models/__init__.py` (+0 -1) ➖ `netbox/extras/models/staging.py` (+0 -150) ➖ `netbox/netbox/staging.py` (+0 -148) ➖ `netbox/netbox/tests/test_staging.py` (+0 -216) </details> ### 📄 Description ### Fixes: #18071 - Remove the Branch and StagedChange models from `extras` - Remove the `checkout()` context manager - Clean up related tests & documentation --- <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-30 00:21:47 +01:00
adam closed this issue 2025-12-30 00:21:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15414