github RayLabsHQ/gitea-mirror v3.7.0

latest releases: v3.7.2, v3.7.1
9 hours ago
  • Fix: resolved SQLite insert errors under large imports via dynamic batching and consistent null normalization.
  • De-duplication: merge owned + starred by fullName (prefer starred variant) prior to insert.
  • DB safety: unique index on (user_id, full_name) with onConflictDoNothing for all repo inserts.
  • Starred duplicates: fully implement suffix/prefix strategies across mirror + metadata (issues, PRs, labels, milestones, releases) using the final repo name.
  • UI: improved "Duplicate name handling" layout and alignment in GitHub settings.
  • Reliability: safeguard Octokit.plugin usage in tests; added small repo-utils helpers and unit tests.
  • Bootstrap: removed manual unique index creation in entrypoint; rely on drizzle-kit migrations.

What's Changed

  • Bump vite from 6.3.5 to 6.3.6 in /www in the npm_and_yarn group across 1 directory by @dependabot[bot] in #93

Full Changelog: v3.6.0...v3.7.0

Don't miss a new gitea-mirror release

NewReleases is sending notifications on new releases.