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
main
codex/issue-170-docs
f4074a3
c340565
4 files changed (+234 additions, -0 deletions)
📝 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)
README.md
src/components/repositories/Repository.tsx
src/pages/api/job/reset-metadata.ts
src/types/reset-metadata.ts
POST /api/job/reset-metadata
Addresses #170 with a simple UX path for recovering missed metadata after option changes, without adding complex runtime guards.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.