mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 05:18:55 -05:00
[PR #123] [MERGED] Issue 84 archive loop fix #1538
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/123
Author: @arunavo4
Created: 10/22/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @arunavo4
Base:
main← Head:issue-84-archive-loop-fix📝 Commits (3)
204869fdowngraded bundf644becleanup: improve orphaned repo handlingb21cd0bui: align cleanup retention controls📊 Changes
17 files changed (+245 additions, -333 deletions)
View changed files
📝
README.md(+2 -1)📝
astro.config.mjs(+4 -4)📝
docs/ENVIRONMENT_VARIABLES.md(+3 -2)📝
package.json(+1 -1)📝
src/components/config/AutomationSettings.tsx(+149 -49)📝
src/components/config/ConfigTabs.tsx(+5 -0)➖
src/components/config/DatabaseCleanupConfigForm.tsx(+0 -201)➖
src/components/config/ScheduleAndCleanupForm.tsx(+0 -47)📝
src/components/repositories/Repository.tsx(+1 -1)📝
src/components/repositories/RepositoryTable.tsx(+4 -4)📝
src/lib/db/schema.ts(+1 -1)📝
src/lib/env-config-loader.ts(+1 -1)📝
src/lib/gitea.ts(+8 -4)📝
src/lib/repository-cleanup-service.ts(+21 -3)📝
src/lib/utils/config-defaults.ts(+8 -1)📝
src/lib/utils/config-mapper.ts(+30 -13)📝
src/types/config.ts(+7 -0)📄 Description
addressing #72 and #84
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.