[PR #3038] [MERGED] Clean up generated code #9326

Closed
opened 2026-02-07 06:00:15 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3038
Author: @barronpm
Created: 5/3/2020
Status: Merged
Merged: 5/12/2020
Merged by: @Bond-009

Base: masterHead: generated-code-cleanup


📝 Commits (3)

  • 2b41f8a Clean up generated code
  • 55cfa96 Apply review suggestions
  • 0549d59 Merge branch 'master' into generated-code-cleanup

📊 Changes

57 files changed (+6211 additions, -7813 deletions)

View changed files

Jellyfin.Data/DbContexts/Jellyfin.cs (+0 -1140)
📝 Jellyfin.Data/Entities/Artwork.cs (+179 -192)
📝 Jellyfin.Data/Entities/Book.cs (+49 -64)
📝 Jellyfin.Data/Entities/BookMetadata.cs (+94 -110)
📝 Jellyfin.Data/Entities/Chapter.cs (+223 -234)
📝 Jellyfin.Data/Entities/Collection.cs (+97 -108)
📝 Jellyfin.Data/Entities/CollectionItem.cs (+133 -141)
📝 Jellyfin.Data/Entities/Company.cs (+126 -136)
📝 Jellyfin.Data/Entities/CompanyMetadata.cs (+199 -217)
📝 Jellyfin.Data/Entities/CustomItem.cs (+49 -65)
📝 Jellyfin.Data/Entities/CustomItemMetadata.cs (+50 -69)
📝 Jellyfin.Data/Entities/Episode.cs (+98 -115)
📝 Jellyfin.Data/Entities/EpisodeMetadata.cs (+164 -182)
📝 Jellyfin.Data/Entities/Genre.cs (+137 -148)
📝 Jellyfin.Data/Entities/Group.cs (+100 -106)
📝 Jellyfin.Data/Entities/Library.cs (+132 -143)
📝 Jellyfin.Data/Entities/LibraryItem.cs (+156 -166)
📝 Jellyfin.Data/Entities/LibraryRoot.cs (+178 -188)
📝 Jellyfin.Data/Entities/MediaFile.cs (+181 -190)
📝 Jellyfin.Data/Entities/MediaFileStream.cs (+134 -145)

...and 37 more files

📄 Description

Changes
Updates the generated code to be much cleaner. Split off of #2970 per @mark-monteiro 's request.


🔄 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/jellyfin/jellyfin/pull/3038 **Author:** [@barronpm](https://github.com/barronpm) **Created:** 5/3/2020 **Status:** ✅ Merged **Merged:** 5/12/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `generated-code-cleanup` --- ### 📝 Commits (3) - [`2b41f8a`](https://github.com/jellyfin/jellyfin/commit/2b41f8ab632b706b0f4e2d17032dbb07ce73136e) Clean up generated code - [`55cfa96`](https://github.com/jellyfin/jellyfin/commit/55cfa96b9f8127c6327702fe98407d771bb987b7) Apply review suggestions - [`0549d59`](https://github.com/jellyfin/jellyfin/commit/0549d59a5f8fc38c6075e8ca162832ae2edd3571) Merge branch 'master' into generated-code-cleanup ### 📊 Changes **57 files changed** (+6211 additions, -7813 deletions) <details> <summary>View changed files</summary> ➖ `Jellyfin.Data/DbContexts/Jellyfin.cs` (+0 -1140) 📝 `Jellyfin.Data/Entities/Artwork.cs` (+179 -192) 📝 `Jellyfin.Data/Entities/Book.cs` (+49 -64) 📝 `Jellyfin.Data/Entities/BookMetadata.cs` (+94 -110) 📝 `Jellyfin.Data/Entities/Chapter.cs` (+223 -234) 📝 `Jellyfin.Data/Entities/Collection.cs` (+97 -108) 📝 `Jellyfin.Data/Entities/CollectionItem.cs` (+133 -141) 📝 `Jellyfin.Data/Entities/Company.cs` (+126 -136) 📝 `Jellyfin.Data/Entities/CompanyMetadata.cs` (+199 -217) 📝 `Jellyfin.Data/Entities/CustomItem.cs` (+49 -65) 📝 `Jellyfin.Data/Entities/CustomItemMetadata.cs` (+50 -69) 📝 `Jellyfin.Data/Entities/Episode.cs` (+98 -115) 📝 `Jellyfin.Data/Entities/EpisodeMetadata.cs` (+164 -182) 📝 `Jellyfin.Data/Entities/Genre.cs` (+137 -148) 📝 `Jellyfin.Data/Entities/Group.cs` (+100 -106) 📝 `Jellyfin.Data/Entities/Library.cs` (+132 -143) 📝 `Jellyfin.Data/Entities/LibraryItem.cs` (+156 -166) 📝 `Jellyfin.Data/Entities/LibraryRoot.cs` (+178 -188) 📝 `Jellyfin.Data/Entities/MediaFile.cs` (+181 -190) 📝 `Jellyfin.Data/Entities/MediaFileStream.cs` (+134 -145) _...and 37 more files_ </details> ### 📄 Description **Changes** Updates the generated code to be much cleaner. Split off of #2970 per @mark-monteiro 's request. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:00:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9326