mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[PR #184] [MERGED] Implement incremental issue and PR metadata sync #171
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#171
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/184
Author: @arunavo4
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-165-incremental-metadata📝 Commits (2)
85b1867Implement incremental issue and PR metadata synccb7510fImprove legacy matching and comment dedupe📊 Changes
3 files changed (+270 additions, -118 deletions)
View changed files
📝
src/lib/gitea-enhanced.test.ts(+3 -3)📝
src/lib/gitea-enhanced.ts(+2 -18)📝
src/lib/gitea.ts(+265 -97)📄 Description
Summary
gh-comment-idmarker[PR #N]entries instead of recreatingWhy
Fixes the behavior in #165 where issue/PR metadata stopped updating after the first sync.
Validation
bun test src/lib/gitea-enhanced.test.tsbun test src/lib/gitea.test.ts src/lib/mirror-sync-fix.test.tsbun run buildFixes #165
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.