[PR #2093] [MERGED] feat(server): apply storage migration after exif completes #9376

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2093
Author: @jrasm91
Created: 3/27/2023
Status: Merged
Merged: 3/28/2023
Merged by: @alextran1502

Base: mainHead: feat/apply-template-after-exif


📝 Commits (4)

  • c5f860c feat(server): apply storage migraiton after exif completes
  • 8d683e5 feat: same for videos
  • 92d1dd8 fix: migration for live photos
  • 7ce8c4f chore: merge

📊 Changes

10 files changed (+54 additions, -78 deletions)

View changed files

📝 server/apps/immich/src/api-v1/asset/asset.core.ts (+4 -46)
📝 server/apps/immich/src/api-v1/asset/asset.service.spec.ts (+1 -18)
📝 server/apps/immich/src/api-v1/asset/asset.service.ts (+4 -9)
📝 server/apps/microservices/src/processors.ts (+5 -0)
📝 server/apps/microservices/src/processors/metadata-extraction.processor.ts (+10 -5)
📝 server/libs/domain/src/domain.util.ts (+4 -0)
📝 server/libs/domain/src/job/job.constants.ts (+1 -0)
📝 server/libs/domain/src/job/job.repository.ts (+1 -0)
📝 server/libs/domain/src/storage-template/storage-template.service.ts (+20 -0)
📝 server/libs/infra/src/job/job.repository.ts (+4 -0)

📄 Description

Apply storage migration after exif process saves fileCreatedAt.


🔄 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/2093 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/apply-template-after-exif` --- ### 📝 Commits (4) - [`c5f860c`](https://github.com/immich-app/immich/commit/c5f860ceb1b1637144ebd90d22afe2f4e3201284) feat(server): apply storage migraiton after exif completes - [`8d683e5`](https://github.com/immich-app/immich/commit/8d683e52acdf66368450fbf099ffcf0333471008) feat: same for videos - [`92d1dd8`](https://github.com/immich-app/immich/commit/92d1dd886339ac783540d03f009b6de20856bbec) fix: migration for live photos - [`7ce8c4f`](https://github.com/immich-app/immich/commit/7ce8c4f9b722817a0cfcf60d7c6fe0b910e94d5c) chore: merge ### 📊 Changes **10 files changed** (+54 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/asset/asset.core.ts` (+4 -46) 📝 `server/apps/immich/src/api-v1/asset/asset.service.spec.ts` (+1 -18) 📝 `server/apps/immich/src/api-v1/asset/asset.service.ts` (+4 -9) 📝 `server/apps/microservices/src/processors.ts` (+5 -0) 📝 `server/apps/microservices/src/processors/metadata-extraction.processor.ts` (+10 -5) 📝 `server/libs/domain/src/domain.util.ts` (+4 -0) 📝 `server/libs/domain/src/job/job.constants.ts` (+1 -0) 📝 `server/libs/domain/src/job/job.repository.ts` (+1 -0) 📝 `server/libs/domain/src/storage-template/storage-template.service.ts` (+20 -0) 📝 `server/libs/infra/src/job/job.repository.ts` (+4 -0) </details> ### 📄 Description Apply storage migration after exif process saves `fileCreatedAt`. --- <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:03:37 +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#9376