[PR #153] [MERGED] Release v1.0.7 #11992

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/153
Author: @jeremystretch
Created: 7/1/2016
Status: Merged
Merged: 7/1/2016
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • 519ab21 Version bump for next release
  • 019daf5 Fixes #135: Add button to toggle navbar on small screens
  • 1c49909 Fixed typo
  • a010a6d Corrected instruction for cloning the repo
  • 85f3324 Fixes #141: Removed invalid character
  • 66d8c27 standardized app installation commands
  • a165445 Update getting-started.md
  • cf17088 Merge pull request #145 from ryanmerolle/patch-1
  • 381639d Wrapped pip updates inside sudo
  • 3ea12c6 Fixes #109: Hide navbar for anonymous users when LOGIN_REQUIRED = True

📊 Changes

9 files changed (+47 additions, -27 deletions)

View changed files

📝 docs/dcim.md (+3 -3)
📝 docs/getting-started.md (+17 -12)
📝 netbox/dcim/forms.py (+4 -4)
📝 netbox/ipam/fields.py (+6 -0)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/_base.html (+11 -3)
📝 netbox/templates/dcim/device_import.html (+1 -1)
📝 netbox/utilities/views.py (+2 -2)
📝 upgrade.sh (+2 -1)

📄 Description

  • #135: Fixed display of navigation menu on mobile screens
  • #141: Fixed rendering of "getting started" guide
  • Modified upgrade.sh to use sudo for pip installations
  • #109: Hide the navigation menu from anonymous users if login is required
  • #143: Add help_text to Device.position
  • #136: Prefixes which have host bits set will trigger an error instead of being silently corrected
  • #140: Improved support for Unicode in object names

🔄 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/153 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/1/2016 **Status:** ✅ Merged **Merged:** 7/1/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`519ab21`](https://github.com/netbox-community/netbox/commit/519ab21ba008b22ba06b3b2d7a570dc86613bd94) Version bump for next release - [`019daf5`](https://github.com/netbox-community/netbox/commit/019daf55248d6d74bea37f4a2c0a6f8d1304e7cc) Fixes #135: Add button to toggle navbar on small screens - [`1c49909`](https://github.com/netbox-community/netbox/commit/1c49909e2c4872536fbcc212f0952af76a5cdf1f) Fixed typo - [`a010a6d`](https://github.com/netbox-community/netbox/commit/a010a6dde578d13a2d6d21c7464045225775e2b3) Corrected instruction for cloning the repo - [`85f3324`](https://github.com/netbox-community/netbox/commit/85f3324d978a74bbe991d3469182831e872f5c9f) Fixes #141: Removed invalid character - [`66d8c27`](https://github.com/netbox-community/netbox/commit/66d8c27b1e29adbe140128a39abd326de109325c) standardized app installation commands - [`a165445`](https://github.com/netbox-community/netbox/commit/a165445808decda4ddc5c7607196b593f9a50e03) Update getting-started.md - [`cf17088`](https://github.com/netbox-community/netbox/commit/cf17088b0a9788e20dc8ea24dfb12a00d65380c8) Merge pull request #145 from ryanmerolle/patch-1 - [`381639d`](https://github.com/netbox-community/netbox/commit/381639d4a7e08d449a0b858b07d093854ae14564) Wrapped pip updates inside sudo - [`3ea12c6`](https://github.com/netbox-community/netbox/commit/3ea12c646a95f1d176795605df2b9f6b19bf113d) Fixes #109: Hide navbar for anonymous users when LOGIN_REQUIRED = True ### 📊 Changes **9 files changed** (+47 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `docs/dcim.md` (+3 -3) 📝 `docs/getting-started.md` (+17 -12) 📝 `netbox/dcim/forms.py` (+4 -4) 📝 `netbox/ipam/fields.py` (+6 -0) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/_base.html` (+11 -3) 📝 `netbox/templates/dcim/device_import.html` (+1 -1) 📝 `netbox/utilities/views.py` (+2 -2) 📝 `upgrade.sh` (+2 -1) </details> ### 📄 Description - #135: Fixed display of navigation menu on mobile screens - #141: Fixed rendering of "getting started" guide - Modified upgrade.sh to use sudo for pip installations - #109: Hide the navigation menu from anonymous users if login is required - #143: Add help_text to Device.position - #136: Prefixes which have host bits set will trigger an error instead of being silently corrected - #140: Improved support for Unicode in object names --- <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:19:02 +01:00
adam closed this issue 2025-12-29 22:19:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11992