mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 21:17:16 -05:00
[PR #180] [MERGED] Add one-click Re-run Metadata bulk action #1063
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/RayLabsHQ/gitea-mirror/pull/180
Author: @arunavo4
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-170-docs📝 Commits (2)
f4074a3Document metadata re-sync recovery stepsc340565Add bulk re-run metadata action📊 Changes
4 files changed (+234 additions, -0 deletions)
View changed files
📝
README.md(+14 -0)📝
src/components/repositories/Repository.tsx(+91 -0)➕
src/pages/api/job/reset-metadata.ts(+116 -0)➕
src/types/reset-metadata.ts(+13 -0)📄 Description
Summary
POST /api/job/reset-metadatato clear per-repo metadata state for selected repositoriesWhy
Addresses #170 with a simple UX path for recovering missed metadata after option changes, without adding complex runtime guards.
Test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.