mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-25 04:24:29 -05:00
[PR #55] [MERGED] SSO Issues #95
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/55
Author: @arunavo4
Created: 7/26/2025
Status: ✅ Merged
Merged: 7/31/2025
Merged by: @arunavo4
Base:
main← Head:sso-fix📝 Commits (10+)
794ea52Added claude Agents465c812Starred repos fix errors3ff15a4Fix TypeError1f6add5Updates to SSO Testing0920314More fixes in SSO5f45a9aupdatese637d57Fixesde314cfFixed Tests5d5429atest fix3a9b838fix: resolve CI test failures and timeouts📊 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.