[PR #123] [MERGED] Issue 84 archive loop fix #141

Closed
opened 2026-02-27 15:55:18 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: issue-84-archive-loop-fix


📝 Commits (3)

  • 204869f downgraded bun
  • df644be cleanup: improve orphaned repo handling
  • b21cd0b ui: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/123 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `issue-84-archive-loop-fix` --- ### 📝 Commits (3) - [`204869f`](https://github.com/RayLabsHQ/gitea-mirror/commit/204869fa3e4bc6fff0b3fe5c1c34cb1c04a2aaae) downgraded bun - [`df644be`](https://github.com/RayLabsHQ/gitea-mirror/commit/df644be7697727622baf497c4f20716e3efbb180) cleanup: improve orphaned repo handling - [`b21cd0b`](https://github.com/RayLabsHQ/gitea-mirror/commit/b21cd0b86633d276c1e7c2168a909689bfda169b) ui: align cleanup retention controls ### 📊 Changes **17 files changed** (+245 additions, -333 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description addressing #72 and #84 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitea-mirror#141
No description provided.