mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-10 07:42:13 -05:00
[PR #80] [MERGED] Address issues #106
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/80
Author: @arunavo4
Created: 8/28/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @arunavo4
Base:
main← Head:address-Issues📝 Commits (10+)
698eb0bfix: Complete Issue #72 - Fix automatic mirroring and repository cleanup38a0d1brepository cleanup functionalityfe94d97Issue 68926737fAdded a few new features.12ee065Docs updated | added some options6127a91fixed tests067b5d8updated handling of url's from ENV vars389f8ddpackages updatedad7418atsc issuesb3856b4More tsc issues📊 Changes
55 files changed (+4216 additions, -1170 deletions)
View changed files
📝
.env.example(+2 -2)📝
CHANGELOG.md(+51 -0)📝
CLAUDE.md(+20 -1)📝
Dockerfile(+1 -1)📝
README.md(+54 -1)📝
bun.lock(+161 -195)➕
docker-compose.authentik.yml(+174 -0)📝
docker-compose.keycloak.yml(+121 -8)📝
docker-entrypoint.sh(+2 -2)📝
docs/ENVIRONMENT_VARIABLES.md(+67 -5)➖
keycloak-sso-setup.md(+0 -89)📝
package.json(+36 -32)➕
scripts/setup-authentik-test.sh(+180 -0)📝
scripts/test-graceful-shutdown.ts(+0 -1)📝
src/components/auth/LoginForm.tsx(+25 -10)📝
src/components/auth/SignupForm.tsx(+49 -18)📝
src/components/config/AutomationSettings.tsx(+32 -22)📝
src/components/config/ConfigTabs.tsx(+13 -8)📝
src/components/config/GitHubMirrorSettings.tsx(+78 -6)➖
src/components/config/MirrorOptionsForm.tsx(+0 -226)...and 35 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.