mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 15:25:55 +03:00
[PR #32] [MERGED] Feat/v3 drizzle migrations #108
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/32
Author: @arunavo4
Created: 6/24/2025
Status: ✅ Merged
Merged: 6/24/2025
Merged by: @arunavo4
Base:
main← Head:feat/v3-drizzle-migrations📝 Commits (5)
e145aa8feat: implement Drizzle migrations for v3.0.0e224569feat: complete v3.0.0 migration implementation42061d0Remove deprecated scripts and migration utilities for Gitea Mirror upgradeac674c0chore: update dependencies and improve test coverage41c43f9chore: update .gitignore, Dockerfile, and package scripts; remove obsolete migration scripts📊 Changes
35 files changed (+3470 additions, -3242 deletions)
View changed files
📝
.gitignore(+3 -0)📝
CHANGELOG.md(+38 -0)📝
Dockerfile(+1 -1)📝
bun.lock(+28 -26)📝
docker-entrypoint.sh(+11 -193)➕
docs/v3-upgrade-guide.md(+104 -0)📝
drizzle.config.ts(+1 -1)➕
drizzle/0000_skinny_orphan.sql(+154 -0)➕
drizzle/0001_huge_dreaming_celestial.sql(+2 -0)➕
drizzle/meta/0000_snapshot.json(+1114 -0)➕
drizzle/meta/0001_snapshot.json(+1114 -0)➕
drizzle/meta/_journal.json(+20 -0)➖
fix-v2.19-upgrade.sh(+0 -47)📝
package.json(+10 -10)➖
scripts/cleanup-duplicate-repos.ts(+0 -129)➖
scripts/fix-interrupted-jobs.ts(+0 -74)➖
scripts/gitea-create-admin.sh(+0 -14)➖
scripts/gitea-mirror-lxc-local.sh(+0 -86)➖
scripts/investigate-repo.ts(+0 -178)📝
scripts/manage-db.ts(+170 -726)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.