[PR #2562] [MERGED] refactor(server): update album #9599

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2562
Author: @jrasm91
Created: 5/25/2023
Status: Merged
Merged: 5/25/2023
Merged by: @alextran1502

Base: mainHead: refactor/update-album


📝 Commits (2)

  • c7d6ada refactor: update album
  • b0e007e fix: remove unnecessary decorator

📊 Changes

13 files changed (+272 additions, -225 deletions)

View changed files

📝 server/apps/immich/src/api-v1/album/album-repository.ts (+1 -1)
📝 server/apps/immich/src/api-v1/album/album.controller.ts (+1 -10)
📝 server/apps/immich/src/api-v1/album/album.service.spec.ts (+1 -39)
📝 server/apps/immich/src/api-v1/album/album.service.ts (+0 -15)
📝 server/apps/immich/src/controllers/album.controller.ts (+8 -2)
📝 server/immich-openapi-specs.json (+154 -145)
📝 server/libs/domain/src/album/album.repository.ts (+2 -1)
📝 server/libs/domain/src/album/album.service.spec.ts (+48 -4)
📝 server/libs/domain/src/album/album.service.ts (+31 -4)
📝 server/libs/domain/src/album/dto/album-update.dto.ts (+1 -1)
📝 server/libs/domain/src/album/dto/index.ts (+1 -0)
📝 server/libs/domain/test/album.repository.mock.ts (+2 -1)
📝 server/libs/infra/src/repositories/album.repository.ts (+22 -2)

📄 Description

Move update album to the domain.


🔄 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/2562 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 5/25/2023 **Status:** ✅ Merged **Merged:** 5/25/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `refactor/update-album` --- ### 📝 Commits (2) - [`c7d6ada`](https://github.com/immich-app/immich/commit/c7d6ada24221feaa395a30475027101e3c925774) refactor: update album - [`b0e007e`](https://github.com/immich-app/immich/commit/b0e007e6138f669a5227de955197f0af2fcb8853) fix: remove unnecessary decorator ### 📊 Changes **13 files changed** (+272 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/album/album-repository.ts` (+1 -1) 📝 `server/apps/immich/src/api-v1/album/album.controller.ts` (+1 -10) 📝 `server/apps/immich/src/api-v1/album/album.service.spec.ts` (+1 -39) 📝 `server/apps/immich/src/api-v1/album/album.service.ts` (+0 -15) 📝 `server/apps/immich/src/controllers/album.controller.ts` (+8 -2) 📝 `server/immich-openapi-specs.json` (+154 -145) 📝 `server/libs/domain/src/album/album.repository.ts` (+2 -1) 📝 `server/libs/domain/src/album/album.service.spec.ts` (+48 -4) 📝 `server/libs/domain/src/album/album.service.ts` (+31 -4) 📝 `server/libs/domain/src/album/dto/album-update.dto.ts` (+1 -1) 📝 `server/libs/domain/src/album/dto/index.ts` (+1 -0) 📝 `server/libs/domain/test/album.repository.mock.ts` (+2 -1) 📝 `server/libs/infra/src/repositories/album.repository.ts` (+22 -2) </details> ### 📄 Description Move update album to the domain. --- <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:07:33 +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#9599