[PR #177] [MERGED] Support release limits above 100 #165

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

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/177
Author: @arunavo4
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @arunavo4

Base: mainHead: codex/issue-176


📝 Commits (1)

  • 9bc7bbe Support release limits above 100

📊 Changes

2 files changed (+39 additions, -15 deletions)

View changed files

📝 src/components/config/GitHubMirrorSettings.tsx (+2 -3)
📝 src/lib/gitea.ts (+37 -12)

📄 Description

Summary - remove the UI hard cap of 100 releases in release limit input

  • add paginated GitHub release fetching so configured limits above 100 are respected
  • preserve existing behavior/order processing for release mirroring

Why

Issue #176 reported that release limit appears capped at 100. The previous implementation used a single API call and UI clamp, which prevented higher values from being effective.

Closes #176


🔄 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/177 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `codex/issue-176` --- ### 📝 Commits (1) - [`9bc7bbe`](https://github.com/RayLabsHQ/gitea-mirror/commit/9bc7bbe33f4ec7b4c60ea00b7e7a16d16af72a28) Support release limits above 100 ### 📊 Changes **2 files changed** (+39 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/components/config/GitHubMirrorSettings.tsx` (+2 -3) 📝 `src/lib/gitea.ts` (+37 -12) </details> ### 📄 Description ## Summary - remove the UI hard cap of 100 releases in release limit input - add paginated GitHub release fetching so configured limits above 100 are respected - preserve existing behavior/order processing for release mirroring ## Why Issue #176 reported that release limit appears capped at 100. The previous implementation used a single API call and UI clamp, which prevented higher values from being effective. Closes #176 --- <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:23 +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#165
No description provided.