[PR #177] Support release limits above 100 #4180

Closed
opened 2026-06-08 15:45:39 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/RayLabsHQ/gitea-mirror/pull/177

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/RayLabsHQ/gitea-mirror/pull/177 **State:** closed **Merged:** Yes --- ## 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
GiteaMirror added the pull-request label 2026-06-08 15:45:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea-mirror#4180