mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-06-21 10:35:37 +02:00
e142524bfc
- Add metadata state guards for issues/PRs in syncGiteaRepoEnhanced to prevent re-mirroring on every sync (fixes #262) - Fix httpPut → httpPatch for Gitea release updates (HTTP 405 error) - Add paginated release retention cleanup to enforce releaseLimit by deleting the oldest excess releases (fixes #264) - Always send auth credentials during migration for all repos, not just private ones, preventing "terminal prompts disabled" on Forgejo (fixes #263) - Add missing service: "git" to org migration payload - Make buildGithubSourceAuthPayload return {} instead of throwing when token is missing, allowing unconditional use - Preserve existing backup settings in env-config-loader so UI-configured backup strategy and retention values survive restart (fixes #267) Closes #262, #263, #264, #267