mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #127] 📝 Add docstrings to feat/add-oidc-auth #158
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/eduardolat/pgbackweb/pull/127
Author: @coderabbitai[bot]
Created: 7/19/2025
Status: 🔄 Open
Base:
develop← Head:coderabbitai/docstrings/8054b12📝 Commits (1)
958f098📝 Add docstrings tofeat/add-oidc-auth📊 Changes
10 files changed (+587 additions, -65 deletions)
View changed files
📝
cmd/app/main.go(+5 -1)📝
cmd/changepw/main.go(+4 -1)📝
internal/config/env_validate.go(+18 -1)➕
internal/service/oidc/oidc.go(+194 -0)📝
internal/service/service.go(+11 -2)📝
internal/service/users/users.go(+6 -0)📝
internal/view/web/auth/login.go(+58 -3)📝
internal/view/web/auth/router.go(+5 -0)📝
internal/view/web/dashboard/profile/update_user.go(+109 -57)➕
internal/view/web/oidc/router.go(+177 -0)📄 Description
Docstrings generation was requested by @eduardolat.
The following files were modified:
cmd/app/main.gocmd/changepw/main.gointernal/config/env_validate.gointernal/service/oidc/oidc.gointernal/service/service.gointernal/service/users/users.gointernal/view/web/auth/login.gointernal/view/web/auth/router.gointernal/view/web/dashboard/profile/update_user.gointernal/view/web/oidc/router.goThese files were ignored
internal/service/oidc/oidc_test.gointernal/view/web/oidc/router_test.goThese file types are not supported
OIDC_INTEGRATION.mdgo.modinternal/database/migrations/20250708000000_add_oidc_support_to_users.sqlinternal/service/oidc/queries.sqlℹ️ Note
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.