[PR #5702] [MERGED] chore(server): refactor config init process #10936

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/5702
Author: @jrasm91
Created: 12/15/2023
Status: Merged
Merged: 1/1/2024
Merged by: @jrasm91

Base: mainHead: refactor/system-config-init


📝 Commits (1)

  • 7b63a35 chore(server): refactor config init process

📊 Changes

8 files changed (+35 additions, -35 deletions)

View changed files

📝 server/src/domain/domain.module.ts (+1 -9)
📝 server/src/domain/job/job.service.spec.ts (+5 -5)
📝 server/src/domain/job/job.service.ts (+1 -1)
📝 server/src/domain/storage-template/storage-template.service.spec.ts (+7 -5)
📝 server/src/domain/storage-template/storage-template.service.ts (+19 -11)
📝 server/src/domain/system-config/system-config.constants.ts (+0 -2)
📝 server/src/domain/system-config/system-config.service.ts (+1 -1)
📝 server/src/microservices/app.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/5702 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 12/15/2023 **Status:** ✅ Merged **Merged:** 1/1/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `refactor/system-config-init` --- ### 📝 Commits (1) - [`7b63a35`](https://github.com/immich-app/immich/commit/7b63a35e26834085f2d53631c9372684c7171c44) chore(server): refactor config init process ### 📊 Changes **8 files changed** (+35 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/domain.module.ts` (+1 -9) 📝 `server/src/domain/job/job.service.spec.ts` (+5 -5) 📝 `server/src/domain/job/job.service.ts` (+1 -1) 📝 `server/src/domain/storage-template/storage-template.service.spec.ts` (+7 -5) 📝 `server/src/domain/storage-template/storage-template.service.ts` (+19 -11) 📝 `server/src/domain/system-config/system-config.constants.ts` (+0 -2) 📝 `server/src/domain/system-config/system-config.service.ts` (+1 -1) 📝 `server/src/microservices/app.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:30:40 +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#10936