[PR #364] [MERGED] Check integrity task #357

Closed
opened 2026-06-05 14:22:33 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/364
Author: @DecDuck
Created: 3/1/2026
Status: Merged
Merged: 3/1/2026
Merged by: @DecDuck

Base: developHead: check-integrity-task


📝 Commits (1)

  • 723e01d feat: check integrity task

📊 Changes

8 files changed (+136 additions, -32 deletions)

View changed files

📝 i18n/locales/en_us.json (+1 -0)
📝 pages/admin/task/index.vue (+42 -4)
📝 server/api/v1/admin/task/index.get.ts (+3 -1)
📝 server/internal/services/torrential/droplet-interface.ts (+1 -1)
📝 server/internal/tasks/group.ts (+2 -2)
📝 server/internal/tasks/index.ts (+7 -6)
server/internal/tasks/registry/check-integrity.ts (+80 -0)
server/internal/tasks/registry/debug.ts (+0 -18)

📄 Description

Adds a "Check integrity" task that re-imports all versions on the instance. Useful if you've updated a lot of files and want the checksums to update.


🔄 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/364 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 3/1/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `check-integrity-task` --- ### 📝 Commits (1) - [`723e01d`](https://github.com/Drop-OSS/drop/commit/723e01da6f2ab3034b3bf9a14690fdb821975360) feat: check integrity task ### 📊 Changes **8 files changed** (+136 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `i18n/locales/en_us.json` (+1 -0) 📝 `pages/admin/task/index.vue` (+42 -4) 📝 `server/api/v1/admin/task/index.get.ts` (+3 -1) 📝 `server/internal/services/torrential/droplet-interface.ts` (+1 -1) 📝 `server/internal/tasks/group.ts` (+2 -2) 📝 `server/internal/tasks/index.ts` (+7 -6) ➕ `server/internal/tasks/registry/check-integrity.ts` (+80 -0) ➖ `server/internal/tasks/registry/debug.ts` (+0 -18) </details> ### 📄 Description Adds a "Check integrity" task that re-imports all versions on the instance. Useful if you've updated a lot of files and want the checksums to update. --- <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-06-05 14:22:33 -04:00
yindo closed this issue 2026-06-05 14:22:33 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#357