[PR #287] [MERGED] Add metadata timeout #288

Closed
opened 2026-02-17 17:06:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/287
Author: @DecDuck
Created: 11/19/2025
Status: Merged
Merged: 11/19/2025
Merged by: @DecDuck

Base: developHead: metadata-timeout


📝 Commits (2)

📊 Changes

9 files changed (+2814 additions, -808 deletions)

View changed files

📝 composables/current-page-engine.ts (+1 -2)
📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+2791 -786)
📝 pnpm-workspace.yaml (+3 -3)
📝 prisma.config.ts (+3 -0)
📝 server/api/v1/client/auth/initiate.post.ts (+1 -1)
📝 server/api/v1/client/game/versions.get.ts (+4 -15)
📝 server/internal/config/sys-conf.ts (+6 -0)
📝 server/internal/metadata/index.ts (+4 -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/Drop-OSS/drop/pull/287 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `metadata-timeout` --- ### 📝 Commits (2) - [`02c443b`](https://github.com/Drop-OSS/drop/commit/02c443b98bf3c4e95a4e298b80a32a89fb38ecd0) Add metadata timeout - [`6ecc5c2`](https://github.com/Drop-OSS/drop/commit/6ecc5c23d8798f1d9521c093795c22314cfd3c22) Fix lint ### 📊 Changes **9 files changed** (+2814 additions, -808 deletions) <details> <summary>View changed files</summary> 📝 `composables/current-page-engine.ts` (+1 -2) 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+2791 -786) 📝 `pnpm-workspace.yaml` (+3 -3) 📝 `prisma.config.ts` (+3 -0) 📝 `server/api/v1/client/auth/initiate.post.ts` (+1 -1) 📝 `server/api/v1/client/game/versions.get.ts` (+4 -15) 📝 `server/internal/config/sys-conf.ts` (+6 -0) 📝 `server/internal/metadata/index.ts` (+4 -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>
yindo added the pull-request label 2026-02-17 17:06:35 -05:00
yindo closed this issue 2026-02-17 17:06:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#288