[PR #127] 📝 Add docstrings to feat/add-oidc-auth #158

Open
opened 2026-02-26 21:34:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eduardolat/pgbackweb/pull/127
Author: @coderabbitai[bot]
Created: 7/19/2025
Status: 🔄 Open

Base: developHead: coderabbitai/docstrings/8054b12


📝 Commits (1)

  • 958f098 📝 Add docstrings to feat/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.go
  • cmd/changepw/main.go
  • internal/config/env_validate.go
  • internal/service/oidc/oidc.go
  • internal/service/service.go
  • internal/service/users/users.go
  • internal/view/web/auth/login.go
  • internal/view/web/auth/router.go
  • internal/view/web/dashboard/profile/update_user.go
  • internal/view/web/oidc/router.go
These files were ignored
  • internal/service/oidc/oidc_test.go
  • internal/view/web/oidc/router_test.go
These file types are not supported
  • OIDC_INTEGRATION.md
  • go.mod
  • internal/database/migrations/20250708000000_add_oidc_support_to_users.sql
  • internal/service/oidc/queries.sql
ℹ️ Note

CodeRabbit cannot perform edits on its own pull requests yet.


🔄 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/eduardolat/pgbackweb/pull/127 **Author:** [@coderabbitai[bot]](https://github.com/apps/coderabbitai) **Created:** 7/19/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `coderabbitai/docstrings/8054b12` --- ### 📝 Commits (1) - [`958f098`](https://github.com/eduardolat/pgbackweb/commit/958f098def3536f15e9a4ec46520bae248d1bad5) 📝 Add docstrings to `feat/add-oidc-auth` ### 📊 Changes **10 files changed** (+587 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Docstrings generation was requested by @eduardolat. * https://github.com/eduardolat/pgbackweb/pull/126#issuecomment-3089272934 The following files were modified: * `cmd/app/main.go` * `cmd/changepw/main.go` * `internal/config/env_validate.go` * `internal/service/oidc/oidc.go` * `internal/service/service.go` * `internal/service/users/users.go` * `internal/view/web/auth/login.go` * `internal/view/web/auth/router.go` * `internal/view/web/dashboard/profile/update_user.go` * `internal/view/web/oidc/router.go` <details> <summary>These files were ignored</summary> * `internal/service/oidc/oidc_test.go` * `internal/view/web/oidc/router_test.go` </details> <details> <summary>These file types are not supported</summary> * `OIDC_INTEGRATION.md` * `go.mod` * `internal/database/migrations/20250708000000_add_oidc_support_to_users.sql` * `internal/service/oidc/queries.sql` </details> <details> <summary>ℹ️ Note</summary><blockquote> CodeRabbit cannot perform edits on its own pull requests yet. </blockquote></details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#158
No description provided.