[PR #2746] [MERGED] refactor(server): album count #9685

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2746
Author: @jrasm91
Created: 6/13/2023
Status: Merged
Merged: 6/16/2023
Merged by: @alextran1502

Base: mainHead: refactor/album-count


📝 Commits (2)

📊 Changes

21 files changed (+100 additions, -95 deletions)

View changed files

📝 mobile/openapi/README.md (+1 -1)
📝 mobile/openapi/doc/AlbumApi.md (+5 -5)
📝 mobile/openapi/doc/AlbumCountResponseDto.md (+1 -1)
📝 mobile/openapi/lib/api/album_api.dart (+5 -5)
📝 mobile/openapi/lib/model/album_count_response_dto.dart (+8 -8)
📝 mobile/openapi/test/album_api_test.dart (+2 -2)
📝 mobile/openapi/test/album_count_response_dto_test.dart (+2 -2)
📝 server/immich-openapi-specs.json (+4 -4)
📝 server/src/domain/album/album-response.dto.ts (+13 -2)
📝 server/src/domain/album/album.service.spec.ts (+17 -0)
📝 server/src/domain/album/album.service.ts (+15 -1)
📝 server/src/domain/album/index.ts (+1 -1)
server/src/domain/album/response-dto/index.ts (+0 -1)
📝 server/src/immich/api-v1/album/album-repository.ts (+0 -10)
📝 server/src/immich/api-v1/album/album.controller.ts (+0 -6)
📝 server/src/immich/api-v1/album/album.service.spec.ts (+0 -1)
📝 server/src/immich/api-v1/album/album.service.ts (+0 -5)
server/src/immich/api-v1/album/response-dto/album-count-response.dto.ts (+0 -18)
📝 server/src/immich/controllers/album.controller.ts (+13 -1)
📝 web/src/api/open-api/api.ts (+9 -9)

...and 1 more files

📄 Description

No description provided


🔄 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/2746 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 6/13/2023 **Status:** ✅ Merged **Merged:** 6/16/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `refactor/album-count` --- ### 📝 Commits (2) - [`a7f794f`](https://github.com/immich-app/immich/commit/a7f794fd45905e177f029a9007c414feecc60fa2) refactor(server): album count - [`ba38d96`](https://github.com/immich-app/immich/commit/ba38d963fc1c9033400c8589f6646f78c3459602) chore: open api ### 📊 Changes **21 files changed** (+100 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `mobile/openapi/README.md` (+1 -1) 📝 `mobile/openapi/doc/AlbumApi.md` (+5 -5) 📝 `mobile/openapi/doc/AlbumCountResponseDto.md` (+1 -1) 📝 `mobile/openapi/lib/api/album_api.dart` (+5 -5) 📝 `mobile/openapi/lib/model/album_count_response_dto.dart` (+8 -8) 📝 `mobile/openapi/test/album_api_test.dart` (+2 -2) 📝 `mobile/openapi/test/album_count_response_dto_test.dart` (+2 -2) 📝 `server/immich-openapi-specs.json` (+4 -4) 📝 `server/src/domain/album/album-response.dto.ts` (+13 -2) 📝 `server/src/domain/album/album.service.spec.ts` (+17 -0) 📝 `server/src/domain/album/album.service.ts` (+15 -1) 📝 `server/src/domain/album/index.ts` (+1 -1) ➖ `server/src/domain/album/response-dto/index.ts` (+0 -1) 📝 `server/src/immich/api-v1/album/album-repository.ts` (+0 -10) 📝 `server/src/immich/api-v1/album/album.controller.ts` (+0 -6) 📝 `server/src/immich/api-v1/album/album.service.spec.ts` (+0 -1) 📝 `server/src/immich/api-v1/album/album.service.ts` (+0 -5) ➖ `server/src/immich/api-v1/album/response-dto/album-count-response.dto.ts` (+0 -18) 📝 `server/src/immich/controllers/album.controller.ts` (+13 -1) 📝 `web/src/api/open-api/api.ts` (+9 -9) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <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:09:06 +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#9685