[PR #15972] [MERGED] Prep for v4.0 release #14740

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15972
Author: @jeremystretch
Created: 5/6/2024
Status: Merged
Merged: 5/6/2024
Merged by: @jeremystretch

Base: developHead: feature


📝 Commits (10+)

  • 01ee9c8 Update ObjectPermission.object_types to reference ObjectType
  • d538010 Add GraphQL type for ObjectType
  • 0419a69 Clean up outdated references to ContentType
  • 0e89f46 #15277: Clean up references to object types in templates
  • 4533c8d Rename sequences for ObjectType M2M tables
  • 239d218 Closes #14871: Complete work on UI cleanup (#15341)
  • cd74e04 Merge branch 'feature' into 15278-primary-nested-serializers
  • 13bf2c1 9856 merge feature
  • 9000e12 Merge pull request #15281 from netbox-community/15278-primary-nested-serializers
  • 6f6d483 Merge branch 'feature' into 15277-object-types

📊 Changes

1131 files changed (+200648 additions, -31686 deletions)

View changed files

📝 .github/workflows/ci.yml (+2 -2)
📝 .readthedocs.yaml (+2 -2)
📝 base_requirements.txt (+20 -18)
📝 contrib/netbox.service (+4 -0)
📝 contrib/nginx.conf (+10 -0)
contrib/uwsgi.ini (+18 -0)
📝 docs/administration/authentication/microsoft-azure-ad.md (+1 -1)
📝 docs/administration/authentication/okta.md (+1 -1)
📝 docs/administration/authentication/overview.md (+1 -1)
📝 docs/administration/permissions.md (+0 -2)
docs/configuration/date-time.md (+0 -23)
📝 docs/configuration/miscellaneous.md (+8 -15)
📝 docs/configuration/security.md (+0 -2)
📝 docs/configuration/system.md (+6 -8)
📝 docs/customization/custom-fields.md (+0 -2)
📝 docs/customization/custom-scripts.md (+94 -8)
📝 docs/customization/custom-validation.md (+41 -4)
📝 docs/customization/reports.md (+36 -140)
📝 docs/development/getting-started.md (+1 -1)
📝 docs/development/internationalization.md (+3 -2)

...and 80 more files

📄 Description

No description provided


🔄 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/15972 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feature` --- ### 📝 Commits (10+) - [`01ee9c8`](https://github.com/netbox-community/netbox/commit/01ee9c87b8c1c0e2edc19fcf0f17ce54ce0bdb6a) Update ObjectPermission.object_types to reference ObjectType - [`d538010`](https://github.com/netbox-community/netbox/commit/d5380100698cfc6a6165fcbd8cdb4e27f096e67a) Add GraphQL type for ObjectType - [`0419a69`](https://github.com/netbox-community/netbox/commit/0419a69ae8236f367cae26bf8fca1eed7fe2b7d5) Clean up outdated references to ContentType - [`0e89f46`](https://github.com/netbox-community/netbox/commit/0e89f4660143de4b1a2a5f5375d16eba26feb9fa) #15277: Clean up references to object types in templates - [`4533c8d`](https://github.com/netbox-community/netbox/commit/4533c8dae069fc98324ae92edd333a888df65540) Rename sequences for ObjectType M2M tables - [`239d218`](https://github.com/netbox-community/netbox/commit/239d21870b00a3336549806773a25d888039fba4) Closes #14871: Complete work on UI cleanup (#15341) - [`cd74e04`](https://github.com/netbox-community/netbox/commit/cd74e040c115f6c7d9aa3b2c8f10b05f0540fc1a) Merge branch 'feature' into 15278-primary-nested-serializers - [`13bf2c1`](https://github.com/netbox-community/netbox/commit/13bf2c1940f295a3fb5f2aa9430122c53b7fa409) 9856 merge feature - [`9000e12`](https://github.com/netbox-community/netbox/commit/9000e125e392c183c99491a046b62f143b67020c) Merge pull request #15281 from netbox-community/15278-primary-nested-serializers - [`6f6d483`](https://github.com/netbox-community/netbox/commit/6f6d483ca5bd0aba11d703c1b597494753ec0829) Merge branch 'feature' into 15277-object-types ### 📊 Changes **1131 files changed** (+200648 additions, -31686 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+2 -2) 📝 `.readthedocs.yaml` (+2 -2) 📝 `base_requirements.txt` (+20 -18) 📝 `contrib/netbox.service` (+4 -0) 📝 `contrib/nginx.conf` (+10 -0) ➕ `contrib/uwsgi.ini` (+18 -0) 📝 `docs/administration/authentication/microsoft-azure-ad.md` (+1 -1) 📝 `docs/administration/authentication/okta.md` (+1 -1) 📝 `docs/administration/authentication/overview.md` (+1 -1) 📝 `docs/administration/permissions.md` (+0 -2) ➖ `docs/configuration/date-time.md` (+0 -23) 📝 `docs/configuration/miscellaneous.md` (+8 -15) 📝 `docs/configuration/security.md` (+0 -2) 📝 `docs/configuration/system.md` (+6 -8) 📝 `docs/customization/custom-fields.md` (+0 -2) 📝 `docs/customization/custom-scripts.md` (+94 -8) 📝 `docs/customization/custom-validation.md` (+41 -4) 📝 `docs/customization/reports.md` (+36 -140) 📝 `docs/development/getting-started.md` (+1 -1) 📝 `docs/development/internationalization.md` (+3 -2) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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 23:26:23 +01:00
adam closed this issue 2025-12-29 23:26:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14740