mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[PR #180] [MERGED] Add one-click Re-run Metadata bulk action #167
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.