mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-24 13:05:10 -05:00
[PR #202] [MERGED] feat: add target organization to Add Repository dialog #1330
Reference in New Issue
Block a user
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/202
Author: @arunavo4
Created: 3/1/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @arunavo4
Base:
main← Head:feat/add-repo-target-org📝 Commits (2)
fe25a6cfeat: add target organization field to Add Repository dialogdc43f33docs: add screenshot of target organization field in Add Repository dialog📊 Changes
5 files changed (+37 additions, -3 deletions)
View changed files
➕
docs/images/add-repo-target-org.png(+0 -0)📝
src/components/repositories/AddRepositoryDialog.tsx(+31 -1)📝
src/components/repositories/Repository.tsx(+3 -0)📝
src/pages/api/sync/repository.ts(+2 -2)📝
src/types/Repository.ts(+1 -0)📄 Description
Summary
destinationOrgoverride, same as editing it inline in the repository tableCloses #200
Screenshot
Test plan
bun run build)bun test)destinationOrgshould be preserved🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.