[PR #12039] [CLOSED] Closes #9047 - Add Provider Accounts #13895

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12039
Author: @DanSheps
Created: 3/22/2023
Status: Closed

Base: featureHead: 9047-provider-accounts


📝 Commits (10+)

📊 Changes

153 files changed (+1905 additions, -1964 deletions)

View changed files

📝 docs/administration/permissions.md (+0 -2)
📝 docs/customization/custom-fields.md (+0 -6)
📝 docs/customization/custom-scripts.md (+0 -2)
📝 docs/customization/reports.md (+0 -2)
📝 docs/development/models.md (+1 -0)
📝 docs/development/search.md (+1 -1)
📝 docs/features/change-logging.md (+5 -1)
📝 docs/features/circuits.md (+4 -2)
📝 docs/features/contacts.md (+1 -0)
📝 docs/getting-started/planning.md (+1 -1)
📝 docs/integrations/rest-api.md (+19 -4)
📝 docs/models/circuits/circuit.md (+2 -2)
📝 docs/models/circuits/provider.md (+0 -4)
docs/models/circuits/provideraccount.md (+17 -0)
📝 docs/plugins/development/navigation.md (+0 -3)
📝 docs/plugins/development/search.md (+0 -3)
📝 docs/plugins/development/staged-changes.md (+0 -3)
📝 docs/plugins/development/templates.md (+0 -1)
📝 docs/plugins/development/views.md (+0 -3)
docs/release-notes/version-3.5.md (+15 -0)

...and 80 more files

📄 Description

Closes: #9047

  • Add ProviderAccount model and associated views
  • Link Circuit to ProviderAccount model instead of provider model (supported automatically through migration)

🔄 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/12039 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 3/22/2023 **Status:** ❌ Closed **Base:** `feature` ← **Head:** `9047-provider-accounts` --- ### 📝 Commits (10+) - [`3a9e431`](https://github.com/netbox-community/netbox/commit/3a9e431662abb0d18ba4e3205063fa8c0404003f) Closes #10923: Remove unused NetBoxModelCSVForm class - [`4d221f4`](https://github.com/netbox-community/netbox/commit/4d221f426ecbaad31701ab8cae1e5e4e2c28b788) Closes #10604: Remove unused extra_tabs block from object.html generic template - [`d997fe9`](https://github.com/netbox-community/netbox/commit/d997fe943234d408a00d8588190928cd7a0d49f1) Merge branch 'develop' into feature - [`1890286`](https://github.com/netbox-community/netbox/commit/1890286959333393442d1d7255badb9a43473e1b) Closes #11489: Refactor & combine core middleware - [`4faa3b4`](https://github.com/netbox-community/netbox/commit/4faa3b4e234de5f890d9b749df2c03fc7d426808) Remove old feature version notices - [`ff4eb41`](https://github.com/netbox-community/netbox/commit/ff4eb41c09118c0c71fc2b31d83cf13999f03454) Closes #11254: Introduce the X-Request-ID HTTP header to annotate the unique ID of each request for change logging - [`943dca7`](https://github.com/netbox-community/netbox/commit/943dca7b952c2d3ead1cb65e9a27710715200c2e) Closes #8184: Enable HTMX for embedded tables (#11518) - [`dceffca`](https://github.com/netbox-community/netbox/commit/dceffca849f65ba214d85b3e2f49a25381dfd2b0) Merge branch 'develop' into feature - [`024df81`](https://github.com/netbox-community/netbox/commit/024df8176066a7d69025ae85aaa1724f0e37a5a3) Add the `enabled` filed to InterfaceTemplate - [`bab1ce7`](https://github.com/netbox-community/netbox/commit/bab1ce77e5d42f132928fe7a6df562a0eaaa55ab) Changelog for #11440 ### 📊 Changes **153 files changed** (+1905 additions, -1964 deletions) <details> <summary>View changed files</summary> 📝 `docs/administration/permissions.md` (+0 -2) 📝 `docs/customization/custom-fields.md` (+0 -6) 📝 `docs/customization/custom-scripts.md` (+0 -2) 📝 `docs/customization/reports.md` (+0 -2) 📝 `docs/development/models.md` (+1 -0) 📝 `docs/development/search.md` (+1 -1) 📝 `docs/features/change-logging.md` (+5 -1) 📝 `docs/features/circuits.md` (+4 -2) 📝 `docs/features/contacts.md` (+1 -0) 📝 `docs/getting-started/planning.md` (+1 -1) 📝 `docs/integrations/rest-api.md` (+19 -4) 📝 `docs/models/circuits/circuit.md` (+2 -2) 📝 `docs/models/circuits/provider.md` (+0 -4) ➕ `docs/models/circuits/provideraccount.md` (+17 -0) 📝 `docs/plugins/development/navigation.md` (+0 -3) 📝 `docs/plugins/development/search.md` (+0 -3) 📝 `docs/plugins/development/staged-changes.md` (+0 -3) 📝 `docs/plugins/development/templates.md` (+0 -1) 📝 `docs/plugins/development/views.md` (+0 -3) ➕ `docs/release-notes/version-3.5.md` (+15 -0) _...and 80 more files_ </details> ### 📄 Description ### Closes: #9047 * Add ProviderAccount model and associated views * Link Circuit to ProviderAccount model instead of provider model (supported automatically through migration) --- <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:21:24 +01:00
adam closed this issue 2025-12-29 23:21:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13895