[PR #85] [MERGED] Release v1.0.4 #11983

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 2080abc Corrected SiteTest to account for earlier Graph model change
  • c5d498a Run tests in CI
  • 66a16dd Merge pull request #41 from digitalocean/travis-ci-tests
  • 5181c97 Fix PEP 8 error in DCIM tests
  • b392aa4 Fixes #45: Strip plus signs during slugification
  • 4dac43c Fixes #48: Set .container to auto with a max width
  • 6848a3d Fixes #67: Improved Aggregate validation; extended aggregate documentation
  • d22e4e7 Merge pull request #59 from digitalocean/dcim-tests-pep-8
  • f1857dd Add CI check for PEP 8 compliance
  • 6a4a636 Merge pull request #58 from digitalocean/travis-ci-pep-8

📊 Changes

11 files changed (+66 additions, -15 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 docs/getting-started.md (+9 -9)
📝 docs/ipam.md (+2 -0)
📝 netbox/dcim/forms.py (+10 -1)
📝 netbox/dcim/tests/test_apis.py (+1 -1)
📝 netbox/dcim/tests/test_models.py (+1 -1)
📝 netbox/ipam/models.py (+6 -0)
📝 netbox/project-static/css/base.css (+2 -1)
📝 netbox/project-static/js/forms.js (+2 -2)
📝 netbox/templates/dcim/interface_connections_import.html (+8 -0)
📝 scripts/cibuild.sh (+24 -0)

📄 Description

  • Corrected tests to account for a model change
  • Introduced continuous integration (CI) for the repo
  • Fixed a bug where plus signs (+) were not getting stripped from slugs
  • Adjusted the page width to fit smaller screens
  • Improved Aggregate validation
  • Prevented mirrored interface connections from being imported
  • Fixed rack face capitalization on import to match export format
  • Corrected the example Apache configuration

🔄 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/85 **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+) - [`2080abc`](https://github.com/netbox-community/netbox/commit/2080abc6c3d84457ef7242ebd364460834a2cc2b) Corrected SiteTest to account for earlier Graph model change - [`c5d498a`](https://github.com/netbox-community/netbox/commit/c5d498ac148a0c41b1864804e37a9023e5d2fcfc) Run tests in CI - [`66a16dd`](https://github.com/netbox-community/netbox/commit/66a16dd06b9018e195eee62cb7b33746f41b38c6) Merge pull request #41 from digitalocean/travis-ci-tests - [`5181c97`](https://github.com/netbox-community/netbox/commit/5181c97281e964da0b89176a50d476819039d658) Fix PEP 8 error in DCIM tests - [`b392aa4`](https://github.com/netbox-community/netbox/commit/b392aa4a4a7a968f1de5956f5c98727856fb7637) Fixes #45: Strip plus signs during slugification - [`4dac43c`](https://github.com/netbox-community/netbox/commit/4dac43c1c932d44915c64301f6294b818a21e157) Fixes #48: Set .container to auto with a max width - [`6848a3d`](https://github.com/netbox-community/netbox/commit/6848a3dc810758d267a5f4a1bc4e6c08340c466e) Fixes #67: Improved Aggregate validation; extended aggregate documentation - [`d22e4e7`](https://github.com/netbox-community/netbox/commit/d22e4e7698e40f7a61810fef71ec48825c263945) Merge pull request #59 from digitalocean/dcim-tests-pep-8 - [`f1857dd`](https://github.com/netbox-community/netbox/commit/f1857dd189442211c4a9a377ed1ee853a4424309) Add CI check for PEP 8 compliance - [`6a4a636`](https://github.com/netbox-community/netbox/commit/6a4a636794811743cd5e947119eebe3254640f64) Merge pull request #58 from digitalocean/travis-ci-pep-8 ### 📊 Changes **11 files changed** (+66 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `docs/getting-started.md` (+9 -9) 📝 `docs/ipam.md` (+2 -0) 📝 `netbox/dcim/forms.py` (+10 -1) 📝 `netbox/dcim/tests/test_apis.py` (+1 -1) 📝 `netbox/dcim/tests/test_models.py` (+1 -1) 📝 `netbox/ipam/models.py` (+6 -0) 📝 `netbox/project-static/css/base.css` (+2 -1) 📝 `netbox/project-static/js/forms.js` (+2 -2) 📝 `netbox/templates/dcim/interface_connections_import.html` (+8 -0) 📝 `scripts/cibuild.sh` (+24 -0) </details> ### 📄 Description - Corrected tests to account for a model change - Introduced continuous integration (CI) for the repo - Fixed a bug where plus signs (+) were not getting stripped from slugs - Adjusted the page width to fit smaller screens - Improved Aggregate validation - Prevented mirrored interface connections from being imported - Fixed rack face capitalization on import to match export format - Corrected the example Apache configuration --- <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:47 +01:00
adam closed this issue 2025-12-29 21:53:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11983