[PR #6352] [MERGED] feat(server): track metadata extracted at #11153

Closed
opened 2026-02-05 14:34:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6352
Author: @jrasm91
Created: 1/13/2024
Status: Merged
Merged: 1/13/2024
Merged by: @jrasm91

Base: mainHead: feat/extracted-at-job-status


📝 Commits (1)

  • 7312231 feat(server): track metadata extracted at

📊 Changes

4 files changed (+30 additions, -2 deletions)

View changed files

📝 server/src/domain/metadata/metadata.service.ts (+5 -0)
📝 server/src/infra/entities/asset-job-status.entity.ts (+3 -0)
server/src/infra/migrations/1705094221536-AddMetadataExtractedAt.ts (+19 -0)
📝 server/src/infra/repositories/asset.repository.ts (+3 -2)

📄 Description

Queue and track "missing exif" via the AssetJobStatus entity. Makes it possible to merge quotas (#4471) without dealing with re-organizing the exif table right away.


🔄 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/6352 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 1/13/2024 **Status:** ✅ Merged **Merged:** 1/13/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `feat/extracted-at-job-status` --- ### 📝 Commits (1) - [`7312231`](https://github.com/immich-app/immich/commit/731223106bd88a09e94c1abf2afab0fe083ed71b) feat(server): track metadata extracted at ### 📊 Changes **4 files changed** (+30 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/metadata/metadata.service.ts` (+5 -0) 📝 `server/src/infra/entities/asset-job-status.entity.ts` (+3 -0) ➕ `server/src/infra/migrations/1705094221536-AddMetadataExtractedAt.ts` (+19 -0) 📝 `server/src/infra/repositories/asset.repository.ts` (+3 -2) </details> ### 📄 Description Queue and track "missing exif" via the AssetJobStatus entity. Makes it possible to merge quotas (#4471) without dealing with re-organizing the exif table right away. --- <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 14:34:24 +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#11153