[PR #2779] [MERGED] chore(server): organize imports #9701

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

📋 Pull Request Information

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

Base: mainHead: chore/organize-imports


📝 Commits (2)

  • 6f5b42e feat: lint rule for organize imports
  • 6217d98 chore: organize imports

📊 Changes

67 files changed (+284 additions, -246 deletions)

View changed files

📝 server/.prettierrc (+2 -1)
📝 server/e2e/album.e2e-spec.ts (+6 -7)
📝 server/e2e/user.e2e-spec.ts (+4 -5)
📝 server/package-lock.json (+28 -0)
📝 server/package.json (+1 -0)
📝 server/src/domain/album/album.service.spec.ts (+1 -1)
📝 server/src/domain/album/dto/album-add-users.dto.ts (+1 -1)
📝 server/src/domain/album/dto/album-create.dto.ts (+1 -1)
📝 server/src/domain/album/dto/album-update.dto.ts (+1 -1)
📝 server/src/domain/album/dto/get-albums.dto.ts (+2 -2)
📝 server/src/domain/asset/dto/map-marker.dto.ts (+1 -1)
📝 server/src/domain/auth/auth.service.spec.ts (+3 -3)
📝 server/src/domain/auth/auth.service.ts (+14 -8)
📝 server/src/domain/facial-recognition/index.ts (+1 -1)
📝 server/src/domain/job/job.service.spec.ts (+1 -1)
📝 server/src/domain/metadata/metadata.service.spec.ts (+1 -1)
📝 server/src/domain/oauth/oauth.service.spec.ts (+1 -1)
📝 server/src/domain/partner/partner.service.ts (+1 -1)
📝 server/src/domain/person/person.service.spec.ts (+1 -1)
📝 server/src/domain/search/dto/search.dto.ts (+1 -1)

...and 47 more files

📄 Description

Organize imports and require organized imports moving forward (see first commit for relevant changes).


🔄 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/2779 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 6/16/2023 **Status:** ✅ Merged **Merged:** 6/16/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/organize-imports` --- ### 📝 Commits (2) - [`6f5b42e`](https://github.com/immich-app/immich/commit/6f5b42e602b12e8737a1cb26cf7a02cad9d2f769) feat: lint rule for organize imports - [`6217d98`](https://github.com/immich-app/immich/commit/6217d98a4792be622568dbad548790173713b7ab) chore: organize imports ### 📊 Changes **67 files changed** (+284 additions, -246 deletions) <details> <summary>View changed files</summary> 📝 `server/.prettierrc` (+2 -1) 📝 `server/e2e/album.e2e-spec.ts` (+6 -7) 📝 `server/e2e/user.e2e-spec.ts` (+4 -5) 📝 `server/package-lock.json` (+28 -0) 📝 `server/package.json` (+1 -0) 📝 `server/src/domain/album/album.service.spec.ts` (+1 -1) 📝 `server/src/domain/album/dto/album-add-users.dto.ts` (+1 -1) 📝 `server/src/domain/album/dto/album-create.dto.ts` (+1 -1) 📝 `server/src/domain/album/dto/album-update.dto.ts` (+1 -1) 📝 `server/src/domain/album/dto/get-albums.dto.ts` (+2 -2) 📝 `server/src/domain/asset/dto/map-marker.dto.ts` (+1 -1) 📝 `server/src/domain/auth/auth.service.spec.ts` (+3 -3) 📝 `server/src/domain/auth/auth.service.ts` (+14 -8) 📝 `server/src/domain/facial-recognition/index.ts` (+1 -1) 📝 `server/src/domain/job/job.service.spec.ts` (+1 -1) 📝 `server/src/domain/metadata/metadata.service.spec.ts` (+1 -1) 📝 `server/src/domain/oauth/oauth.service.spec.ts` (+1 -1) 📝 `server/src/domain/partner/partner.service.ts` (+1 -1) 📝 `server/src/domain/person/person.service.spec.ts` (+1 -1) 📝 `server/src/domain/search/dto/search.dto.ts` (+1 -1) _...and 47 more files_ </details> ### 📄 Description Organize imports and require organized imports moving forward (see first commit for relevant changes). --- <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:19 +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#9701