[PR #14039] [MERGED] Add partition helper #13804

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14039
Author: @JPVenson
Created: 5/1/2025
Status: Merged
Merged: 6/4/2025
Merged by: @crobibero

Base: masterHead: feature/EFPartitionHelper


📝 Commits (10+)

  • 39fa113 Add partition helper
  • a0a8787 Add simple logging for partitions
  • 8f21a40 Fix build
  • 854e490 Readd query selector for extraction migration
  • c772b13 Remove old Helper
  • 36bbfc3 Fixed spelling
  • 78b6881 Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFPartitionHelper
  • 3e5bc0f Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFPartitionHelper
  • cf61d78 Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFPartitionHelper
  • 892274d Reverted Merge messup

📊 Changes

3 files changed (+293 additions, -29 deletions)

View changed files

📝 Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs (+23 -29)
src/Jellyfin.Database/Jellyfin.Database.Implementations/ProgressablePartitionReporting.cs (+55 -0)
src/Jellyfin.Database/Jellyfin.Database.Implementations/QueryPartitionHelpers.cs (+215 -0)

📄 Description

Adds helper for enumerating paged EFCore queries


🔄 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/14039 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `feature/EFPartitionHelper` --- ### 📝 Commits (10+) - [`39fa113`](https://github.com/jellyfin/jellyfin/commit/39fa113a4d46a324f61cc8b10e70d7773245c196) Add partition helper - [`a0a8787`](https://github.com/jellyfin/jellyfin/commit/a0a8787beef0d0fcbcee461d0651f7b1cf3c049c) Add simple logging for partitions - [`8f21a40`](https://github.com/jellyfin/jellyfin/commit/8f21a40448bd5f5c83a462b29cd361dcc6790a72) Fix build - [`854e490`](https://github.com/jellyfin/jellyfin/commit/854e490e5485f8f5f5fe94e65ac06e43a56fc1d2) Readd query selector for extraction migration - [`c772b13`](https://github.com/jellyfin/jellyfin/commit/c772b1314386f7a8d766798cfb09f7d8adeb1afd) Remove old Helper - [`36bbfc3`](https://github.com/jellyfin/jellyfin/commit/36bbfc3ce85969026b742fcd80f664a692b595bc) Fixed spelling - [`78b6881`](https://github.com/jellyfin/jellyfin/commit/78b6881f499b724a58a4bdf761e4ab34be0a6c48) Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFPartitionHelper - [`3e5bc0f`](https://github.com/jellyfin/jellyfin/commit/3e5bc0ff3a2104c6f2883b693f413f5d100e60e2) Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFPartitionHelper - [`cf61d78`](https://github.com/jellyfin/jellyfin/commit/cf61d78bd970c0d1de94d531e346833deccd64d7) Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFPartitionHelper - [`892274d`](https://github.com/jellyfin/jellyfin/commit/892274db86fffc11a63e274260e62a126785ea9e) Reverted Merge messup ### 📊 Changes **3 files changed** (+293 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs` (+23 -29) ➕ `src/Jellyfin.Database/Jellyfin.Database.Implementations/ProgressablePartitionReporting.cs` (+55 -0) ➕ `src/Jellyfin.Database/Jellyfin.Database.Implementations/QueryPartitionHelpers.cs` (+215 -0) </details> ### 📄 Description Adds helper for enumerating paged EFCore queries --- <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 07:19:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13804