mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 05:54:01 +03:00
[PR #1094] feat: add MySQL support to the application #1051
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/pocket-id/pocket-id/pull/1094
Author: @jeboehm
Created: 11/13/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
f145a13feat: add MySQL support to the application📊 Changes
15 files changed (+441 additions, -28 deletions)
View changed files
📝
.github/workflows/e2e-tests.yml(+26 -1)📝
backend/go.mod(+3 -0)📝
backend/go.sum(+6 -0)📝
backend/internal/bootstrap/db_bootstrap.go(+9 -0)📝
backend/internal/common/env_config.go(+6 -1)📝
backend/internal/common/env_config_test.go(+21 -0)📝
backend/internal/service/app_config_service.go(+1 -1)📝
backend/internal/service/custom_claim_service.go(+9 -2)📝
backend/internal/service/e2etest_service.go(+16 -5)📝
backend/internal/service/oidc_service.go(+12 -5)📝
backend/internal/service/user_group_service.go(+20 -2)📝
backend/internal/service/user_service.go(+6 -2)📝
backend/internal/service/webauthn_service.go(+34 -9)➕
backend/resources/migrations/mysql/20241211111554_init.up.sql(+244 -0)➕
tests/setup/docker-compose-mysql.yml(+28 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.