[PR #8547] [CLOSED] Feature #13365

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8547
Author: @alarm007
Created: 2/4/2022
Status: Closed

Base: developHead: feature


📝 Commits (10+)

  • 62e5680 Closes #7731: Require Python 3.8 or later
  • 78ca6f1 Use strings for build matrix
  • 8680981 Closes #8031: Remove automatic redirection of legacy slug-based URLs
  • d2d2978 Closes #7748: Remove legacy contact fields from site model
  • 7d99e15 Closes #7743: Remove legacy ASN field from site model
  • f2f6eda Merge branch 'develop' into feature
  • 2dad351 Generic view cleanup
  • 997e88a Merge branch 'develop' into feature
  • 28f5777 Merge branch 'develop' into feature
  • 419f86a #8054: Support configurable status choices

📊 Changes

293 files changed (+14510 additions, -6947 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+4 -0)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+4 -0)
📝 .github/workflows/ci.yml (+2 -2)
📝 base_requirements.txt (+4 -0)
📝 docs/configuration/dynamic-settings.md (+16 -0)
📝 docs/configuration/optional-settings.md (+91 -0)
📝 docs/core-functionality/device-types.md (+1 -0)
📝 docs/core-functionality/devices.md (+1 -0)
docs/core-functionality/modules.md (+4 -0)
📝 docs/core-functionality/services.md (+1 -0)
📝 docs/development/adding-models.md (+1 -1)
📝 docs/development/user-preferences.md (+8 -5)
📝 docs/index.md (+1 -1)
📝 docs/installation/3-netbox.md (+5 -10)
📝 docs/installation/index.md (+1 -1)
📝 docs/installation/upgrading.md (+3 -3)
docs/media/plugins/plugin_admin_ui.png (+0 -0)
📝 docs/models/circuits/providernetwork.md (+1 -1)
📝 docs/models/dcim/devicebay.md (+1 -1)
📝 docs/models/dcim/devicebaytemplate.md (+1 -1)

...and 80 more files

📄 Description

Fixes:

Good time. How likely is the possibility of adding User Accaunting Manager Model data. It would be very convenient to create a contact and link user accounts to it (RDP,1C,LocalUser Accaunt etc.).


🔄 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/8547 **Author:** [@alarm007](https://github.com/alarm007) **Created:** 2/4/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature` --- ### 📝 Commits (10+) - [`62e5680`](https://github.com/netbox-community/netbox/commit/62e5680eaffd8de0017254f0d0ef04a81164a3dc) Closes #7731: Require Python 3.8 or later - [`78ca6f1`](https://github.com/netbox-community/netbox/commit/78ca6f1a8768420ae888803d58ef492ef308bdc0) Use strings for build matrix - [`8680981`](https://github.com/netbox-community/netbox/commit/86809819906cc82b06e94a8e1b0fb2b4ab6ca8fd) Closes #8031: Remove automatic redirection of legacy slug-based URLs - [`d2d2978`](https://github.com/netbox-community/netbox/commit/d2d29782886e89e30456d9a21716817214d0949d) Closes #7748: Remove legacy contact fields from site model - [`7d99e15`](https://github.com/netbox-community/netbox/commit/7d99e15dc30c8637b7cc04b153cd4ad95d25f001) Closes #7743: Remove legacy ASN field from site model - [`f2f6eda`](https://github.com/netbox-community/netbox/commit/f2f6edabf90f5f1cff20cf4953710098d869d0c8) Merge branch 'develop' into feature - [`2dad351`](https://github.com/netbox-community/netbox/commit/2dad35186a62524a12f0641d79c9360b05f504d9) Generic view cleanup - [`997e88a`](https://github.com/netbox-community/netbox/commit/997e88af00527675067f5a9cb028cc6515200c9b) Merge branch 'develop' into feature - [`28f5777`](https://github.com/netbox-community/netbox/commit/28f577738a81ac482264bb225de87dbec3a07942) Merge branch 'develop' into feature - [`419f86a`](https://github.com/netbox-community/netbox/commit/419f86a4a5efbfa18c5cf8cb722d8c4bc2c29fbc) #8054: Support configurable status choices ### 📊 Changes **293 files changed** (+14510 additions, -6947 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+4 -0) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+4 -0) 📝 `.github/workflows/ci.yml` (+2 -2) 📝 `base_requirements.txt` (+4 -0) 📝 `docs/configuration/dynamic-settings.md` (+16 -0) 📝 `docs/configuration/optional-settings.md` (+91 -0) 📝 `docs/core-functionality/device-types.md` (+1 -0) 📝 `docs/core-functionality/devices.md` (+1 -0) ➕ `docs/core-functionality/modules.md` (+4 -0) 📝 `docs/core-functionality/services.md` (+1 -0) 📝 `docs/development/adding-models.md` (+1 -1) 📝 `docs/development/user-preferences.md` (+8 -5) 📝 `docs/index.md` (+1 -1) 📝 `docs/installation/3-netbox.md` (+5 -10) 📝 `docs/installation/index.md` (+1 -1) 📝 `docs/installation/upgrading.md` (+3 -3) ➖ `docs/media/plugins/plugin_admin_ui.png` (+0 -0) 📝 `docs/models/circuits/providernetwork.md` (+1 -1) 📝 `docs/models/dcim/devicebay.md` (+1 -1) 📝 `docs/models/dcim/devicebaytemplate.md` (+1 -1) _...and 80 more files_ </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: <ISSUE NUMBER GOES HERE> <!-- Please include a summary of the proposed changes below. --> Good time. How likely is the possibility of adding User Accaunting Manager Model data. It would be very convenient to create a contact and link user accounts to it (RDP,1C,LocalUser Accaunt etc.). --- <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:26:59 +01:00
adam closed this issue 2025-12-29 22:27:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13365