[PR #2638] [MERGED] refactor(server): app init #9640

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

📋 Pull Request Information

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

Base: mainHead: refactor/app-init


📝 Commits (1)

  • 03a314e refactor(server): app init

📊 Changes

8 files changed (+42 additions, -37 deletions)

View changed files

server/apps/immich/src/app.cron-jobs.ts (+0 -13)
📝 server/apps/immich/src/app.module.ts (+12 -17)
server/apps/immich/src/app.service.ts (+22 -0)
📝 server/apps/immich/src/controllers/app.controller.ts (+0 -0)
📝 server/apps/immich/src/controllers/index.ts (+1 -0)
📝 server/apps/immich/src/main.ts (+2 -2)
📝 server/libs/domain/src/search/search.service.spec.ts (+4 -4)
📝 server/libs/domain/src/search/search.service.ts (+1 -1)

📄 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/2638 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 6/2/2023 **Status:** ✅ Merged **Merged:** 6/2/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `refactor/app-init` --- ### 📝 Commits (1) - [`03a314e`](https://github.com/immich-app/immich/commit/03a314e367e22a04df4a5f0391f6fae3049a4b79) refactor(server): app init ### 📊 Changes **8 files changed** (+42 additions, -37 deletions) <details> <summary>View changed files</summary> ➖ `server/apps/immich/src/app.cron-jobs.ts` (+0 -13) 📝 `server/apps/immich/src/app.module.ts` (+12 -17) ➕ `server/apps/immich/src/app.service.ts` (+22 -0) 📝 `server/apps/immich/src/controllers/app.controller.ts` (+0 -0) 📝 `server/apps/immich/src/controllers/index.ts` (+1 -0) 📝 `server/apps/immich/src/main.ts` (+2 -2) 📝 `server/libs/domain/src/search/search.service.spec.ts` (+4 -4) 📝 `server/libs/domain/src/search/search.service.ts` (+1 -1) </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:08: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#9640