mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
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#155
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/150
Author: @arunavo4
Created: 11/8/2025
Status: ✅ Merged
Merged: 11/8/2025
Merged by: @arunavo4
Base:
main← Head:148-release-order-again📝 Commits (1)
e951e97fix: Detect and recreate incorrectly ordered releases (#148)📊 Changes
1 file changed (+109 additions, -16 deletions)
View changed files
📝
src/lib/gitea.ts(+109 -16)📄 Description
This fix addresses the persistent release ordering issue by detecting when existing releases in Gitea are in the wrong chronological order and automatically deleting and recreating them in the correct order.
Root Cause:
created_unix DESC, id DESCcreated_unixwhen creating releasescreated_unixtimestamp doesn't changeSolution:
Before processing releases, the code now:
How it works:
User Impact:
Fixes #148
Related: #129, PR #146
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.