[PR #72] [MERGED] Implemented getting correct disk info for the mounted directory #8458

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/72
Author: @alextran1502
Created: 3/23/2022
Status: Merged
Merged: 3/23/2022
Merged by: @alextran1502

Base: mainHead: dev/get-upload-location-free-disk-space


📝 Commits (1)

  • 71f8392 Implemented getting correct disk info for the mounted directory

📊 Changes

6 files changed (+52 additions, -28 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 server/package-lock.json (+32 -4)
📝 server/package.json (+1 -0)
📝 server/src/api-v1/asset/asset.controller.ts (+4 -4)
📝 server/src/api-v1/server-info/server-info.controller.ts (+1 -4)
📝 server/src/api-v1/server-info/server-info.service.ts (+11 -15)

📄 Description

Fixed Issue #66


🔄 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/72 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 3/23/2022 **Status:** ✅ Merged **Merged:** 3/23/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/get-upload-location-free-disk-space` --- ### 📝 Commits (1) - [`71f8392`](https://github.com/immich-app/immich/commit/71f8392fd33c2f864e352a5282deb6aa1f14b078) Implemented getting correct disk info for the mounted directory ### 📊 Changes **6 files changed** (+52 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `server/package-lock.json` (+32 -4) 📝 `server/package.json` (+1 -0) 📝 `server/src/api-v1/asset/asset.controller.ts` (+4 -4) 📝 `server/src/api-v1/server-info/server-info.controller.ts` (+1 -4) 📝 `server/src/api-v1/server-info/server-info.service.ts` (+11 -15) </details> ### 📄 Description Fixed Issue #66 --- <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 13:47: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#8458