[PR #5000] [MERGED] Stage v2.9 release #12954

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/5000
Author: @jeremystretch
Created: 8/13/2020
Status: Merged
Merged: 8/21/2020
Merged by: @jeremystretch

Base: developHead: develop-2.9


📝 Commits (10+)

  • e4b5045 #4416: Add bulk_add view for InventoryItems
  • 06ae424 #4416: Add bulk rename view for InventoryItem
  • fa0c7a7 Fix permission evaluation for add console/power port buttons
  • 8d7377b Merge branch 'develop' into develop-2.9
  • f98fa36 Merge branch 'develop-2.9' into 2006-scripts-reports-background
  • f28bde1 Extend label field to all device components
  • c5362f5 Fix permissions evaluation for nonstandard tests
  • d03d302 Closes #4817: Standardize device/VM component name field to 64 characters
  • 1f9cdc7 Move device and device_type ForeignKeys to abstract component models
  • 6abb7e8 #4721: Tweak migrations to ensure Interface.device cannot be null

📊 Changes

1081 files changed (+19200 additions, -13596 deletions)

View changed files

📝 base_requirements.txt (+0 -4)
📝 docs/additional-features/caching.md (+16 -12)
📝 docs/additional-features/change-logging.md (+4 -4)
docs/additional-features/context-data.md (+0 -3)
📝 docs/additional-features/custom-links.md (+7 -8)
📝 docs/additional-features/custom-scripts.md (+88 -46)
📝 docs/additional-features/export-templates.md (+7 -2)
📝 docs/additional-features/graphs.md (+4 -4)
📝 docs/additional-features/napalm.md (+16 -14)
📝 docs/additional-features/prometheus-metrics.md (+3 -12)
docs/additional-features/tags.md (+0 -3)
📝 docs/additional-features/webhooks.md (+5 -5)
📝 docs/administration/netbox-shell.md (+39 -32)
docs/administration/permissions.md (+45 -0)
📝 docs/administration/replicating-netbox.md (+19 -9)
docs/api/authentication.md (+0 -42)
docs/api/examples.md (+0 -162)
docs/api/filtering.md (+0 -71)
docs/api/overview.md (+0 -295)
📝 docs/configuration/index.md (+3 -3)

...and 80 more files

📄 Description

Preparing to merge v2.9 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/5000 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/13/2020 **Status:** ✅ Merged **Merged:** 8/21/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop-2.9` --- ### 📝 Commits (10+) - [`e4b5045`](https://github.com/netbox-community/netbox/commit/e4b5045ec76b1c751e3e61247fb5f765429ec89f) #4416: Add bulk_add view for InventoryItems - [`06ae424`](https://github.com/netbox-community/netbox/commit/06ae424b80f2fca5b6940f55c63084b0fede748c) #4416: Add bulk rename view for InventoryItem - [`fa0c7a7`](https://github.com/netbox-community/netbox/commit/fa0c7a76cb2ab461efc12774565a8c3a0fd0abcb) Fix permission evaluation for add console/power port buttons - [`8d7377b`](https://github.com/netbox-community/netbox/commit/8d7377ba0417457e324460be78f3e46a0055403c) Merge branch 'develop' into develop-2.9 - [`f98fa36`](https://github.com/netbox-community/netbox/commit/f98fa364c0f6c474072218e31a2f82e69ba5cfc6) Merge branch 'develop-2.9' into 2006-scripts-reports-background - [`f28bde1`](https://github.com/netbox-community/netbox/commit/f28bde179e09c1bc0ae10346c393e5f106905d57) Extend label field to all device components - [`c5362f5`](https://github.com/netbox-community/netbox/commit/c5362f59319c315c783b97231a01453f4714d7d0) Fix permissions evaluation for nonstandard tests - [`d03d302`](https://github.com/netbox-community/netbox/commit/d03d302eef3819db64cad8ae74dc5255647045f6) Closes #4817: Standardize device/VM component name field to 64 characters - [`1f9cdc7`](https://github.com/netbox-community/netbox/commit/1f9cdc71d4c15b18989d1d3081c06a8a9d916b6d) Move device and device_type ForeignKeys to abstract component models - [`6abb7e8`](https://github.com/netbox-community/netbox/commit/6abb7e8f4dbaf2e7a14daa7fda302bb400431c19) #4721: Tweak migrations to ensure Interface.device cannot be null ### 📊 Changes **1081 files changed** (+19200 additions, -13596 deletions) <details> <summary>View changed files</summary> 📝 `base_requirements.txt` (+0 -4) 📝 `docs/additional-features/caching.md` (+16 -12) 📝 `docs/additional-features/change-logging.md` (+4 -4) ➖ `docs/additional-features/context-data.md` (+0 -3) 📝 `docs/additional-features/custom-links.md` (+7 -8) 📝 `docs/additional-features/custom-scripts.md` (+88 -46) 📝 `docs/additional-features/export-templates.md` (+7 -2) 📝 `docs/additional-features/graphs.md` (+4 -4) 📝 `docs/additional-features/napalm.md` (+16 -14) 📝 `docs/additional-features/prometheus-metrics.md` (+3 -12) ➖ `docs/additional-features/tags.md` (+0 -3) 📝 `docs/additional-features/webhooks.md` (+5 -5) 📝 `docs/administration/netbox-shell.md` (+39 -32) ➕ `docs/administration/permissions.md` (+45 -0) 📝 `docs/administration/replicating-netbox.md` (+19 -9) ➖ `docs/api/authentication.md` (+0 -42) ➖ `docs/api/examples.md` (+0 -162) ➖ `docs/api/filtering.md` (+0 -71) ➖ `docs/api/overview.md` (+0 -295) 📝 `docs/configuration/index.md` (+3 -3) _...and 80 more files_ </details> ### 📄 Description Preparing to merge v2.9 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:34 +01:00
adam closed this issue 2025-12-29 22:24:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12954