[PR #13560] [MERGED] refactor(server): telemetry ports env #13985

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/13560
Author: @jrasm91
Created: 10/17/2024
Status: Merged
Merged: 10/18/2024
Merged by: @jrasm91

Base: mainHead: refactor/telemtry-ports-env


📝 Commits (1)

  • 78e9b2f refactor(server): telemetry ports env

📊 Changes

6 files changed (+80 additions, -18 deletions)

View changed files

📝 server/src/interfaces/config.interface.ts (+12 -3)
📝 server/src/repositories/config.repository.spec.ts (+40 -0)
📝 server/src/repositories/config.repository.ts (+12 -0)
📝 server/src/workers/api.ts (+4 -12)
📝 server/src/workers/microservices.ts (+3 -3)
📝 server/test/repositories/config.repository.mock.ts (+9 -0)

📄 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/13560 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 10/17/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `refactor/telemtry-ports-env` --- ### 📝 Commits (1) - [`78e9b2f`](https://github.com/immich-app/immich/commit/78e9b2f3228370866827fa7b6c16806197d9cff8) refactor(server): telemetry ports env ### 📊 Changes **6 files changed** (+80 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `server/src/interfaces/config.interface.ts` (+12 -3) 📝 `server/src/repositories/config.repository.spec.ts` (+40 -0) 📝 `server/src/repositories/config.repository.ts` (+12 -0) 📝 `server/src/workers/api.ts` (+4 -12) 📝 `server/src/workers/microservices.ts` (+3 -3) 📝 `server/test/repositories/config.repository.mock.ts` (+9 -0) </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 15:24:30 +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#13985