mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #364] [MERGED] Check integrity task #357
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:check-integrity-task📝 Commits (1)
723e01dfeat: 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.