[PR #55] [MERGED] SSO Issues #95

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

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/55
Author: @arunavo4
Created: 7/26/2025
Status: Merged
Merged: 7/31/2025
Merged by: @arunavo4

Base: mainHead: sso-fix


📝 Commits (10+)

📊 Changes

44 files changed (+6210 additions, -470 deletions)

View changed files

.claude/agents/qa-testing-specialist.md (+76 -0)
.claude/agents/senior-code-architect.md (+68 -0)
.claude/agents/strategic-task-planner.md (+61 -0)
📝 .github/workflows/astro-build-test.yml (+1 -1)
📝 bun.lock (+77 -15)
bunfig.toml (+6 -0)
📝 docker-compose.alt.yml (+1 -0)
docker-compose.keycloak.yml (+17 -0)
docs/SSO_TESTING.md (+193 -0)
drizzle/0002_bored_captain_cross.sql (+10 -0)
drizzle/meta/0002_snapshot.json (+1784 -0)
📝 drizzle/meta/_journal.json (+7 -0)
keycloak-sso-setup.md (+89 -0)
📝 package.json (+6 -4)
📝 src/components/auth/LoginForm.tsx (+7 -4)
📝 src/components/config/SSOSettings.tsx (+210 -70)
📝 src/components/layout/MainLayout.tsx (+4 -4)
📝 src/components/organizations/OrganizationsList.tsx (+6 -28)
src/components/ui/multi-select.tsx (+137 -0)
📝 src/hooks/useAuthMethods.ts (+2 -2)

...and 24 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/55 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `sso-fix` --- ### 📝 Commits (10+) - [`794ea52`](https://github.com/RayLabsHQ/gitea-mirror/commit/794ea52e4dc1b2da27b6d61f565602c37281993c) Added claude Agents - [`465c812`](https://github.com/RayLabsHQ/gitea-mirror/commit/465c812e7e174d37493db2675e8fdf65675a0b0b) Starred repos fix errors - [`3ff15a4`](https://github.com/RayLabsHQ/gitea-mirror/commit/3ff15a46e7c116779530195559cfb888b7d33064) Fix TypeError - [`1f6add5`](https://github.com/RayLabsHQ/gitea-mirror/commit/1f6add5fffc18cde72171dfb427a3b8a89e920b3) Updates to SSO Testing - [`0920314`](https://github.com/RayLabsHQ/gitea-mirror/commit/0920314679225ebe1b1f767b3c7b8420302b3a51) More fixes in SSO - [`5f45a9a`](https://github.com/RayLabsHQ/gitea-mirror/commit/5f45a9a03d27f6ccd61a032e8224f0c77dd0fa07) updates - [`e637d57`](https://github.com/RayLabsHQ/gitea-mirror/commit/e637d573a29bd09ccc07064b0f3dfdeaeb44ca4a) Fixes - [`de314cf`](https://github.com/RayLabsHQ/gitea-mirror/commit/de314cf1741b608074d1be2b314113bf1b43a473) Fixed Tests - [`5d5429a`](https://github.com/RayLabsHQ/gitea-mirror/commit/5d5429ac712c2f4fa73fcd5cd0e230f4ae050935) test fix - [`3a9b838`](https://github.com/RayLabsHQ/gitea-mirror/commit/3a9b8380d4bfbdb742859b87bc674f5bd3be12b3) fix: resolve CI test failures and timeouts ### 📊 Changes **44 files changed** (+6210 additions, -470 deletions) <details> <summary>View changed files</summary> ➕ `.claude/agents/qa-testing-specialist.md` (+76 -0) ➕ `.claude/agents/senior-code-architect.md` (+68 -0) ➕ `.claude/agents/strategic-task-planner.md` (+61 -0) 📝 `.github/workflows/astro-build-test.yml` (+1 -1) 📝 `bun.lock` (+77 -15) ➕ `bunfig.toml` (+6 -0) 📝 `docker-compose.alt.yml` (+1 -0) ➕ `docker-compose.keycloak.yml` (+17 -0) ➕ `docs/SSO_TESTING.md` (+193 -0) ➕ `drizzle/0002_bored_captain_cross.sql` (+10 -0) ➕ `drizzle/meta/0002_snapshot.json` (+1784 -0) 📝 `drizzle/meta/_journal.json` (+7 -0) ➕ `keycloak-sso-setup.md` (+89 -0) 📝 `package.json` (+6 -4) 📝 `src/components/auth/LoginForm.tsx` (+7 -4) 📝 `src/components/config/SSOSettings.tsx` (+210 -70) 📝 `src/components/layout/MainLayout.tsx` (+4 -4) 📝 `src/components/organizations/OrganizationsList.tsx` (+6 -28) ➕ `src/components/ui/multi-select.tsx` (+137 -0) 📝 `src/hooks/useAuthMethods.ts` (+2 -2) _...and 24 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:16 -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#95