[PR #80] [MERGED] Address issues #106

Closed
opened 2025-10-31 15:31:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: address-Issues


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/80 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `address-Issues` --- ### 📝 Commits (10+) - [`698eb0b`](https://github.com/RayLabsHQ/gitea-mirror/commit/698eb0b507881aeeb1d88b49fbeb4832aa9c3189) fix: Complete Issue #72 - Fix automatic mirroring and repository cleanup - [`38a0d1b`](https://github.com/RayLabsHQ/gitea-mirror/commit/38a0d1b494e6a51faf3ca4a5d51276beb28e24ec) repository cleanup functionality - [`fe94d97`](https://github.com/RayLabsHQ/gitea-mirror/commit/fe94d97779d4a1c858004c28a7c63d7e19900a03) Issue 68 - [`926737f`](https://github.com/RayLabsHQ/gitea-mirror/commit/926737f1c58412e93c39dce9d62297c0dfef84e3) Added a few new features. - [`12ee065`](https://github.com/RayLabsHQ/gitea-mirror/commit/12ee06583316b6fdd9e52238278b6ddabc84fd4e) Docs updated | added some options - [`6127a91`](https://github.com/RayLabsHQ/gitea-mirror/commit/6127a916f4ce1a246fa2dba7d908991eb3c53ee4) fixed tests - [`067b5d8`](https://github.com/RayLabsHQ/gitea-mirror/commit/067b5d8ccd8e43017416e7aa64577a6dcc8d2092) updated handling of url's from ENV vars - [`389f8dd`](https://github.com/RayLabsHQ/gitea-mirror/commit/389f8dd29209f1c09d6126df62c95325d5b518a1) packages updated - [`ad7418a`](https://github.com/RayLabsHQ/gitea-mirror/commit/ad7418aef2225621edf26552fa5517c38cb512f4) tsc issues - [`b3856b4`](https://github.com/RayLabsHQ/gitea-mirror/commit/b3856b42238d31b50fa9dacf3660d76381fe00fa) More tsc issues ### 📊 Changes **55 files changed** (+4216 additions, -1170 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 15:31:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea-mirror#106