[PR #56] [MERGED] Release 1.0.3 #11976

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/56
Author: @jeremystretch
Created: 6/28/2016
Status: Merged
Merged: 6/28/2016
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • 1ea8f04 Added a note about the IRC chanel to the README
  • ab880e1 Fixed IPAddress 'parent prefixes' display; added warning for duplicate IPs
  • d5d4eb9 Add Travis CI build
  • 6e06877 Merge pull request #38 from digitalocean/travis-ci
  • e334c64 Add Submitting Pull Requests section to CONTRIBUTING
  • f0fb607 Add Travis build badges for both master and develop against python 2.7
  • a4cbfd7 added apache config information to getting-started.md
  • 0a22821 Merge pull request #46 from digitalocean/contributing-prs
  • f958bc0 Merge pull request #47 from digitalocean/readme-travis-badges
  • 4dd3149 Fixes #26: Corrected rack validation to work when there are no devices within the rack

📊 Changes

10 files changed (+125 additions, -38 deletions)

View changed files

📝 .gitignore (+1 -1)
.travis.yml (+7 -0)
📝 CONTRIBUTING.md (+6 -0)
📝 README.md (+13 -0)
📝 docs/getting-started.md (+44 -3)
📝 docs/ipam.md (+1 -1)
📝 netbox/dcim/models.py (+5 -4)
📝 netbox/ipam/views.py (+12 -4)
📝 netbox/templates/ipam/ipaddress.html (+8 -25)
scripts/cibuild.sh (+28 -0)

📄 Description

  • Fixed IP address 'parent prefixes' display
  • Added a warning when duplicate IP addresses are detected within a VRF
  • Corrected rack validation when no devices are present
  • Improved documentation

🔄 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/56 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/28/2016 **Status:** ✅ Merged **Merged:** 6/28/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`1ea8f04`](https://github.com/netbox-community/netbox/commit/1ea8f04c23eae58eeea3a060230f267b69efe001) Added a note about the IRC chanel to the README - [`ab880e1`](https://github.com/netbox-community/netbox/commit/ab880e105392ca3640eda4bc20368e0f57face2e) Fixed IPAddress 'parent prefixes' display; added warning for duplicate IPs - [`d5d4eb9`](https://github.com/netbox-community/netbox/commit/d5d4eb9fd5a3acac136f74ea6d99082d04982acf) Add Travis CI build - [`6e06877`](https://github.com/netbox-community/netbox/commit/6e068770ea86391c8c78137996acfe6aa87dc0ed) Merge pull request #38 from digitalocean/travis-ci - [`e334c64`](https://github.com/netbox-community/netbox/commit/e334c64a7cf0265a501090e2c6609771f97d620f) Add Submitting Pull Requests section to CONTRIBUTING - [`f0fb607`](https://github.com/netbox-community/netbox/commit/f0fb60734a2d9383af25a6f44aaf8b029e49977f) Add Travis build badges for both master and develop against python 2.7 - [`a4cbfd7`](https://github.com/netbox-community/netbox/commit/a4cbfd7d5b2289fd8f874391afa8c5b031d06b3b) added apache config information to getting-started.md - [`0a22821`](https://github.com/netbox-community/netbox/commit/0a228212090d9093880d8f9b216743a32420b7bc) Merge pull request #46 from digitalocean/contributing-prs - [`f958bc0`](https://github.com/netbox-community/netbox/commit/f958bc05806c881dd45c0037aedb92013a8a0bbb) Merge pull request #47 from digitalocean/readme-travis-badges - [`4dd3149`](https://github.com/netbox-community/netbox/commit/4dd31497e52013ec45d3b766d9b8345e2dd238bb) Fixes #26: Corrected rack validation to work when there are no devices within the rack ### 📊 Changes **10 files changed** (+125 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) ➕ `.travis.yml` (+7 -0) 📝 `CONTRIBUTING.md` (+6 -0) 📝 `README.md` (+13 -0) 📝 `docs/getting-started.md` (+44 -3) 📝 `docs/ipam.md` (+1 -1) 📝 `netbox/dcim/models.py` (+5 -4) 📝 `netbox/ipam/views.py` (+12 -4) 📝 `netbox/templates/ipam/ipaddress.html` (+8 -25) ➕ `scripts/cibuild.sh` (+28 -0) </details> ### 📄 Description - Fixed IP address 'parent prefixes' display - Added a warning when duplicate IP addresses are detected within a VRF - Corrected rack validation when no devices are present - Improved documentation --- <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 21:53:45 +01:00
adam closed this issue 2025-12-29 21:53:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11976