mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 12:37:43 -05:00
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/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.