[PR #2777] [MERGED] refactor(server): send job command #9699

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

📋 Pull Request Information

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

Base: mainHead: refactor/send-job-command


📝 Commits (2)

📊 Changes

12 files changed (+49 additions, -44 deletions)

View changed files

📝 mobile/openapi/README.md (+1 -1)
📝 mobile/openapi/doc/JobApi.md (+5 -5)
📝 mobile/openapi/lib/api/job_api.dart (+8 -8)
📝 mobile/openapi/test/job_api_test.dart (+1 -1)
📝 server/immich-openapi-specs.json (+2 -2)
📝 server/src/domain/job/dto/job-id.dto.ts (+1 -1)
📝 server/src/domain/job/job.service.ts (+11 -5)
📝 server/src/immich/controllers/asset.controller.ts (+1 -1)
📝 server/src/immich/controllers/auth.controller.ts (+1 -1)
📝 server/src/immich/controllers/job.controller.ts (+3 -4)
📝 web/src/api/open-api/api.ts (+14 -14)
📝 web/src/lib/components/admin-page/jobs/jobs-panel.svelte (+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/2777 **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:** `refactor/send-job-command` --- ### 📝 Commits (2) - [`8149e90`](https://github.com/immich-app/immich/commit/8149e9090d97909c54621a8900fb778157e2ca37) refactor: send job command - [`fb3e8d3`](https://github.com/immich-app/immich/commit/fb3e8d3c1b05092f5c695e1fbca700ed691a7a5a) chore: open api ### 📊 Changes **12 files changed** (+49 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `mobile/openapi/README.md` (+1 -1) 📝 `mobile/openapi/doc/JobApi.md` (+5 -5) 📝 `mobile/openapi/lib/api/job_api.dart` (+8 -8) 📝 `mobile/openapi/test/job_api_test.dart` (+1 -1) 📝 `server/immich-openapi-specs.json` (+2 -2) 📝 `server/src/domain/job/dto/job-id.dto.ts` (+1 -1) 📝 `server/src/domain/job/job.service.ts` (+11 -5) 📝 `server/src/immich/controllers/asset.controller.ts` (+1 -1) 📝 `server/src/immich/controllers/auth.controller.ts` (+1 -1) 📝 `server/src/immich/controllers/job.controller.ts` (+3 -4) 📝 `web/src/api/open-api/api.ts` (+14 -14) 📝 `web/src/lib/components/admin-page/jobs/jobs-panel.svelte` (+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:09:18 +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#9699