[PR #24750] feat: workflow filter by person #17983

Open
opened 2026-02-05 16:30:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/24750
Author: @alextran1502
Created: 12/21/2025
Status: 🔄 Open

Base: mainHead: filter-by-person


📝 Commits (3)

  • 35fed9c feat: filter by person
  • 92fae68 Merge branch 'main' into filter-by-person
  • bbb2f01 wip: call host function from plugin

📊 Changes

11 files changed (+168 additions, -57 deletions)

View changed files

📝 plugins/manifest.json (+19 -46)
📝 plugins/src/index.d.ts (+2 -0)
📝 plugins/src/index.ts (+61 -3)
📝 server/src/queries/person.repository.sql (+1 -0)
📝 server/src/repositories/album.repository.ts (+6 -1)
📝 server/src/repositories/event.repository.ts (+1 -0)
📝 server/src/repositories/person.repository.ts (+1 -1)
📝 server/src/services/person.service.ts (+6 -0)
📝 server/src/services/plugin-host.functions.ts (+27 -0)
📝 server/src/services/plugin.service.ts (+42 -5)
📝 server/src/types.ts (+2 -1)

📄 Description

Test case

  • Exact
  • Any
  • All

🔄 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/immich-app/immich/pull/24750 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 12/21/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `filter-by-person` --- ### 📝 Commits (3) - [`35fed9c`](https://github.com/immich-app/immich/commit/35fed9c4ed12cbdec0852163172d4aae1c928a90) feat: filter by person - [`92fae68`](https://github.com/immich-app/immich/commit/92fae68253a9486357e5ffc64a1c1d7fb52dcd2e) Merge branch 'main' into filter-by-person - [`bbb2f01`](https://github.com/immich-app/immich/commit/bbb2f01aa7045dea5bba5db082200879b03e557f) wip: call host function from plugin ### 📊 Changes **11 files changed** (+168 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `plugins/manifest.json` (+19 -46) 📝 `plugins/src/index.d.ts` (+2 -0) 📝 `plugins/src/index.ts` (+61 -3) 📝 `server/src/queries/person.repository.sql` (+1 -0) 📝 `server/src/repositories/album.repository.ts` (+6 -1) 📝 `server/src/repositories/event.repository.ts` (+1 -0) 📝 `server/src/repositories/person.repository.ts` (+1 -1) 📝 `server/src/services/person.service.ts` (+6 -0) 📝 `server/src/services/plugin-host.functions.ts` (+27 -0) 📝 `server/src/services/plugin.service.ts` (+42 -5) 📝 `server/src/types.ts` (+2 -1) </details> ### 📄 Description Test case - [x] Exact - [ ] Any - [ ] All --- <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-05 16:30:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#17983