[PR #7061] [MERGED] v3.0 release prep #13210

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7061
Author: @jeremystretch
Created: 8/30/2021
Status: Merged
Merged: 8/30/2021
Merged by: @jeremystretch

Base: developHead: feature


📝 Commits (10+)

  • a16098d #6372: Fix additional bulk action button layouts
  • e72982a #6372: Fix nav menu scrolling and styling
  • 8614b1c #6372: Fix previous/next rack elevation buttons
  • 337f95e #6372: Fix rack spacing
  • 8966212 Clean up SVG image styling
  • c5178fd Extend foreground_color() utility to support custom dark/light colors
  • 11a1492 Initial work on IP ranges
  • 8d8ac70 Add IP range documentation
  • 747c065 Move available IP/prefix endpoints to API view mixins
  • 145be09 Merge branch 'feature' into 6000-cable-trace-svg

📊 Changes

1668 files changed (+32855 additions, -198060 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+0 -1)
📝 .github/workflows/ci.yml (+18 -2)
📝 .gitignore (+7 -0)
📝 README.md (+5 -3)
📝 base_requirements.txt (+20 -4)
contrib/netbox-housekeeping.sh (+9 -0)
📝 contrib/netbox-rq.service (+1 -1)
docs/additional-features/caching.md (+0 -28)
📝 docs/additional-features/webhooks.md (+1 -1)
docs/administration/housekeeping.md (+10 -0)
📝 docs/administration/netbox-shell.md (+2 -2)
📝 docs/configuration/optional-settings.md (+29 -21)
📝 docs/core-functionality/ipam.md (+1 -0)
docs/core-functionality/secrets.md (+0 -8)
📝 docs/customization/custom-fields.md (+1 -1)
📝 docs/customization/custom-links.md (+3 -3)
📝 docs/customization/custom-scripts.md (+0 -6)
docs/customization/custom-validation.md (+86 -0)
📝 docs/customization/export-templates.md (+11 -1)
📝 docs/customization/reports.md (+0 -0)

...and 80 more files

📄 Description

Merge feature into develop in preparation for v3.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/7061 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/30/2021 **Status:** ✅ Merged **Merged:** 8/30/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feature` --- ### 📝 Commits (10+) - [`a16098d`](https://github.com/netbox-community/netbox/commit/a16098d5487a012340817a919150030ce5c2107b) #6372: Fix additional bulk action button layouts - [`e72982a`](https://github.com/netbox-community/netbox/commit/e72982a7f8189b19d48876419d1b1f6f2d2cb50d) #6372: Fix nav menu scrolling and styling - [`8614b1c`](https://github.com/netbox-community/netbox/commit/8614b1c74af504f6c72f015dbd12f392833f8a21) #6372: Fix previous/next rack elevation buttons - [`337f95e`](https://github.com/netbox-community/netbox/commit/337f95e269b227e09b8b6876b6231fa7cd80177e) #6372: Fix rack spacing - [`8966212`](https://github.com/netbox-community/netbox/commit/89662124e570325c1993f666d63095915bbe52b2) Clean up SVG image styling - [`c5178fd`](https://github.com/netbox-community/netbox/commit/c5178fd90ea5e5f86a34c91b5a0ef55980753d79) Extend foreground_color() utility to support custom dark/light colors - [`11a1492`](https://github.com/netbox-community/netbox/commit/11a14927c9ad6a47db0da5982df3d44d6f85ea1b) Initial work on IP ranges - [`8d8ac70`](https://github.com/netbox-community/netbox/commit/8d8ac70070a83bc3129d6ff5f7d7a9fd76559cc8) Add IP range documentation - [`747c065`](https://github.com/netbox-community/netbox/commit/747c065213a61548536ff1e97175571189baa142) Move available IP/prefix endpoints to API view mixins - [`145be09`](https://github.com/netbox-community/netbox/commit/145be09cfd1aad3e8dd6b5c54d819af47dbc3851) Merge branch 'feature' into 6000-cable-trace-svg ### 📊 Changes **1668 files changed** (+32855 additions, -198060 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+0 -1) 📝 `.github/workflows/ci.yml` (+18 -2) 📝 `.gitignore` (+7 -0) 📝 `README.md` (+5 -3) 📝 `base_requirements.txt` (+20 -4) ➕ `contrib/netbox-housekeeping.sh` (+9 -0) 📝 `contrib/netbox-rq.service` (+1 -1) ➖ `docs/additional-features/caching.md` (+0 -28) 📝 `docs/additional-features/webhooks.md` (+1 -1) ➕ `docs/administration/housekeeping.md` (+10 -0) 📝 `docs/administration/netbox-shell.md` (+2 -2) 📝 `docs/configuration/optional-settings.md` (+29 -21) 📝 `docs/core-functionality/ipam.md` (+1 -0) ➖ `docs/core-functionality/secrets.md` (+0 -8) 📝 `docs/customization/custom-fields.md` (+1 -1) 📝 `docs/customization/custom-links.md` (+3 -3) 📝 `docs/customization/custom-scripts.md` (+0 -6) ➕ `docs/customization/custom-validation.md` (+86 -0) 📝 `docs/customization/export-templates.md` (+11 -1) 📝 `docs/customization/reports.md` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Merge `feature` into `develop` in preparation for v3.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 22:26:00 +01:00
adam closed this issue 2025-12-29 22:26: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#13210